From a290cd978a65205778b622aa5693d337df46df05 Mon Sep 17 00:00:00 2001 From: flippedround <734243792@qq.com> Date: Thu, 2 May 2024 23:18:57 +0800 Subject: [PATCH] chore: update deps --- template/UI/ano/package.json | 2 +- template/base/package.json | 2 +- template/config/typescript/package.json | 4 ++-- template/module/unocss/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/UI/ano/package.json b/template/UI/ano/package.json index ff222f0..545c324 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.110" + "@iconify-json/tabler": "^1.1.111" } } diff --git a/template/base/package.json b/template/base/package.json index 5988d53..8f06a2d 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -64,7 +64,7 @@ "@dcloudio/uni-cli-shared": "3.0.0-4000820240401001", "@dcloudio/uni-stacktracey": "3.0.0-4000820240401001", "@dcloudio/vite-plugin-uni": "3.0.0-4000820240401001", - "@uni-helper/uni-app-types": "^0.5.12", + "@uni-helper/uni-app-types": "^0.5.13", "@uni-helper/uni-cloud-types": "^0.5.2", "@vue/runtime-core": "3.4.21", "mini-types": "^0.1.7", diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index aa9c907..01f2774 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.12.7", + "@types/node": "^20.12.8", "@vue/tsconfig": "^0.5.1", "typescript": "^5.4.5", - "vue-tsc": "^2.0.14" + "vue-tsc": "^2.0.16" } } diff --git a/template/module/unocss/package.json b/template/module/unocss/package.json index 4f381f8..ad2f5fa 100644 --- a/template/module/unocss/package.json +++ b/template/module/unocss/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@iconify-json/carbon": "^1.1.31", + "@iconify-json/carbon": "^1.1.32", "@uni-helper/unocss-preset-uni": "^0.2.8", "unocss": "^0.59.4" }