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 Feb 3, 2025
1 parent 9304695 commit 916499c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: 9
run_install: false

- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"vue-router": "4.5.0"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
"@egoist/tailwindcss-icons": "1.9.0",
"@iconify/json": "2.2.282",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.7",
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.1",
"@rushstack/eslint-patch": "1.10.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
Expand All @@ -34,8 +34,8 @@
"@tsconfig/node22": "22.0.0",
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@types/node": "22.13.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "3.0.2",
"@vitest/eslint-plugin": "1.1.16",
Expand All @@ -46,8 +46,8 @@
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"eslint": "9.18.0",
"eslint-plugin-playwright": "2.1.0",
"eslint": "9.19.0",
"eslint-plugin-playwright": "2.2.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.32.0",
"jsdom": "26.0.0",
Expand All @@ -57,7 +57,7 @@
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.1",
"prettier": "3.4.2",
"tailwindcss": "3.4.16",
"tailwindcss": "4.0.3",
"typescript": "5.7.2",
"unplugin-auto-import": "19.0.0",
"unplugin-vue-components": "28.0.0",
Expand Down
Loading

0 comments on commit 916499c

Please sign in to comment.