Commit b7813b9ba86e58a1cc270303d5cf2f1e4b814e14
1 parent
dbcc40f5
perf: typo
Showing
4 changed files
with
9 additions
and
145 deletions
.vscode/settings.json
... | ... | @@ -6,15 +6,8 @@ |
6 | 6 | //=========================================== |
7 | 7 | //============= Editor ====================== |
8 | 8 | //=========================================== |
9 | - "explorer.openEditors.visible": 0, | |
10 | 9 | "editor.tabSize": 2, |
11 | 10 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
12 | - "diffEditor.ignoreTrimWhitespace": false, | |
13 | - //=========================================== | |
14 | - //============= Other ======================= | |
15 | - //=========================================== | |
16 | - "breadcrumbs.enabled": true, | |
17 | - "open-in-browser.default": "chrome", | |
18 | 11 | //=========================================== |
19 | 12 | //============= files ======================= |
20 | 13 | //=========================================== |
... | ... | @@ -69,15 +62,9 @@ |
69 | 62 | }, |
70 | 63 | "stylelint.enable": true, |
71 | 64 | "stylelint.packageManager": "yarn", |
72 | - "liveServer.settings.donotShowInfoMsg": true, | |
73 | - "telemetry.enableCrashReporter": false, | |
74 | - "workbench.settings.enableNaturalLanguageSearch": false, | |
75 | 65 | "path-intellisense.mappings": { |
76 | 66 | "/@/": "${workspaceRoot}/src" |
77 | 67 | }, |
78 | - "prettier.requireConfig": true, | |
79 | - "typescript.updateImportsOnFileMove.enabled": "always", | |
80 | - "workbench.sideBar.location": "left", | |
81 | 68 | "[javascriptreact]": { |
82 | 69 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
83 | 70 | }, | ... | ... |
package.json
... | ... | @@ -26,8 +26,8 @@ |
26 | 26 | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", |
27 | 27 | "test:unit": "jest", |
28 | 28 | "test:unit-coverage": "jest --coverage", |
29 | - "test:gzip": "http-server dist --cors --gzip -c-1", | |
30 | - "test:br": "http-server dist --cors --brotli -c-1", | |
29 | + "test:gzip": "npx http-server dist --cors --gzip -c-1", | |
30 | + "test:br": "npx http-server dist --cors --brotli -c-1", | |
31 | 31 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
32 | 32 | "prepare": "husky install", |
33 | 33 | "gen:icon": "esno ./build/generate/icon/index.ts" |
... | ... | @@ -108,10 +108,8 @@ |
108 | 108 | "eslint-plugin-vue": "^7.20.0", |
109 | 109 | "esno": "^0.10.1", |
110 | 110 | "fs-extra": "^10.0.0", |
111 | - "http-server": "^14.0.0", | |
112 | 111 | "husky": "^7.0.4", |
113 | 112 | "inquirer": "^8.2.0", |
114 | - "is-ci": "^3.0.0", | |
115 | 113 | "jest": "^27.3.1", |
116 | 114 | "less": "^4.1.2", |
117 | 115 | "lint-staged": "11.2.3", | ... | ... |
windi.config.ts
... | ... | @@ -27,7 +27,7 @@ export default defineConfig({ |
27 | 27 | * Used for animation when the element is displayed |
28 | 28 | * @param maxOutput The larger the maxOutput output, the larger the generated css volume |
29 | 29 | */ |
30 | -function createEnterPlugin(maxOutput = 8) { | |
30 | +function createEnterPlugin(maxOutput = 7) { | |
31 | 31 | const createCss = (index: number, d = 'x') => { |
32 | 32 | const upd = d.toUpperCase(); |
33 | 33 | return { | ... | ... |
yarn.lock
... | ... | @@ -2723,13 +2723,6 @@ async@0.9.x: |
2723 | 2723 | resolved "https://registry.nlark.com/async/download/async-0.9.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fasync%2Fdownload%2Fasync-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" |
2724 | 2724 | integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= |
2725 | 2725 | |
2726 | -async@^2.6.2: | |
2727 | - version "2.6.3" | |
2728 | - resolved "https://registry.nlark.com/async/download/async-2.6.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fasync%2Fdownload%2Fasync-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | |
2729 | - integrity sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8= | |
2730 | - dependencies: | |
2731 | - lodash "^4.17.14" | |
2732 | - | |
2733 | 2726 | asynckit@^0.4.0: |
2734 | 2727 | version "0.4.0" |
2735 | 2728 | resolved "https://registry.nlark.com/asynckit/download/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
... | ... | @@ -2898,13 +2891,6 @@ base@^0.11.1: |
2898 | 2891 | mixin-deep "^1.2.0" |
2899 | 2892 | pascalcase "^0.1.1" |
2900 | 2893 | |
2901 | -basic-auth@^2.0.1: | |
2902 | - version "2.0.1" | |
2903 | - resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a" | |
2904 | - integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg== | |
2905 | - dependencies: | |
2906 | - safe-buffer "5.1.2" | |
2907 | - | |
2908 | 2894 | big.js@^5.2.2: |
2909 | 2895 | version "5.2.2" |
2910 | 2896 | resolved "https://registry.nlark.com/big.js/download/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" |
... | ... | @@ -3486,11 +3472,6 @@ colorette@^1.2.2, colorette@^1.3.0, colorette@^1.4.0: |
3486 | 3472 | resolved "https://registry.nlark.com/colorette/download/colorette-1.4.0.tgz?cache=0&sync_timestamp=1631886112969&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" |
3487 | 3473 | integrity sha1-UZD7uHJ2JZqGrXAL/yxtb6o/ykA= |
3488 | 3474 | |
3489 | -colors@^1.4.0: | |
3490 | - version "1.4.0" | |
3491 | - resolved "https://registry.nlark.com/colors/download/colors-1.4.0.tgz?cache=0&sync_timestamp=1622604546780&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolors%2Fdownload%2Fcolors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" | |
3492 | - integrity sha1-xQSRR51MG9rtLJztMs98fcI2D3g= | |
3493 | - | |
3494 | 3475 | combined-stream@^1.0.8: |
3495 | 3476 | version "1.0.8" |
3496 | 3477 | resolved "https://registry.nlark.com/combined-stream/download/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" |
... | ... | @@ -3835,11 +3816,6 @@ cors@^2.8.5: |
3835 | 3816 | object-assign "^4" |
3836 | 3817 | vary "^1" |
3837 | 3818 | |
3838 | -corser@^2.0.1: | |
3839 | - version "2.0.1" | |
3840 | - resolved "https://registry.nlark.com/corser/download/corser-2.0.1.tgz#8eda252ecaab5840dcd975ceb90d9370c819ff87" | |
3841 | - integrity sha1-jtolLsqrWEDc2XXOuQ2TcMgZ/4c= | |
3842 | - | |
3843 | 3819 | cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: |
3844 | 3820 | version "7.0.1" |
3845 | 3821 | resolved "https://registry.nlark.com/cosmiconfig/download/cosmiconfig-7.0.1.tgz?cache=0&sync_timestamp=1629585969900&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcosmiconfig%2Fdownload%2Fcosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" |
... | ... | @@ -4043,7 +4019,7 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: |
4043 | 4019 | dependencies: |
4044 | 4020 | ms "2.1.2" |
4045 | 4021 | |
4046 | -debug@^3.1.1, debug@^3.2.6: | |
4022 | +debug@^3.2.6: | |
4047 | 4023 | version "3.2.7" |
4048 | 4024 | resolved "https://registry.nlark.com/debug/download/debug-3.2.7.tgz?cache=0&sync_timestamp=1625374675284&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdebug%2Fdownload%2Fdebug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" |
4049 | 4025 | integrity sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o= |
... | ... | @@ -5002,11 +4978,6 @@ etag@^1.8.1: |
5002 | 4978 | resolved "https://registry.npm.taobao.org/etag/download/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" |
5003 | 4979 | integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= |
5004 | 4980 | |
5005 | -eventemitter3@^4.0.0: | |
5006 | - version "4.0.7" | |
5007 | - resolved "https://registry.npm.taobao.org/eventemitter3/download/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" | |
5008 | - integrity sha1-Lem2j2Uo1WRO9cWVJqG0oHMGFp8= | |
5009 | - | |
5010 | 4981 | exec-buffer@^3.0.0: |
5011 | 4982 | version "3.2.0" |
5012 | 4983 | resolved "https://registry.npm.taobao.org/exec-buffer/download/exec-buffer-3.2.0.tgz#b1686dbd904c7cf982e652c1f5a79b1e5573082b" |
... | ... | @@ -5448,7 +5419,7 @@ flatted@^3.1.0: |
5448 | 5419 | resolved "https://registry.nlark.com/flatted/download/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" |
5449 | 5420 | integrity sha1-ZL/tXLaP48p4s+shStl7Y77c5WE= |
5450 | 5421 | |
5451 | -follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.4: | |
5422 | +follow-redirects@^1.14.0, follow-redirects@^1.14.4: | |
5452 | 5423 | version "1.14.4" |
5453 | 5424 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" |
5454 | 5425 | integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== |
... | ... | @@ -6019,13 +5990,6 @@ html-encoding-sniffer@^2.0.1: |
6019 | 5990 | dependencies: |
6020 | 5991 | whatwg-encoding "^1.0.5" |
6021 | 5992 | |
6022 | -html-encoding-sniffer@^3.0.0: | |
6023 | - version "3.0.0" | |
6024 | - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9" | |
6025 | - integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA== | |
6026 | - dependencies: | |
6027 | - whatwg-encoding "^2.0.0" | |
6028 | - | |
6029 | 5993 | html-escaper@^2.0.0: |
6030 | 5994 | version "2.0.2" |
6031 | 5995 | resolved "https://registry.nlark.com/html-escaper/download/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" |
... | ... | @@ -6085,34 +6049,6 @@ http-proxy-agent@^4.0.1: |
6085 | 6049 | agent-base "6" |
6086 | 6050 | debug "4" |
6087 | 6051 | |
6088 | -http-proxy@^1.18.1: | |
6089 | - version "1.18.1" | |
6090 | - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" | |
6091 | - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== | |
6092 | - dependencies: | |
6093 | - eventemitter3 "^4.0.0" | |
6094 | - follow-redirects "^1.0.0" | |
6095 | - requires-port "^1.0.0" | |
6096 | - | |
6097 | -http-server@^14.0.0: | |
6098 | - version "14.0.0" | |
6099 | - resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.0.0.tgz#bd214952a60b93ce8ca9bbe8ba181faf7f9821b0" | |
6100 | - integrity sha512-XTePIXAo5x72bI8SlKFSqsg7UuSHwsOa4+RJIe56YeMUvfTvGDy7TxFkTEhfIRmM/Dnf6x29ut541ythSBZdkQ== | |
6101 | - dependencies: | |
6102 | - basic-auth "^2.0.1" | |
6103 | - colors "^1.4.0" | |
6104 | - corser "^2.0.1" | |
6105 | - he "^1.2.0" | |
6106 | - html-encoding-sniffer "^3.0.0" | |
6107 | - http-proxy "^1.18.1" | |
6108 | - mime "^1.6.0" | |
6109 | - minimist "^1.2.5" | |
6110 | - opener "^1.5.1" | |
6111 | - portfinder "^1.0.28" | |
6112 | - secure-compare "3.0.1" | |
6113 | - union "~0.5.0" | |
6114 | - url-join "^4.0.1" | |
6115 | - | |
6116 | 6052 | https-proxy-agent@^5.0.0: |
6117 | 6053 | version "5.0.0" |
6118 | 6054 | resolved "https://registry.nlark.com/https-proxy-agent/download/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" |
... | ... | @@ -6143,13 +6079,6 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: |
6143 | 6079 | dependencies: |
6144 | 6080 | safer-buffer ">= 2.1.2 < 3" |
6145 | 6081 | |
6146 | -iconv-lite@0.6.3: | |
6147 | - version "0.6.3" | |
6148 | - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" | |
6149 | - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== | |
6150 | - dependencies: | |
6151 | - safer-buffer ">= 2.1.2 < 3.0.0" | |
6152 | - | |
6153 | 6082 | icss-replace-symbols@^1.1.0: |
6154 | 6083 | version "1.1.0" |
6155 | 6084 | resolved "https://registry.npm.taobao.org/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" |
... | ... | @@ -7709,7 +7638,7 @@ lodash.truncate@^4.4.2: |
7709 | 7638 | resolved "https://registry.npm.taobao.org/lodash.truncate/download/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" |
7710 | 7639 | integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= |
7711 | 7640 | |
7712 | -lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0: | |
7641 | +lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0: | |
7713 | 7642 | version "4.17.21" |
7714 | 7643 | resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
7715 | 7644 | integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= |
... | ... | @@ -8016,7 +7945,7 @@ mime-types@^2.1.12: |
8016 | 7945 | dependencies: |
8017 | 7946 | mime-db "1.49.0" |
8018 | 7947 | |
8019 | -mime@^1.4.1, mime@^1.6.0: | |
7948 | +mime@^1.4.1: | |
8020 | 7949 | version "1.6.0" |
8021 | 7950 | resolved "https://registry.npm.taobao.org/mime/download/mime-1.6.0.tgz?cache=0&sync_timestamp=1615984369368&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime%2Fdownload%2Fmime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" |
8022 | 7951 | integrity sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE= |
... | ... | @@ -8070,13 +7999,6 @@ mixin-deep@^1.2.0: |
8070 | 7999 | for-in "^1.0.2" |
8071 | 8000 | is-extendable "^1.0.1" |
8072 | 8001 | |
8073 | -mkdirp@^0.5.5: | |
8074 | - version "0.5.5" | |
8075 | - resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" | |
8076 | - integrity sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8= | |
8077 | - dependencies: | |
8078 | - minimist "^1.2.5" | |
8079 | - | |
8080 | 8002 | mockjs@^1.1.0: |
8081 | 8003 | version "1.1.0" |
8082 | 8004 | resolved "https://registry.npm.taobao.org/mockjs/download/mockjs-1.1.0.tgz#e6a0c378e91906dbaff20911cc0273b3c7d75b06" |
... | ... | @@ -8419,11 +8341,6 @@ open@^7.4.2: |
8419 | 8341 | is-docker "^2.0.0" |
8420 | 8342 | is-wsl "^2.1.1" |
8421 | 8343 | |
8422 | -opener@^1.5.1: | |
8423 | - version "1.5.2" | |
8424 | - resolved "https://registry.npm.taobao.org/opener/download/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" | |
8425 | - integrity sha1-XTfh81B3udysQwE3InGv3rKhNZg= | |
8426 | - | |
8427 | 8344 | optionator@^0.8.1: |
8428 | 8345 | version "0.8.3" |
8429 | 8346 | resolved "https://registry.nlark.com/optionator/download/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" |
... | ... | @@ -8862,15 +8779,6 @@ pngquant-bin@^6.0.0: |
8862 | 8779 | execa "^4.0.0" |
8863 | 8780 | logalot "^2.0.0" |
8864 | 8781 | |
8865 | -portfinder@^1.0.28: | |
8866 | - version "1.0.28" | |
8867 | - resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" | |
8868 | - integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== | |
8869 | - dependencies: | |
8870 | - async "^2.6.2" | |
8871 | - debug "^3.1.1" | |
8872 | - mkdirp "^0.5.5" | |
8873 | - | |
8874 | 8782 | posix-character-classes@^0.1.0: |
8875 | 8783 | version "0.1.1" |
8876 | 8784 | resolved "https://registry.nlark.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" |
... | ... | @@ -9308,7 +9216,7 @@ qrcode@^1.4.4: |
9308 | 9216 | pngjs "^3.3.0" |
9309 | 9217 | yargs "^13.2.4" |
9310 | 9218 | |
9311 | -qs@^6.10.1, qs@^6.4.0: | |
9219 | +qs@^6.10.1: | |
9312 | 9220 | version "6.10.1" |
9313 | 9221 | resolved "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385328325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" |
9314 | 9222 | integrity sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o= |
... | ... | @@ -9560,11 +9468,6 @@ require-main-filename@^2.0.0: |
9560 | 9468 | resolved "https://registry.nlark.com/require-main-filename/download/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" |
9561 | 9469 | integrity sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs= |
9562 | 9470 | |
9563 | -requires-port@^1.0.0: | |
9564 | - version "1.0.0" | |
9565 | - resolved "https://registry.nlark.com/requires-port/download/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" | |
9566 | - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= | |
9567 | - | |
9568 | 9471 | resize-observer-polyfill@^1.5.1: |
9569 | 9472 | version "1.5.1" |
9570 | 9473 | resolved "https://registry.nlark.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" |
... | ... | @@ -9745,7 +9648,7 @@ safe-regex@^1.1.0: |
9745 | 9648 | dependencies: |
9746 | 9649 | ret "~0.1.10" |
9747 | 9650 | |
9748 | -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": | |
9651 | +"safer-buffer@>= 2.1.2 < 3": | |
9749 | 9652 | version "2.1.2" |
9750 | 9653 | resolved "https://registry.nlark.com/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
9751 | 9654 | integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo= |
... | ... | @@ -9769,11 +9672,6 @@ scroll-into-view-if-needed@^2.2.25: |
9769 | 9672 | dependencies: |
9770 | 9673 | compute-scroll-into-view "^1.0.17" |
9771 | 9674 | |
9772 | -secure-compare@3.0.1: | |
9773 | - version "3.0.1" | |
9774 | - resolved "https://registry.npm.taobao.org/secure-compare/download/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3" | |
9775 | - integrity sha1-8aAymzCLIh+uN7mXTz1XjQypmeM= | |
9776 | - | |
9777 | 9675 | seek-bzip@^1.0.5: |
9778 | 9676 | version "1.0.6" |
9779 | 9677 | resolved "https://registry.npm.taobao.org/seek-bzip/download/seek-bzip-1.0.6.tgz#35c4171f55a680916b52a07859ecf3b5857f21c4" |
... | ... | @@ -11003,13 +10901,6 @@ union-value@^1.0.0: |
11003 | 10901 | is-extendable "^0.1.1" |
11004 | 10902 | set-value "^2.0.1" |
11005 | 10903 | |
11006 | -union@~0.5.0: | |
11007 | - version "0.5.0" | |
11008 | - resolved "https://registry.nlark.com/union/download/union-0.5.0.tgz#b2c11be84f60538537b846edb9ba266ba0090075" | |
11009 | - integrity sha1-ssEb6E9gU4U3uEbtuboma6AJAHU= | |
11010 | - dependencies: | |
11011 | - qs "^6.4.0" | |
11012 | - | |
11013 | 10904 | unique-string@^2.0.0: |
11014 | 10905 | version "2.0.0" |
11015 | 10906 | resolved "https://registry.npm.taobao.org/unique-string/download/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" |
... | ... | @@ -11076,11 +10967,6 @@ urix@^0.1.0: |
11076 | 10967 | resolved "https://registry.nlark.com/urix/download/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" |
11077 | 10968 | integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= |
11078 | 10969 | |
11079 | -url-join@^4.0.1: | |
11080 | - version "4.0.1" | |
11081 | - resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7" | |
11082 | - integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA== | |
11083 | - | |
11084 | 10970 | url-parse-lax@^1.0.0: |
11085 | 10971 | version "1.0.0" |
11086 | 10972 | resolved "https://registry.nlark.com/url-parse-lax/download/url-parse-lax-1.0.0.tgz?cache=0&sync_timestamp=1628547550655&other_urls=https%3A%2F%2Fregistry.nlark.com%2Furl-parse-lax%2Fdownload%2Furl-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" |
... | ... | @@ -11583,13 +11469,6 @@ whatwg-encoding@^1.0.5: |
11583 | 11469 | dependencies: |
11584 | 11470 | iconv-lite "0.4.24" |
11585 | 11471 | |
11586 | -whatwg-encoding@^2.0.0: | |
11587 | - version "2.0.0" | |
11588 | - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53" | |
11589 | - integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg== | |
11590 | - dependencies: | |
11591 | - iconv-lite "0.6.3" | |
11592 | - | |
11593 | 11472 | whatwg-mimetype@^2.3.0: |
11594 | 11473 | version "2.3.0" |
11595 | 11474 | resolved "https://registry.nlark.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" | ... | ... |