-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
ab5d34a
commit 73a5706
Showing
2 changed files
with
173 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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%", | ||
|
@@ -66,7 +66,7 @@ | |
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@typescript-eslint/typescript-estree": "^8.10.0" | ||
"@typescript-eslint/typescript-estree": "^8.12.0" | ||
} | ||
} | ||
} |
Oops, something went wrong.