From b34c92bcf6c70e201fc4f43ccec509189a531ca3 Mon Sep 17 00:00:00 2001 From: FliPPeDround <734243792@qq.com> Date: Mon, 22 Apr 2024 01:55:02 +0000 Subject: [PATCH] chore: update deps --- template/config/lint/package.json | 2 +- template/config/typescript/package.json | 2 +- template/module/unocss/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/config/lint/package.json b/template/config/lint/package.json index 77e0df8..ab9aff1 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.0.0" + "eslint": "^9.1.0" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 730ab8a..aa9c907 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -6,6 +6,6 @@ "@types/node": "^20.12.7", "@vue/tsconfig": "^0.5.1", "typescript": "^5.4.5", - "vue-tsc": "^2.0.13" + "vue-tsc": "^2.0.14" } } diff --git a/template/module/unocss/package.json b/template/module/unocss/package.json index 9e85f72..4f381f8 100644 --- a/template/module/unocss/package.json +++ b/template/module/unocss/package.json @@ -2,6 +2,6 @@ "devDependencies": { "@iconify-json/carbon": "^1.1.31", "@uni-helper/unocss-preset-uni": "^0.2.8", - "unocss": "^0.59.3" + "unocss": "^0.59.4" } }