Commit 894b63b8014f30f3e5fffa14a7eeebe765c0e556

Authored by vben
1 parent eecde4c7

chore: update deps

CHANGELOG.zh_CN.md
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 ### 🎫 Chores 3 ### 🎫 Chores
4 4
5 - 表格默认不显示边框 5 - 表格默认不显示边框
  6 +- 依赖更新
6 7
7 ### ⚡ Performance Improvements 8 ### ⚡ Performance Improvements
8 9
package.json
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 "qrcode": "^1.4.4", 32 "qrcode": "^1.4.4",
33 "vditor": "^3.5.5", 33 "vditor": "^3.5.5",
34 "vue": "^3.0.1", 34 "vue": "^3.0.1",
35 - "vue-i18n": "^9.0.0-beta.4", 35 + "vue-i18n": "^9.0.0-beta.6",
36 "vue-router": "^4.0.0-beta.13", 36 "vue-router": "^4.0.0-beta.13",
37 "vuex": "^4.0.0-beta.4", 37 "vuex": "^4.0.0-beta.4",
38 "vuex-module-decorators": "^1.0.1", 38 "vuex-module-decorators": "^1.0.1",
@@ -58,8 +58,8 @@ @@ -58,8 +58,8 @@
58 "@types/shelljs": "^0.8.8", 58 "@types/shelljs": "^0.8.8",
59 "@types/yargs": "^15.0.9", 59 "@types/yargs": "^15.0.9",
60 "@types/zxcvbn": "^4.4.0", 60 "@types/zxcvbn": "^4.4.0",
61 - "@typescript-eslint/eslint-plugin": "^4.4.1",  
62 - "@typescript-eslint/parser": "^4.4.1", 61 + "@typescript-eslint/eslint-plugin": "^4.5.0",
  62 + "@typescript-eslint/parser": "^4.5.0",
63 "@vue/compiler-sfc": "^3.0.1", 63 "@vue/compiler-sfc": "^3.0.1",
64 "autoprefixer": "^9.8.6", 64 "autoprefixer": "^9.8.6",
65 "commitizen": "^4.2.1", 65 "commitizen": "^4.2.1",
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 "eslint": "^7.10.0", 70 "eslint": "^7.10.0",
71 "eslint-config-prettier": "^6.13.0", 71 "eslint-config-prettier": "^6.13.0",
72 "eslint-plugin-prettier": "^3.1.4", 72 "eslint-plugin-prettier": "^3.1.4",
73 - "eslint-plugin-vue": "^7.0.1", 73 + "eslint-plugin-vue": "^7.1.0",
74 "fs-extra": "^9.0.1", 74 "fs-extra": "^9.0.1",
75 "html-minifier": "^4.0.0", 75 "html-minifier": "^4.0.0",
76 "husky": "^4.3.0", 76 "husky": "^4.3.0",
yarn.lock
@@ -866,61 +866,61 @@ @@ -866,61 +866,61 @@
866 resolved "https://registry.npmjs.org/@types/zxcvbn/-/zxcvbn-4.4.0.tgz#fbc1d941cc6d9d37d18405c513ba6b294f89b609" 866 resolved "https://registry.npmjs.org/@types/zxcvbn/-/zxcvbn-4.4.0.tgz#fbc1d941cc6d9d37d18405c513ba6b294f89b609"
867 integrity sha512-GQLOT+SN20a+AI51y3fAimhyTF4Y0RG+YP3gf91OibIZ7CJmPFgoZi+ZR5a+vRbS01LbQosITWum4ATmJ1Z6Pg== 867 integrity sha512-GQLOT+SN20a+AI51y3fAimhyTF4Y0RG+YP3gf91OibIZ7CJmPFgoZi+ZR5a+vRbS01LbQosITWum4ATmJ1Z6Pg==
868 868
869 -"@typescript-eslint/eslint-plugin@^4.4.1":  
870 - version "4.4.1"  
871 - 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"  
872 - integrity sha1-uKzqA3O9KjiKxH30RlLwC/izaPU= 869 +"@typescript-eslint/eslint-plugin@^4.5.0":
  870 + version "4.5.0"
  871 + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.5.0.tgz#4ff9c1d8535ae832e239f0ef6d7210592d9b0b07"
  872 + integrity sha512-mjb/gwNcmDKNt+6mb7Aj/TjKzIJjOPcoCJpjBQC9ZnTRnBt1p4q5dJSSmIqAtsZ/Pff5N+hJlbiPc5bl6QN4OQ==
873 dependencies: 873 dependencies:
874 - "@typescript-eslint/experimental-utils" "4.4.1"  
875 - "@typescript-eslint/scope-manager" "4.4.1" 874 + "@typescript-eslint/experimental-utils" "4.5.0"
  875 + "@typescript-eslint/scope-manager" "4.5.0"
876 debug "^4.1.1" 876 debug "^4.1.1"
877 functional-red-black-tree "^1.0.1" 877 functional-red-black-tree "^1.0.1"
878 regexpp "^3.0.0" 878 regexpp "^3.0.0"
879 semver "^7.3.2" 879 semver "^7.3.2"
880 tsutils "^3.17.1" 880 tsutils "^3.17.1"
881 881
882 -"@typescript-eslint/experimental-utils@4.4.1":  
883 - version "4.4.1"  
884 - 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"  
885 - integrity sha1-QGE7l1f6AXDePgBDJU27B3yvrAw= 882 +"@typescript-eslint/experimental-utils@4.5.0":
  883 + version "4.5.0"
  884 + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.5.0.tgz#547fe1158609143ce60645383aa1d6f83ada28df"
  885 + integrity sha512-bW9IpSAKYvkqDGRZzayBXIgPsj2xmmVHLJ+flGSoN0fF98pGoKFhbunIol0VF2Crka7z984EEhFi623Rl7e6gg==
886 dependencies: 886 dependencies:
887 "@types/json-schema" "^7.0.3" 887 "@types/json-schema" "^7.0.3"
888 - "@typescript-eslint/scope-manager" "4.4.1"  
889 - "@typescript-eslint/types" "4.4.1"  
890 - "@typescript-eslint/typescript-estree" "4.4.1" 888 + "@typescript-eslint/scope-manager" "4.5.0"
  889 + "@typescript-eslint/types" "4.5.0"
  890 + "@typescript-eslint/typescript-estree" "4.5.0"
891 eslint-scope "^5.0.0" 891 eslint-scope "^5.0.0"
892 eslint-utils "^2.0.0" 892 eslint-utils "^2.0.0"
893 893
894 -"@typescript-eslint/parser@^4.4.1":  
895 - version "4.4.1"  
896 - 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"  
897 - integrity sha1-Jf3pwIBhHzA/LzPO2xRdLFmRW4A= 894 +"@typescript-eslint/parser@^4.5.0":
  895 + version "4.5.0"
  896 + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
  897 + integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
898 dependencies: 898 dependencies:
899 - "@typescript-eslint/scope-manager" "4.4.1"  
900 - "@typescript-eslint/types" "4.4.1"  
901 - "@typescript-eslint/typescript-estree" "4.4.1" 899 + "@typescript-eslint/scope-manager" "4.5.0"
  900 + "@typescript-eslint/types" "4.5.0"
  901 + "@typescript-eslint/typescript-estree" "4.5.0"
902 debug "^4.1.1" 902 debug "^4.1.1"
903 903
904 -"@typescript-eslint/scope-manager@4.4.1":  
905 - version "4.4.1"  
906 - 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"  
907 - integrity sha1-0ZRH5g2yzpxCWJjWL6A7LM6Oo/k= 904 +"@typescript-eslint/scope-manager@4.5.0":
  905 + version "4.5.0"
  906 + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
  907 + integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
908 dependencies: 908 dependencies:
909 - "@typescript-eslint/types" "4.4.1"  
910 - "@typescript-eslint/visitor-keys" "4.4.1" 909 + "@typescript-eslint/types" "4.5.0"
  910 + "@typescript-eslint/visitor-keys" "4.5.0"
911 911
912 -"@typescript-eslint/types@4.4.1":  
913 - version "4.4.1"  
914 - 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"  
915 - integrity sha1-xQezXPUjvHugCq5fde6bgQzau8E= 912 +"@typescript-eslint/types@4.5.0":
  913 + version "4.5.0"
  914 + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
  915 + integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
916 916
917 -"@typescript-eslint/typescript-estree@4.4.1":  
918 - version "4.4.1"  
919 - 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"  
920 - integrity sha1-WY9t5IgQbCWH1HyiRixg9uJ5fLg= 917 +"@typescript-eslint/typescript-estree@4.5.0":
  918 + version "4.5.0"
  919 + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
  920 + integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
921 dependencies: 921 dependencies:
922 - "@typescript-eslint/types" "4.4.1"  
923 - "@typescript-eslint/visitor-keys" "4.4.1" 922 + "@typescript-eslint/types" "4.5.0"
  923 + "@typescript-eslint/visitor-keys" "4.5.0"
924 debug "^4.1.1" 924 debug "^4.1.1"
925 globby "^11.0.1" 925 globby "^11.0.1"
926 is-glob "^4.0.1" 926 is-glob "^4.0.1"
@@ -928,12 +928,12 @@ @@ -928,12 +928,12 @@
928 semver "^7.3.2" 928 semver "^7.3.2"
929 tsutils "^3.17.1" 929 tsutils "^3.17.1"
930 930
931 -"@typescript-eslint/visitor-keys@4.4.1":  
932 - version "4.4.1"  
933 - 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"  
934 - integrity sha1-F2ncep4tfSz9Mxi3ftgkkYeu1cM= 931 +"@typescript-eslint/visitor-keys@4.5.0":
  932 + version "4.5.0"
  933 + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
  934 + integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
935 dependencies: 935 dependencies:
936 - "@typescript-eslint/types" "4.4.1" 936 + "@typescript-eslint/types" "4.5.0"
937 eslint-visitor-keys "^2.0.0" 937 eslint-visitor-keys "^2.0.0"
938 938
939 "@vue/compiler-core@3.0.1": 939 "@vue/compiler-core@3.0.1":
@@ -2581,15 +2581,15 @@ eslint-plugin-prettier@^3.1.4: @@ -2581,15 +2581,15 @@ eslint-plugin-prettier@^3.1.4:
2581 dependencies: 2581 dependencies:
2582 prettier-linter-helpers "^1.0.0" 2582 prettier-linter-helpers "^1.0.0"
2583 2583
2584 -eslint-plugin-vue@^7.0.1:  
2585 - version "7.0.1"  
2586 - resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.0.1.tgz#8e69a9041bb9719c018f154fdcacbb17713e0240"  
2587 - integrity sha512-Pzl88S8Gue9BPcvSg+K/Av2V5UlwGeBxiZW5cLYbDngHm7vLnSuO/q2n54kIyCqfPmuD5PKlJrNSzoN+Ur9HRg== 2584 +eslint-plugin-vue@^7.1.0:
  2585 + version "7.1.0"
  2586 + resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz#832d83e4e1e480c7285b2bc3ff1076cd0dca7a5b"
  2587 + integrity sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg==
2588 dependencies: 2588 dependencies:
2589 eslint-utils "^2.1.0" 2589 eslint-utils "^2.1.0"
2590 natural-compare "^1.4.0" 2590 natural-compare "^1.4.0"
2591 semver "^7.3.2" 2591 semver "^7.3.2"
2592 - vue-eslint-parser "^7.1.0" 2592 + vue-eslint-parser "^7.1.1"
2593 2593
2594 eslint-scope@^5.0.0, eslint-scope@^5.1.1: 2594 eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2595 version "5.1.1" 2595 version "5.1.1"
@@ -7095,18 +7095,6 @@ vite-plugin-purge-icons@^0.4.4: @@ -7095,18 +7095,6 @@ vite-plugin-purge-icons@^0.4.4:
7095 vue "^3.0.0-rc.10" 7095 vue "^3.0.0-rc.10"
7096 ws "^7.3.1" 7096 ws "^7.3.1"
7097 7097
7098 -vue-eslint-parser@^7.1.0:  
7099 - version "7.1.0"  
7100 - resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.1.0.tgz#9cdbcc823e656b087507a1911732b867ac101e83"  
7101 - integrity sha512-Kr21uPfthDc63nDl27AGQEhtt9VrZ9nkYk/NTftJ2ws9XiJwzJJCnCr3AITQ2jpRMA0XPGDECxYH8E027qMK9Q==  
7102 - dependencies:  
7103 - debug "^4.1.1"  
7104 - eslint-scope "^5.0.0"  
7105 - eslint-visitor-keys "^1.1.0"  
7106 - espree "^6.2.1"  
7107 - esquery "^1.0.1"  
7108 - lodash "^4.17.15"  
7109 -  
7110 vue-eslint-parser@^7.1.1: 7098 vue-eslint-parser@^7.1.1:
7111 version "7.1.1" 7099 version "7.1.1"
7112 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" 7100 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"
@@ -7119,10 +7107,12 @@ vue-eslint-parser@^7.1.1: @@ -7119,10 +7107,12 @@ vue-eslint-parser@^7.1.1:
7119 esquery "^1.0.1" 7107 esquery "^1.0.1"
7120 lodash "^4.17.15" 7108 lodash "^4.17.15"
7121 7109
7122 -vue-i18n@^9.0.0-beta.4:  
7123 - version "9.0.0-beta.4"  
7124 - resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.0.0-beta.4.tgz#a6550f6be56fd617a8ab96e26aa305329f06da02"  
7125 - integrity sha512-Ko1pNflNRwmwjVn2S4Oo9BGHzBRVBvBGdBzAKle713DmmFRnB+NnsJisSmwTqB6BtACCvvJdY+xRTjZaobHtew== 7110 +vue-i18n@^9.0.0-beta.6:
  7111 + version "9.0.0-beta.6"
  7112 + resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.0.0-beta.6.tgz#ea89cee5ade18f2a2d0f2ead0ac4a6bedccade6e"
  7113 + integrity sha512-6WWNumUYOnoFi50szUxhxNjTntWlL3SSb6DCoDQW3aKIGK6xTKj9bLI1gnSPfFn54dTYlJtzxEHuY8C/kvm7kg==
  7114 + dependencies:
  7115 + source-map "^0.6.1"
7126 7116
7127 vue-router@^4.0.0-beta.13: 7117 vue-router@^4.0.0-beta.13:
7128 version "4.0.0-beta.13" 7118 version "4.0.0-beta.13"