diff --git a/template/UI/ano/package.json b/template/UI/ano/package.json index 6b8c0c6..ff8e411 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.119" + "@iconify-json/tabler": "^1.1.120" } } diff --git a/template/UI/nut/package.json b/template/UI/nut/package.json index de35c92..97d4881 100644 --- a/template/UI/nut/package.json +++ b/template/UI/nut/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "nutui-uniapp": "^1.7.14" + "nutui-uniapp": "^1.7.15" } } diff --git a/template/UI/wot/package.json b/template/UI/wot/package.json index 71fb7f8..8a3cfd3 100644 --- a/template/UI/wot/package.json +++ b/template/UI/wot/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "wot-design-uni": "^1.3.7" + "wot-design-uni": "^1.3.8" } } diff --git a/template/config/lint/package.json b/template/config/lint/package.json index 079c1f6..6b87bbb 100644 --- a/template/config/lint/package.json +++ b/template/config/lint/package.json @@ -4,7 +4,7 @@ "lint:fix": "eslint . --fix" }, "devDependencies": { - "@uni-helper/eslint-config": "^0.0.6", + "@uni-helper/eslint-config": "^0.1.0", "eslint": "^9.9.0" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index fefed09..838d8a9 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.14.15", + "@types/node": "^20.16.0", "@vue/tsconfig": "^0.5.1", "typescript": "^5.5.4", "vue-tsc": "^2.0.29" diff --git a/template/module/pinia/package.json b/template/module/pinia/package.json index ba24aad..daf558e 100644 --- a/template/module/pinia/package.json +++ b/template/module/pinia/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pinia": "^2.2.1" + "pinia": "^2.2.2" } } diff --git a/template/module/unocss/package.json b/template/module/unocss/package.json index 8ac0f00..9e1a483 100644 --- a/template/module/unocss/package.json +++ b/template/module/unocss/package.json @@ -2,6 +2,6 @@ "devDependencies": { "@iconify-json/carbon": "^1.1.37", "@uni-helper/unocss-preset-uni": "^0.2.9", - "unocss": "^0.61.9" + "unocss": "^0.62.2" } } diff --git a/template/plugin/import/package.json b/template/plugin/import/package.json index 2284658..c774232 100644 --- a/template/plugin/import/package.json +++ b/template/plugin/import/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "@uni-helper/vite-plugin-uni-components": "^0.0.9" + "@uni-helper/vite-plugin-uni-components": "^0.0.10" } }