Browse Source

chore: update deps

vben 10 months ago
parent
commit
e042a03e11

+ 1 - 0
.npmrc

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

+ 1 - 1
internal/lint-configs/eslint-config/package.json

@@ -51,7 +51,7 @@
     "eslint-plugin-prettier": "^5.1.3",
     "eslint-plugin-regexp": "^2.6.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-vue": "^9.26.0",
     "globals": "^15.3.0",

+ 1 - 1
internal/lint-configs/stylelint-config/package.json

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

+ 1 - 1
internal/tsconfig/package.json

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

+ 1 - 1
internal/vite-config/package.json

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

+ 2 - 2
package.json

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

File diff suppressed because it is too large
+ 232 - 237
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff