deps: upgrade dependencies
This commit is contained in:
28
package.json
28
package.json
@@ -16,27 +16,27 @@
|
|||||||
"commit": "cz"
|
"commit": "cz"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/md5": "^2.3.5",
|
|
||||||
"@vueuse/core": "^10.7.2",
|
"@vueuse/core": "^10.7.2",
|
||||||
"@vueuse/math": "^10.7.2",
|
"@vueuse/math": "^10.7.2",
|
||||||
"bulma": "^0.9.4",
|
"bulma": "^0.9.4",
|
||||||
"html-to-image": "^1.11.11",
|
"html-to-image": "^1.11.13",
|
||||||
"md5": "^2.3.0",
|
"md5": "^2.3.0",
|
||||||
"nanoid": "^5.0.5",
|
"nanoid": "^5.1.6",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"pinia-plugin-persistedstate": "^3.2.1",
|
"pinia-plugin-persistedstate": "^3.2.1",
|
||||||
"suretype": "^3.3.1",
|
"suretype": "^3.3.1",
|
||||||
"vue": "^3.4.19",
|
"vue": "^3.5.27",
|
||||||
"vue-diff": "^1.2.4",
|
"vue-diff": "^1.2.4",
|
||||||
"vue-router": "^4.2.5"
|
"vue-router": "^4.6.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@faker-js/faker": "^8.4.1",
|
"@types/md5": "^2.3.6",
|
||||||
|
"@faker-js/faker": "^10.2.0",
|
||||||
"@pinia/testing": "^0.1.3",
|
"@pinia/testing": "^0.1.3",
|
||||||
"@rushstack/eslint-patch": "^1.7.2",
|
"@rushstack/eslint-patch": "^1.15.0",
|
||||||
"@tsconfig/node18": "^18.2.2",
|
"@tsconfig/node18": "^18.2.6",
|
||||||
"@types/jsdom": "^21.1.6",
|
"@types/jsdom": "^27.0.0",
|
||||||
"@types/node": "^18.19.17",
|
"@types/node": "^25.0.10",
|
||||||
"@vitejs/plugin-vue": "^5.0.4",
|
"@vitejs/plugin-vue": "^5.0.4",
|
||||||
"@vitest/browser": "^1.3.0",
|
"@vitest/browser": "^1.3.0",
|
||||||
"@vitest/ui": "^1.3.0",
|
"@vitest/ui": "^1.3.0",
|
||||||
@@ -49,13 +49,13 @@
|
|||||||
"eslint-plugin-vue": "^9.21.1",
|
"eslint-plugin-vue": "^9.21.1",
|
||||||
"jsdom": "^24.0.0",
|
"jsdom": "^24.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.8.1",
|
||||||
"sass": "^1.71.0",
|
"sass": "^1.97.3",
|
||||||
"typescript": "~5.3.3",
|
"typescript": "~5.9.3",
|
||||||
"vite": "^5.1.3",
|
"vite": "^5.1.3",
|
||||||
"vite-plugin-pwa": "^0.19.0",
|
"vite-plugin-pwa": "^0.19.0",
|
||||||
"vitest": "^1.3.0",
|
"vitest": "^1.3.0",
|
||||||
"vue-tsc": "^1.8.27",
|
"vue-tsc": "^3.2.3",
|
||||||
"webdriverio": "^8.32.2"
|
"webdriverio": "^8.32.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1012
pnpm-lock.yaml
generated
1012
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
onlyBuiltDependencies:
|
||||||
|
- '@parcel/watcher'
|
||||||
|
- vue-demi
|
||||||
Reference in New Issue
Block a user