Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 6050596 commit 3f50808
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 182 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.4.0",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"dev": "vite",
"dev:e2e": "vite --port 8081",
Expand All @@ -23,7 +23,7 @@
"idb-keyval": "^6.2.1",
"jspdf": "^2.5.2",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
Expand All @@ -36,16 +36,16 @@
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"postcss-nesting": "^13.0.1",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.1",
Expand All @@ -59,14 +59,14 @@
"not dead"
],
"optionalDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11"
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^8.18.0"
"@typescript-eslint/typescript-estree": "^8.18.1"
}
}
}
Loading

0 comments on commit 3f50808

Please sign in to comment.