chore: update deps

This commit is contained in:
vben 2024-05-24 23:33:52 +08:00
parent 38d58394e3
commit e042a03e11
7 changed files with 900 additions and 778 deletions

1
.npmrc
View File

@ -1,3 +1,4 @@
# registry = "https://registry.npmmirror.com"
public-hoist-pattern[]=husky public-hoist-pattern[]=husky
public-hoist-pattern[]=eslint public-hoist-pattern[]=eslint
public-hoist-pattern[]=prettier public-hoist-pattern[]=prettier

View File

@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-regexp": "^2.6.0", "eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0", "eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^3.2.0", "eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-vitest": "^0.5.4", "eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.26.0", "eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0", "globals": "^15.3.0",

View File

@ -42,7 +42,7 @@
"postcss-html": "^1.7.0", "postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9", "postcss-scss": "^4.0.9",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"stylelint": "^16.5.0", "stylelint": "^16.6.0",
"stylelint-config-recommended": "^14.0.0", "stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-recommended-vue": "^1.5.0",

View File

@ -22,6 +22,6 @@
], ],
"dependencies": { "dependencies": {
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"vite": "^5.2.11" "vite": "^6.0.0-alpha.17"
} }
} }

View File

@ -50,7 +50,7 @@
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.2", "sass": "^1.77.2",
"unplugin-turbo-console": "^1.8.6", "unplugin-turbo-console": "^1.8.6",
"vite": "^5.2.11", "vite": "^6.0.0-alpha.17",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1", "vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2", "vite-plugin-html": "^3.2.2",

View File

@ -72,8 +72,8 @@
"turbo": "^1.13.3", "turbo": "^1.13.3",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"unbuild": "^2.0.0", "unbuild": "^2.0.0",
"vite": "^5.2.11", "vite": "^6.0.0-alpha.17",
"vitest": "^1.6.0", "vitest": "^2.0.0-beta.3",
"vue-tsc": "^2.0.19" "vue-tsc": "^2.0.19"
}, },
"engines": { "engines": {

File diff suppressed because it is too large Load Diff