diff --git a/template/UI/wot/package.json b/template/UI/wot/package.json index 3f0b4bee..23f92b31 100644 --- a/template/UI/wot/package.json +++ b/template/UI/wot/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "wot-design-uni": "^1.2.22" + "wot-design-uni": "^1.2.23" } } diff --git a/template/config/lint/package.json b/template/config/lint/package.json index d3e1ef64..c3877bc0 100644 --- a/template/config/lint/package.json +++ b/template/config/lint/package.json @@ -5,6 +5,6 @@ }, "devDependencies": { "@uni-helper/eslint-config": "^0.0.6", - "eslint": "^9.3.0" + "eslint": "^9.4.0" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index e3eca16a..6f077344 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -3,7 +3,7 @@ "type-check": "vue-tsc --noEmit" }, "devDependencies": { - "@types/node": "^20.12.12", + "@types/node": "^20.14.0", "@vue/tsconfig": "^0.5.1", "typescript": "^5.4.5", "vue-tsc": "^2.0.19" diff --git a/template/module/unocss/package.json b/template/module/unocss/package.json index 39075804..6eaaf98e 100644 --- a/template/module/unocss/package.json +++ b/template/module/unocss/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@iconify-json/carbon": "^1.1.34", - "@uni-helper/unocss-preset-uni": "^0.2.8", - "unocss": "^0.60.3" + "@uni-helper/unocss-preset-uni": "^0.2.9", + "unocss": "^0.60.4" } } diff --git a/template/plugin/pages/package.json b/template/plugin/pages/package.json index 7fbd857f..a6e92d0a 100644 --- a/template/plugin/pages/package.json +++ b/template/plugin/pages/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "@uni-helper/vite-plugin-uni-pages": "^0.2.21" + "@uni-helper/vite-plugin-uni-pages": "^0.2.22" } }