From 69b0381f53af53b1867a1abbf1d3a2cdb02e0bd5 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 13 Sep 2022 13:46:11 +0800 Subject: [PATCH] chore: update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ecb3224..0c235e7 100644 --- a/package.json +++ b/package.json @@ -44,17 +44,17 @@ "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3050320220729001", "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3050320220729001", "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3050320220729001", - "vue": "^3.2.37", + "vue": "^3.2.39", "vue-i18n": "^9.1.9", "vuex": "^4.0.2" }, "devDependencies": { - "@dcloudio/types": "^3.0.13", + "@dcloudio/types": "^3.0.14", "@dcloudio/uni-automator": "3.0.0-alpha-3050320220729001", "@dcloudio/uni-cli-shared": "3.0.0-alpha-3050320220729001", "@dcloudio/uni-stacktracey": "3.0.0-alpha-3050320220729001", "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3050320220729001", - "typescript": "^4.7.4", + "typescript": "^4.8.3", "vite": "^2.9.14" } }