chore: up vite 4.3.5
parent
86642691a3
commit
7b0ab4a177
24
package.json
24
package.json
|
@ -38,7 +38,7 @@
|
|||
"@iconify/iconify": "^3.1.0",
|
||||
"@vue/runtime-core": "^3.2.47",
|
||||
"@vueuse/core": "^10.1.2",
|
||||
"@zxcvbn-ts/core": "^2.2.1",
|
||||
"@zxcvbn-ts/core": "^3.0.0",
|
||||
"ant-design-vue": "^3.2.20",
|
||||
"axios": "^1.4.0",
|
||||
"codemirror": "^5.65.3",
|
||||
|
@ -66,11 +66,11 @@
|
|||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.6.1",
|
||||
"@commitlint/config-conventional": "^17.6.1",
|
||||
"@iconify/json": "^2.2.55",
|
||||
"@commitlint/cli": "^17.6.3",
|
||||
"@commitlint/config-conventional": "^17.6.3",
|
||||
"@iconify/json": "^2.2.61",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/codemirror": "^5.60.7",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/inquirer": "^9.0.3",
|
||||
|
@ -91,14 +91,14 @@
|
|||
"cz-git": "^1.6.1",
|
||||
"czg": "^1.6.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.11.0",
|
||||
"eslint-plugin-vue": "^9.11.1",
|
||||
"esno": "^0.16.3",
|
||||
"fs-extra": "^11.1.1",
|
||||
"husky": "^8.0.3",
|
||||
"inquirer": "^9.2.0",
|
||||
"inquirer": "^9.2.2",
|
||||
"less": "^4.1.3",
|
||||
"lint-staged": "^13.2.2",
|
||||
"picocolors": "^1.0.0",
|
||||
|
@ -107,7 +107,7 @@
|
|||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"rimraf": "^5.0.0",
|
||||
"rollup": "^3.21.4",
|
||||
"rollup": "^3.21.5",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"stylelint": "^15.6.1",
|
||||
"stylelint-config-recommended": "^12.0.0",
|
||||
|
@ -117,9 +117,9 @@
|
|||
"terser": "^5.17.1",
|
||||
"typescript": "^5.0.4",
|
||||
"unplugin-vue-setup-extend-plus": "^1.0.0",
|
||||
"vite": "^4.3.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-mkcert": "^1.14.1",
|
||||
"vite-plugin-mkcert": "^1.15.0",
|
||||
"vite-plugin-progress": "^0.0.7",
|
||||
"vite-plugin-purge-icons": "^0.9.2",
|
||||
"vite-plugin-pwa": "^0.14.7",
|
||||
|
@ -128,7 +128,7 @@
|
|||
"vite-plugin-windicss": "^1.8.10",
|
||||
"vite-vue-plugin-html": "^1.0.1",
|
||||
"vite-vue-plugin-theme": "^1.0.0",
|
||||
"vue-eslint-parser": "^9.2.0",
|
||||
"vue-eslint-parser": "^9.2.1",
|
||||
"vue-tsc": "^1.6.4"
|
||||
},
|
||||
"repository": {
|
||||
|
|
434
pnpm-lock.yaml
434
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue