diff --git a/template/UI/ano/package.json b/template/UI/ano/package.json index 3e20be1..9b10aaf 100644 --- a/template/UI/ano/package.json +++ b/template/UI/ano/package.json @@ -3,6 +3,6 @@ "ano-ui": "^0.9.2" }, "devDependencies": { - "@iconify-json/tabler": "^1.1.115" + "@iconify-json/tabler": "^1.1.116" } } diff --git a/template/UI/nut/package.json b/template/UI/nut/package.json index 9bff049..37a9a02 100644 --- a/template/UI/nut/package.json +++ b/template/UI/nut/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "nutui-uniapp": "^1.7.10" + "nutui-uniapp": "^1.7.11" } } diff --git a/template/UI/wot/package.json b/template/UI/wot/package.json index 2b3881c..28360dc 100644 --- a/template/UI/wot/package.json +++ b/template/UI/wot/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "wot-design-uni": "^1.2.28" + "wot-design-uni": "^1.3.0" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index d76deb7..19551a2 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -3,9 +3,9 @@ "type-check": "vue-tsc --noEmit" }, "devDependencies": { - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "@vue/tsconfig": "^0.5.1", - "typescript": "^5.5.2", - "vue-tsc": "^2.0.24" + "typescript": "^5.5.3", + "vue-tsc": "^2.0.26" } } diff --git a/template/module/uniNetwork/package.json b/template/module/uniNetwork/package.json index 76b3f99..6cab236 100644 --- a/template/module/uniNetwork/package.json +++ b/template/module/uniNetwork/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@uni-helper/uni-network": "^0.18.1" + "@uni-helper/uni-network": "^0.19.1" } } diff --git a/template/module/unocss/package.json b/template/module/unocss/package.json index 1dce4a8..57fcec6 100644 --- a/template/module/unocss/package.json +++ b/template/module/unocss/package.json @@ -2,6 +2,6 @@ "devDependencies": { "@iconify-json/carbon": "^1.1.36", "@uni-helper/unocss-preset-uni": "^0.2.9", - "unocss": "^0.61.0" + "unocss": "^0.61.3" } } diff --git a/template/plugin/pages/package.json b/template/plugin/pages/package.json index c915ce0..4d28a59 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.24" + "@uni-helper/vite-plugin-uni-pages": "^0.2.25" } }