Commit 1091c1de8865da8b0bd7039be12966f93293d284

Authored by nebv
1 parent bb3b8f81

chore: update deps

package.json
@@ -41,11 +41,11 @@ @@ -41,11 +41,11 @@
41 "devDependencies": { 41 "devDependencies": {
42 "@commitlint/cli": "^11.0.0", 42 "@commitlint/cli": "^11.0.0",
43 "@commitlint/config-conventional": "^11.0.0", 43 "@commitlint/config-conventional": "^11.0.0",
44 - "@iconify/json": "^1.1.233", 44 + "@iconify/json": "^1.1.241",
45 "@ls-lint/ls-lint": "^1.9.2", 45 "@ls-lint/ls-lint": "^1.9.2",
46 "@purge-icons/generated": "^0.4.1", 46 "@purge-icons/generated": "^0.4.1",
47 "@types/echarts": "^4.8.0", 47 "@types/echarts": "^4.8.0",
48 - "@types/fs-extra": "^9.0.1", 48 + "@types/fs-extra": "^9.0.2",
49 "@types/inquirer": "^7.3.1", 49 "@types/inquirer": "^7.3.1",
50 "@types/koa-static": "^4.0.1", 50 "@types/koa-static": "^4.0.1",
51 "@types/lodash-es": "^4.17.3", 51 "@types/lodash-es": "^4.17.3",
@@ -56,8 +56,8 @@ @@ -56,8 +56,8 @@
56 "@types/shelljs": "^0.8.8", 56 "@types/shelljs": "^0.8.8",
57 "@types/yargs": "^15.0.8", 57 "@types/yargs": "^15.0.8",
58 "@types/zxcvbn": "^4.4.0", 58 "@types/zxcvbn": "^4.4.0",
59 - "@typescript-eslint/eslint-plugin": "^4.4.0",  
60 - "@typescript-eslint/parser": "^4.4.0", 59 + "@typescript-eslint/eslint-plugin": "^4.4.1",
  60 + "@typescript-eslint/parser": "^4.4.1",
61 "@vue/compiler-sfc": "^3.0.0", 61 "@vue/compiler-sfc": "^3.0.0",
62 "autoprefixer": "^9.8.6", 62 "autoprefixer": "^9.8.6",
63 "commitizen": "^4.2.1", 63 "commitizen": "^4.2.1",
@@ -92,7 +92,7 @@ @@ -92,7 +92,7 @@
92 "vite": "^1.0.0-rc.4", 92 "vite": "^1.0.0-rc.4",
93 "vite-plugin-mock": "^1.0.2", 93 "vite-plugin-mock": "^1.0.2",
94 "vite-plugin-purge-icons": "^0.4.1", 94 "vite-plugin-purge-icons": "^0.4.1",
95 - "vue-eslint-parser": "^7.1.0", 95 + "vue-eslint-parser": "^7.1.1",
96 "yargs": "^16.0.3" 96 "yargs": "^16.0.3"
97 }, 97 },
98 "repository": { 98 "repository": {
src/hooks/core/useSetting.ts
@@ -25,9 +25,6 @@ export const useSetting = (): SettingWrap => { @@ -25,9 +25,6 @@ export const useSetting = (): SettingWrap => {
25 urlPrefix: VITE_GLOB_API_URL_PREFIX, 25 urlPrefix: VITE_GLOB_API_URL_PREFIX,
26 }; 26 };
27 const projectSetting: Readonly<ProjectConfig> = getProjectSetting; 27 const projectSetting: Readonly<ProjectConfig> = getProjectSetting;
28 - console.log('======================');  
29 - console.log(glob);  
30 - console.log('======================');  
31 return { 28 return {
32 globSetting: glob as Readonly<GlobConfig>, 29 globSetting: glob as Readonly<GlobConfig>,
33 projectSetting, 30 projectSetting,
yarn.lock
@@ -372,10 +372,10 @@ @@ -372,10 +372,10 @@
372 resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.1.tgz#a8bae29d71016d5af98c69f56a73c4a040217b3a" 372 resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.1.tgz#a8bae29d71016d5af98c69f56a73c4a040217b3a"
373 integrity sha512-ji5H04VjYtR4seIEgVVLPxg1KRhrFquOiyfPyLVS6vYPkuqV6bcWdssi05YSmf/OAzG4E7Qsg80/bOKyd5tYTw== 373 integrity sha512-ji5H04VjYtR4seIEgVVLPxg1KRhrFquOiyfPyLVS6vYPkuqV6bcWdssi05YSmf/OAzG4E7Qsg80/bOKyd5tYTw==
374 374
375 -"@iconify/json@^1.1.233":  
376 - version "1.1.240"  
377 - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.240.tgz#c7f2e822fc9e09994d3fd02a0c25684978a1b9fb"  
378 - integrity sha512-FNeTQ/N9c63Zn+LQyli2vY1C5Mub64fcwvAzrph0Vk+Qzv8dfPgcZtvfK08hukWKOEBUhSjfasQIfnZ5CynkmQ== 375 +"@iconify/json@^1.1.241":
  376 + version "1.1.241"
  377 + resolved "https://registry.npm.taobao.org/@iconify/json/download/@iconify/json-1.1.241.tgz#406f641d79586bd4ca9b3954836c42f55fcdd6f1"
  378 + integrity sha1-QG9kHXlYa9TKmzlUg2xC9V/N1vE=
379 379
380 "@ls-lint/ls-lint@^1.9.2": 380 "@ls-lint/ls-lint@^1.9.2":
381 version "1.9.2" 381 version "1.9.2"
@@ -605,10 +605,10 @@ @@ -605,10 +605,10 @@
605 "@types/qs" "*" 605 "@types/qs" "*"
606 "@types/serve-static" "*" 606 "@types/serve-static" "*"
607 607
608 -"@types/fs-extra@^9.0.1":  
609 - version "9.0.1"  
610 - resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.1.tgz#91c8fc4c51f6d5dbe44c2ca9ab09310bd00c7918"  
611 - integrity sha512-B42Sxuaz09MhC3DDeW5kubRcQ5by4iuVQ0cRRWM2lggLzAa/KVom0Aft/208NgMvNQQZ86s5rVcqDdn/SH0/mg== 608 +"@types/fs-extra@^9.0.2":
  609 + version "9.0.2"
  610 + resolved "https://registry.npm.taobao.org/@types/fs-extra/download/@types/fs-extra-9.0.2.tgz#e1e1b578c48e8d08ae7fc36e552b94c6f4621609"
  611 + integrity sha1-4eG1eMSOjQiuf8NuVSuUxvRiFgk=
612 dependencies: 612 dependencies:
613 "@types/node" "*" 613 "@types/node" "*"
614 614
@@ -823,61 +823,61 @@ @@ -823,61 +823,61 @@
823 resolved "https://registry.npmjs.org/@types/zxcvbn/-/zxcvbn-4.4.0.tgz#fbc1d941cc6d9d37d18405c513ba6b294f89b609" 823 resolved "https://registry.npmjs.org/@types/zxcvbn/-/zxcvbn-4.4.0.tgz#fbc1d941cc6d9d37d18405c513ba6b294f89b609"
824 integrity sha512-GQLOT+SN20a+AI51y3fAimhyTF4Y0RG+YP3gf91OibIZ7CJmPFgoZi+ZR5a+vRbS01LbQosITWum4ATmJ1Z6Pg== 824 integrity sha512-GQLOT+SN20a+AI51y3fAimhyTF4Y0RG+YP3gf91OibIZ7CJmPFgoZi+ZR5a+vRbS01LbQosITWum4ATmJ1Z6Pg==
825 825
826 -"@typescript-eslint/eslint-plugin@^4.4.0":  
827 - version "4.4.0"  
828 - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"  
829 - integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ== 826 +"@typescript-eslint/eslint-plugin@^4.4.1":
  827 + version "4.4.1"
  828 + resolved "https://registry.npm.taobao.org/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.4.1.tgz?cache=0&sync_timestamp=1602524086957&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Feslint-plugin%2Fdownload%2F%40typescript-eslint%2Feslint-plugin-4.4.1.tgz#b8acea0373bd2a388ac47df44652f00bf8b368f5"
  829 + integrity sha1-uKzqA3O9KjiKxH30RlLwC/izaPU=
830 dependencies: 830 dependencies:
831 - "@typescript-eslint/experimental-utils" "4.4.0"  
832 - "@typescript-eslint/scope-manager" "4.4.0" 831 + "@typescript-eslint/experimental-utils" "4.4.1"
  832 + "@typescript-eslint/scope-manager" "4.4.1"
833 debug "^4.1.1" 833 debug "^4.1.1"
834 functional-red-black-tree "^1.0.1" 834 functional-red-black-tree "^1.0.1"
835 regexpp "^3.0.0" 835 regexpp "^3.0.0"
836 semver "^7.3.2" 836 semver "^7.3.2"
837 tsutils "^3.17.1" 837 tsutils "^3.17.1"
838 838
839 -"@typescript-eslint/experimental-utils@4.4.0":  
840 - version "4.4.0"  
841 - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"  
842 - integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w== 839 +"@typescript-eslint/experimental-utils@4.4.1":
  840 + version "4.4.1"
  841 + resolved "https://registry.npm.taobao.org/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.4.1.tgz?cache=0&sync_timestamp=1602523797642&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fexperimental-utils%2Fdownload%2F%40typescript-eslint%2Fexperimental-utils-4.4.1.tgz#40613b9757fa0170de3e0043254dbb077cafac0c"
  842 + integrity sha1-QGE7l1f6AXDePgBDJU27B3yvrAw=
843 dependencies: 843 dependencies:
844 "@types/json-schema" "^7.0.3" 844 "@types/json-schema" "^7.0.3"
845 - "@typescript-eslint/scope-manager" "4.4.0"  
846 - "@typescript-eslint/types" "4.4.0"  
847 - "@typescript-eslint/typescript-estree" "4.4.0" 845 + "@typescript-eslint/scope-manager" "4.4.1"
  846 + "@typescript-eslint/types" "4.4.1"
  847 + "@typescript-eslint/typescript-estree" "4.4.1"
848 eslint-scope "^5.0.0" 848 eslint-scope "^5.0.0"
849 eslint-utils "^2.0.0" 849 eslint-utils "^2.0.0"
850 850
851 -"@typescript-eslint/parser@^4.4.0":  
852 - version "4.4.0"  
853 - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"  
854 - integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA== 851 +"@typescript-eslint/parser@^4.4.1":
  852 + version "4.4.1"
  853 + resolved "https://registry.npm.taobao.org/@typescript-eslint/parser/download/@typescript-eslint/parser-4.4.1.tgz?cache=0&sync_timestamp=1602524085346&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
  854 + integrity sha1-Jf3pwIBhHzA/LzPO2xRdLFmRW4A=
855 dependencies: 855 dependencies:
856 - "@typescript-eslint/scope-manager" "4.4.0"  
857 - "@typescript-eslint/types" "4.4.0"  
858 - "@typescript-eslint/typescript-estree" "4.4.0" 856 + "@typescript-eslint/scope-manager" "4.4.1"
  857 + "@typescript-eslint/types" "4.4.1"
  858 + "@typescript-eslint/typescript-estree" "4.4.1"
859 debug "^4.1.1" 859 debug "^4.1.1"
860 860
861 -"@typescript-eslint/scope-manager@4.4.0":  
862 - version "4.4.0"  
863 - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"  
864 - integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA== 861 +"@typescript-eslint/scope-manager@4.4.1":
  862 + version "4.4.1"
  863 + resolved "https://registry.npm.taobao.org/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.4.1.tgz?cache=0&sync_timestamp=1602524081008&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fscope-manager%2Fdownload%2F%40typescript-eslint%2Fscope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
  864 + integrity sha1-0ZRH5g2yzpxCWJjWL6A7LM6Oo/k=
865 dependencies: 865 dependencies:
866 - "@typescript-eslint/types" "4.4.0"  
867 - "@typescript-eslint/visitor-keys" "4.4.0" 866 + "@typescript-eslint/types" "4.4.1"
  867 + "@typescript-eslint/visitor-keys" "4.4.1"
868 868
869 -"@typescript-eslint/types@4.4.0":  
870 - version "4.4.0"  
871 - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"  
872 - integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA== 869 +"@typescript-eslint/types@4.4.1":
  870 + version "4.4.1"
  871 + resolved "https://registry.npm.taobao.org/@typescript-eslint/types/download/@typescript-eslint/types-4.4.1.tgz?cache=0&sync_timestamp=1602524080008&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Ftypes%2Fdownload%2F%40typescript-eslint%2Ftypes-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
  872 + integrity sha1-xQezXPUjvHugCq5fde6bgQzau8E=
873 873
874 -"@typescript-eslint/typescript-estree@4.4.0":  
875 - version "4.4.0"  
876 - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"  
877 - integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw== 874 +"@typescript-eslint/typescript-estree@4.4.1":
  875 + version "4.4.1"
  876 + resolved "https://registry.npm.taobao.org/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.4.1.tgz?cache=0&sync_timestamp=1602523827414&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Ftypescript-estree%2Fdownload%2F%40typescript-eslint%2Ftypescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
  877 + integrity sha1-WY9t5IgQbCWH1HyiRixg9uJ5fLg=
878 dependencies: 878 dependencies:
879 - "@typescript-eslint/types" "4.4.0"  
880 - "@typescript-eslint/visitor-keys" "4.4.0" 879 + "@typescript-eslint/types" "4.4.1"
  880 + "@typescript-eslint/visitor-keys" "4.4.1"
881 debug "^4.1.1" 881 debug "^4.1.1"
882 globby "^11.0.1" 882 globby "^11.0.1"
883 is-glob "^4.0.1" 883 is-glob "^4.0.1"
@@ -885,12 +885,12 @@ @@ -885,12 +885,12 @@
885 semver "^7.3.2" 885 semver "^7.3.2"
886 tsutils "^3.17.1" 886 tsutils "^3.17.1"
887 887
888 -"@typescript-eslint/visitor-keys@4.4.0":  
889 - version "4.4.0"  
890 - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"  
891 - integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA== 888 +"@typescript-eslint/visitor-keys@4.4.1":
  889 + version "4.4.1"
  890 + resolved "https://registry.npm.taobao.org/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.4.1.tgz?cache=0&sync_timestamp=1602524080525&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fvisitor-keys%2Fdownload%2F%40typescript-eslint%2Fvisitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
  891 + integrity sha1-F2ncep4tfSz9Mxi3ftgkkYeu1cM=
892 dependencies: 892 dependencies:
893 - "@typescript-eslint/types" "4.4.0" 893 + "@typescript-eslint/types" "4.4.1"
894 eslint-visitor-keys "^2.0.0" 894 eslint-visitor-keys "^2.0.0"
895 895
896 "@vue/compiler-core@3.0.0": 896 "@vue/compiler-core@3.0.0":
@@ -6930,6 +6930,18 @@ vue-eslint-parser@^7.1.0: @@ -6930,6 +6930,18 @@ vue-eslint-parser@^7.1.0:
6930 esquery "^1.0.1" 6930 esquery "^1.0.1"
6931 lodash "^4.17.15" 6931 lodash "^4.17.15"
6932 6932
  6933 +vue-eslint-parser@^7.1.1:
  6934 + version "7.1.1"
  6935 + resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.1.1.tgz?cache=0&sync_timestamp=1602499032728&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3"
  6936 + integrity sha1-xDwccV/1B3i5p+mk4WkhGF80JdM=
  6937 + dependencies:
  6938 + debug "^4.1.1"
  6939 + eslint-scope "^5.0.0"
  6940 + eslint-visitor-keys "^1.1.0"
  6941 + espree "^6.2.1"
  6942 + esquery "^1.0.1"
  6943 + lodash "^4.17.15"
  6944 +
6933 vue-i18n@^9.0.0-beta.4: 6945 vue-i18n@^9.0.0-beta.4:
6934 version "9.0.0-beta.4" 6946 version "9.0.0-beta.4"
6935 resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.0.0-beta.4.tgz#a6550f6be56fd617a8ab96e26aa305329f06da02" 6947 resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.0.0-beta.4.tgz#a6550f6be56fd617a8ab96e26aa305329f06da02"