From e5b2cc1e982a14af1afb275c9d62bc24ead4fd61 Mon Sep 17 00:00:00 2001 From: Vben Date: Tue, 2 Mar 2021 06:59:38 +0800 Subject: [PATCH] chore: update deps --- .env | 3 - build/utils.ts | 1 - package.json | 16 +-- src/components/Basic/src/BasicArrow.vue | 3 +- src/router/helper/routeHelper.ts | 7 +- src/views/demo/feat/ws/index.vue | 3 +- test/websocket-server/README.md | 15 +++ types/window.d.ts | 1 - vite.config.ts | 10 +- yarn.lock | 130 ++++++++++++------------ 10 files changed, 92 insertions(+), 97 deletions(-) create mode 100644 test/websocket-server/README.md diff --git a/.env b/.env index 375b9444..b1a9ec8b 100644 --- a/.env +++ b/.env @@ -6,6 +6,3 @@ VITE_GLOB_APP_TITLE = Vben Admin # spa shortname VITE_GLOB_APP_SHORT_NAME = vue_vben_admin - - -VITE_DYNAMIC_IMPORT = false diff --git a/build/utils.ts b/build/utils.ts index 62803a35..d5e95e3c 100644 --- a/build/utils.ts +++ b/build/utils.ts @@ -30,7 +30,6 @@ export interface ViteEnv { VITE_BUILD_COMPRESS: 'gzip' | 'brotli' | 'none'; VITE_LEGACY: boolean; VITE_USE_IMAGEMIN: boolean; - VITE_DYNAMIC_IMPORT: boolean; } // Read all environment variable configuration files to process.env diff --git a/package.json b/package.json index 3f2a279a..2ded967c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", - "@iconify/json": "^1.1.308", + "@iconify/json": "^1.1.310", "@ls-lint/ls-lint": "^1.9.2", "@purge-icons/generated": "^0.7.0", "@types/crypto-js": "^4.0.1", @@ -68,8 +68,8 @@ "@types/rollup-plugin-visualizer": "^2.6.0", "@types/sortablejs": "^1.10.6", "@types/yargs": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^4.15.2", - "@typescript-eslint/parser": "^4.15.2", + "@typescript-eslint/eslint-plugin": "^4.16.1", + "@typescript-eslint/parser": "^4.16.1", "@vitejs/plugin-legacy": "^1.3.1", "@vitejs/plugin-vue": "^1.1.5", "@vitejs/plugin-vue-jsx": "^1.1.2", @@ -100,15 +100,15 @@ "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.1.0", "ts-node": "^9.1.1", - "typescript": "4.1.5", + "typescript": "4.2.2", "vite": "^2.0.4", - "vite-plugin-compression": "^0.2.2", - "vite-plugin-html": "^2.0.2", - "vite-plugin-imagemin": "^0.2.8", + "vite-plugin-compression": "^0.2.3", + "vite-plugin-html": "^2.0.3", + "vite-plugin-imagemin": "^0.2.9", "vite-plugin-mock": "^2.1.5", "vite-plugin-purge-icons": "^0.7.0", "vite-plugin-pwa": "^0.5.6", - "vite-plugin-style-import": "^0.7.5", + "vite-plugin-style-import": "^0.7.6", "vite-plugin-theme": "^0.4.8", "vite-plugin-windicss": "0.6.2", "vue-eslint-parser": "^7.5.0", diff --git a/src/components/Basic/src/BasicArrow.vue b/src/components/Basic/src/BasicArrow.vue index 4789b3e6..14a81d50 100644 --- a/src/components/Basic/src/BasicArrow.vue +++ b/src/components/Basic/src/BasicArrow.vue @@ -9,7 +9,6 @@