Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip netlify]
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 6815446 commit f8dd6c1
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 300 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
"lint": "eslint 'src/**/*.*'",
"serve": "vite preview"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=20.11.1",
"pnpm": "^9.0.0"
},
"dependencies": {
"pinia": "2.2.8",
"pinia": "2.3.0",
"uid": "2.0.2",
"vue": "3.5.13",
"vue-types": "5.1.3"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.17.0",
"@types/node": "22.10.1",
"@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.32.0",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier": "3.4.2",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2",
"vite": "6.0.3",
"vite-plugin-pwa": "0.20.5",
"vite-plugin-pwa": "0.21.1",
"vite-svg-loader": "5.1.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.1.10"
"vue-tsc": "2.2.0"
},
"prettier": {
"trailingComma": "all",
Expand Down
Loading

0 comments on commit f8dd6c1

Please sign in to comment.