Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent ab5d34a commit 73a5706
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 351 deletions.
20 changes: 10 additions & 10 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].2",
"packageManager": "[email protected].3",
"scripts": {
"dev": "vite",
"dev:e2e": "vite --port 8081",
Expand All @@ -18,21 +18,21 @@
"preview": "vite preview"
},
"dependencies": {
"@component-hook/pdf-canvas": "^0.1.5",
"@component-hook/pdf-canvas": "^0.1.6",
"browser-image-compression": "^2.0.2",
"idb-keyval": "^6.2.1",
"jspdf": "^2.5.2",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"pinia-plugin-persistedstate": "^4.1.2",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@component-hook/eslint-plugin": "^0.1.6-alpha.0",
"@component-hook/eslint-plugin": "^0.1.6",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@playwright/test": "^1.48.1",
"@types/node": "^20.16.13",
"@playwright/test": "^1.48.2",
"@types/node": "^20.17.1",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand All @@ -41,17 +41,17 @@
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0",
"postcss-nesting": "^13.0.0",
"postcss-nesting": "^13.0.1",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-top-level-await": "^1.4.4",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.8"
},
"browserslist": [
"> 1%",
Expand All @@ -66,7 +66,7 @@
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^8.10.0"
"@typescript-eslint/typescript-estree": "^8.12.0"
}
}
}
Loading

0 comments on commit 73a5706

Please sign in to comment.