Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 0f29360 commit 57d309a
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: 9
run_install: false
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: 22

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
version: 9
run_install: true
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
],
"license": "MIT",
"devDependencies": {
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"@tsconfig/node22": "22.0.0",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "3.0.1",
"@vitest/coverage-v8": "3.0.4",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.7.0",
"happy-dom": "16.6.0",
"happy-dom": "16.7.2",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite": "6.0.11",
"vite-plugin-dts": "4.5.0",
"vitest": "3.0.1",
"vitest": "3.0.4",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
},
Expand Down
Loading

0 comments on commit 57d309a

Please sign in to comment.