diff --git a/package.json b/package.json index 007da147d..cd8c5aa83 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@better-scroll/core": "^2.4.2", "@soybeanjs/vue-admin-layout": "^1.0.4", "@soybeanjs/vue-admin-tab": "^1.0.2", - "@vueuse/core": "^8.9.0", + "@vueuse/core": "^8.9.1", "axios": "^0.27.2", "clipboard": "^2.0.11", "colord": "^2.9.2", @@ -61,7 +61,7 @@ "@amap/amap-jsapi-types": "^0.0.8", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "@iconify/json": "^2.1.73", + "@iconify/json": "^2.1.75", "@iconify/vue": "^3.2.1", "@types/bmapgl": "^0.0.5", "@types/crypto-js": "^4.1.1", @@ -95,11 +95,11 @@ "sass": "^1.53.0", "standard-version": "^9.5.0", "typescript": "^4.7.4", - "unocss": "^0.43.2", + "unocss": "^0.44.0", "unplugin-icons": "^0.14.7", "unplugin-vue-components": "0.21.1", "unplugin-vue-define-options": "^0.6.2", - "vite": "^2.9.13", + "vite": "^2.9.14", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-mock": "^2.9.6", diff --git a/tsconfig.json b/tsconfig.json index f213528bf..637ede1ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "strict": true, "esModuleInterop": true, "jsx": "preserve", - "allowJs": true, "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": true,