From d9cfeabb470913542ceb18c7dbc2305cd1ff3f41 Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 12 Jul 2022 23:26:23 +0800 Subject: [PATCH] build(deps): update deps ISSUES CLOSED: #87,#106,#109,#111 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cac33208f..27d612072 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@better-scroll/core": "^2.4.2", "@soybeanjs/vue-admin-layout": "^1.1.1", "@soybeanjs/vue-admin-tab": "^1.0.5", - "@vueuse/core": "^8.9.1", + "@vueuse/core": "^8.9.2", "axios": "^0.27.2", "clipboard": "^2.0.11", "colord": "^2.9.2", @@ -68,8 +68,8 @@ "@types/node": "^18.0.3", "@types/qs": "^6.9.7", "@types/ua-parser-js": "^0.7.36", - "@typescript-eslint/eslint-plugin": "^5.30.5", - "@typescript-eslint/parser": "^5.30.5", + "@typescript-eslint/eslint-plugin": "^5.30.6", + "@typescript-eslint/parser": "^5.30.6", "@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue-jsx": "^1.3.10", "@vue/eslint-config-prettier": "^7.0.0", @@ -95,7 +95,7 @@ "sass": "^1.53.0", "standard-version": "^9.5.0", "typescript": "^4.7.4", - "unocss": "^0.44.0", + "unocss": "^0.44.1", "unplugin-icons": "^0.14.7", "unplugin-vue-components": "0.21.1", "unplugin-vue-define-options": "^0.6.2",