chore: update deps
This commit is contained in:
parent
8d8ac2a185
commit
92641f7da9
@ -1,10 +1,10 @@
|
|||||||
[build.environment]
|
|
||||||
NODE_VERSION = "20"
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "pnpm run build"
|
command = "pnpm run build"
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
NODE_VERSION = "20"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
to = "/index.html"
|
to = "/index.html"
|
||||||
|
|||||||
42
package.json
42
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@8.11.0",
|
"packageManager": "pnpm@8.14.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"dev": "vite --port 3333 --open",
|
"dev": "vite --port 3333 --open",
|
||||||
@ -13,36 +13,36 @@
|
|||||||
"postinstall": "npx simple-git-hooks"
|
"postinstall": "npx simple-git-hooks"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^10.7.0",
|
"@vueuse/core": "^10.7.2",
|
||||||
"vue": "^3.3.10",
|
"vue": "^3.4.15",
|
||||||
"vue-router": "^4.2.5"
|
"vue-router": "^4.2.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^2.4.0",
|
"@antfu/eslint-config": "^2.6.3",
|
||||||
"@iconify-json/carbon": "^1.1.24",
|
"@iconify-json/carbon": "^1.1.28",
|
||||||
"@types/node": "^20.10.4",
|
"@types/node": "^20.11.5",
|
||||||
"@unocss/eslint-config": "^0.58.0",
|
"@unocss/eslint-config": "^0.58.3",
|
||||||
"@unocss/eslint-plugin": "^0.58.0",
|
"@unocss/eslint-plugin": "^0.58.3",
|
||||||
"@unocss/reset": "^0.58.0",
|
"@unocss/reset": "^0.58.3",
|
||||||
"@vitejs/plugin-vue": "^4.5.2",
|
"@vitejs/plugin-vue": "^5.0.3",
|
||||||
"@vue-macros/volar": "^0.17.4",
|
"@vue-macros/volar": "^0.18.11",
|
||||||
"@vue/test-utils": "^2.4.3",
|
"@vue/test-utils": "^2.4.3",
|
||||||
"eslint": "^8.55.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-plugin-format": "^0.1.0",
|
"eslint-plugin-format": "^0.1.0",
|
||||||
"jsdom": "^23.0.1",
|
"jsdom": "^24.0.0",
|
||||||
"lint-staged": "^15.2.0",
|
"lint-staged": "^15.2.0",
|
||||||
"pnpm": "^8.11.0",
|
"pnpm": "^8.14.3",
|
||||||
"simple-git-hooks": "^2.9.0",
|
"simple-git-hooks": "^2.9.0",
|
||||||
"taze": "^0.13.0",
|
"taze": "^0.13.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"unocss": "^0.58.0",
|
"unocss": "^0.58.3",
|
||||||
"unplugin-auto-import": "^0.17.2",
|
"unplugin-auto-import": "^0.17.3",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"unplugin-vue-components": "^0.26.0",
|
||||||
"unplugin-vue-macros": "^2.7.0",
|
"unplugin-vue-macros": "^2.7.10",
|
||||||
"unplugin-vue-router": "^0.7.0",
|
"unplugin-vue-router": "^0.7.0",
|
||||||
"vite": "^5.0.6",
|
"vite": "^5.0.12",
|
||||||
"vitest": "^1.0.2",
|
"vitest": "^1.2.1",
|
||||||
"vue-tsc": "^1.8.25"
|
"vue-tsc": "^1.8.27"
|
||||||
},
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"pre-commit": "pnpm lint-staged"
|
"pre-commit": "pnpm lint-staged"
|
||||||
|
|||||||
1821
pnpm-lock.yaml
generated
1821
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user