Skip to content

Commit 57d309a

Browse files
chore(deps): update all dependencies
1 parent 0f29360 commit 57d309a

File tree

4 files changed

+119
-123
lines changed

4 files changed

+119
-123
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: 9
2020
run_install: false
21-
- uses: actions/setup-node@v4.1.0
21+
- uses: actions/setup-node@v4.2.0
2222
with:
2323
node-version: 22
2424

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: 9
4646
run_install: true
47-
- uses: actions/setup-node@v4.1.0
47+
- uses: actions/setup-node@v4.2.0
4848
with:
4949
node-version: 22
5050
cache: 'pnpm'

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
],
4343
"license": "MIT",
4444
"devDependencies": {
45-
"@playwright/test": "1.49.1",
45+
"@playwright/test": "1.50.0",
4646
"@tsconfig/node22": "22.0.0",
47-
"@types/node": "22.10.7",
47+
"@types/node": "22.10.10",
4848
"@vitejs/plugin-vue": "5.2.1",
49-
"@vitest/coverage-v8": "3.0.1",
49+
"@vitest/coverage-v8": "3.0.4",
5050
"@vue/test-utils": "2.4.6",
5151
"@vue/tsconfig": "0.7.0",
52-
"happy-dom": "16.6.0",
52+
"happy-dom": "16.7.2",
5353
"typescript": "5.7.3",
54-
"vite": "6.0.7",
54+
"vite": "6.0.11",
5555
"vite-plugin-dts": "4.5.0",
56-
"vitest": "3.0.1",
56+
"vitest": "3.0.4",
5757
"vue": "3.5.13",
5858
"vue-tsc": "2.2.0"
5959
},

0 commit comments

Comments
 (0)