Commit 0cc9f61f6a5ccad48224022f464aa4a5e2838083

Authored by vben
1 parent 59e8b971

chore: update deps

Showing 2 changed files with 110 additions and 23 deletions
package.json
... ... @@ -69,7 +69,7 @@
69 69 "@vue/compiler-sfc": "^3.0.5",
70 70 "@vuedx/typecheck": "^0.6.0",
71 71 "@vuedx/typescript-plugin-vue": "^0.6.0",
72   - "autoprefixer": "^10.2.1",
  72 + "autoprefixer": "^10.2.3",
73 73 "commitizen": "^4.2.3",
74 74 "conventional-changelog-cli": "^2.1.1",
75 75 "conventional-changelog-custom-config": "^0.3.1",
... ... @@ -80,7 +80,7 @@
80 80 "eslint-plugin-prettier": "^3.3.1",
81 81 "eslint-plugin-vue": "^7.4.1",
82 82 "esno": "^0.4.0",
83   - "fs-extra": "^9.0.1",
  83 + "fs-extra": "^9.1.0",
84 84 "husky": "^4.3.8",
85 85 "koa": "^2.13.1",
86 86 "koa-static": "^5.0.0",
... ... @@ -92,13 +92,13 @@
92 92 "rimraf": "^3.0.2",
93 93 "rollup-plugin-gzip": "^2.5.0",
94 94 "rollup-plugin-visualizer": "^4.2.0",
95   - "stylelint": "^13.8.0",
  95 + "stylelint": "^13.9.0",
96 96 "stylelint-config-prettier": "^8.0.2",
97 97 "stylelint-config-standard": "^20.0.0",
98 98 "stylelint-order": "^4.1.0",
99 99 "ts-node": "^9.1.1",
100 100 "typescript": "^4.1.3",
101   - "vite": "2.0.0-beta.31",
  101 + "vite": "2.0.0-beta.34",
102 102 "vite-plugin-html": "^2.0.0-beta.5",
103 103 "vite-plugin-mock": "^2.0.0-beta.3",
104 104 "vite-plugin-purge-icons": "^0.5.2",
... ...
yarn.lock
... ... @@ -2184,6 +2184,16 @@ ajv@^6.10.0, ajv@^6.12.4:
2184 2184 json-schema-traverse "^0.4.1"
2185 2185 uri-js "^4.2.2"
2186 2186  
  2187 +ajv@^7.0.2:
  2188 + version "7.0.3"
  2189 + resolved "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz#13ae747eff125cafb230ac504b2406cf371eece2"
  2190 + integrity sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==
  2191 + dependencies:
  2192 + fast-deep-equal "^3.1.1"
  2193 + json-schema-traverse "^1.0.0"
  2194 + require-from-string "^2.0.2"
  2195 + uri-js "^4.2.2"
  2196 +
2187 2197 ansi-colors@^4.1.1:
2188 2198 version "4.1.1"
2189 2199 resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
... ... @@ -2372,13 +2382,13 @@ atob@^2.1.2:
2372 2382 resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
2373 2383 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
2374 2384  
2375   -autoprefixer@^10.2.1:
2376   - version "10.2.1"
2377   - resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.1.tgz#ce96870df6ddd9ba4c9bbba56c54b9ef4b00a962"
2378   - integrity sha512-dwP0UjyYvROUvtU+boBx8ff5pPWami1NGTrJs9YUsS/oZVbRAcdNHOOuXSA1fc46tgKqe072cVaKD69rvCc3QQ==
  2385 +autoprefixer@^10.2.3:
  2386 + version "10.2.3"
  2387 + resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.3.tgz#2834b55b75cfc10fa80c66000a66dc94b7136804"
  2388 + integrity sha512-vlz+iv+EnLkVaTgX8wApfYzmK3LUfK8Z9XAnmflzxMy/+oFuNK8fVGQV79SOpBv4jxk2YQJimw4hXIKZ29570A==
2379 2389 dependencies:
2380 2390 browserslist "^4.16.1"
2381   - caniuse-lite "^1.0.30001173"
  2391 + caniuse-lite "^1.0.30001178"
2382 2392 colorette "^1.2.1"
2383 2393 fraction.js "^4.0.13"
2384 2394 normalize-range "^0.1.2"
... ... @@ -2669,6 +2679,11 @@ caniuse-lite@^1.0.30001173:
2669 2679 resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz#3c47bbe3cd6d7a9eda7f50ac016d158005569f56"
2670 2680 integrity sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw==
2671 2681  
  2682 +caniuse-lite@^1.0.30001178:
  2683 + version "1.0.30001178"
  2684 + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz#3ad813b2b2c7d585b0be0a2440e1e233c6eabdbc"
  2685 + integrity sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ==
  2686 +
2672 2687 capital-case@^1.0.4:
2673 2688 version "1.0.4"
2674 2689 resolved "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
... ... @@ -4023,6 +4038,18 @@ fast-glob@^3.1.1, fast-glob@^3.2.4:
4023 4038 micromatch "^4.0.2"
4024 4039 picomatch "^2.2.1"
4025 4040  
  4041 +fast-glob@^3.2.5:
  4042 + version "3.2.5"
  4043 + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
  4044 + integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
  4045 + dependencies:
  4046 + "@nodelib/fs.stat" "^2.0.2"
  4047 + "@nodelib/fs.walk" "^1.2.3"
  4048 + glob-parent "^5.1.0"
  4049 + merge2 "^1.3.0"
  4050 + micromatch "^4.0.2"
  4051 + picomatch "^2.2.1"
  4052 +
4026 4053 fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
4027 4054 version "2.1.0"
4028 4055 resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
... ... @@ -4240,6 +4267,16 @@ fs-extra@^9.0.0, fs-extra@^9.0.1:
4240 4267 jsonfile "^6.0.1"
4241 4268 universalify "^1.0.0"
4242 4269  
  4270 +fs-extra@^9.1.0:
  4271 + version "9.1.0"
  4272 + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
  4273 + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
  4274 + dependencies:
  4275 + at-least-node "^1.0.0"
  4276 + graceful-fs "^4.2.0"
  4277 + jsonfile "^6.0.1"
  4278 + universalify "^2.0.0"
  4279 +
4243 4280 fs.realpath@^1.0.0:
4244 4281 version "1.0.0"
4245 4282 resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
... ... @@ -4467,6 +4504,18 @@ globby@^11.0.1:
4467 4504 merge2 "^1.3.0"
4468 4505 slash "^3.0.0"
4469 4506  
  4507 +globby@^11.0.2:
  4508 + version "11.0.2"
  4509 + resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
  4510 + integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
  4511 + dependencies:
  4512 + array-union "^2.1.0"
  4513 + dir-glob "^3.0.1"
  4514 + fast-glob "^3.1.1"
  4515 + ignore "^5.1.4"
  4516 + merge2 "^1.3.0"
  4517 + slash "^3.0.0"
  4518 +
4470 4519 globjoin@^0.1.4:
4471 4520 version "0.1.4"
4472 4521 resolved "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
... ... @@ -5171,6 +5220,11 @@ json-schema-traverse@^0.4.1:
5171 5220 resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
5172 5221 integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
5173 5222  
  5223 +json-schema-traverse@^1.0.0:
  5224 + version "1.0.0"
  5225 + resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
  5226 + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
  5227 +
5174 5228 json-stable-stringify-without-jsonify@^1.0.1:
5175 5229 version "1.0.1"
5176 5230 resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
... ... @@ -5694,6 +5748,24 @@ meow@^8.0.0:
5694 5748 type-fest "^0.18.0"
5695 5749 yargs-parser "^20.2.3"
5696 5750  
  5751 +meow@^9.0.0:
  5752 + version "9.0.0"
  5753 + resolved "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364"
  5754 + integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==
  5755 + dependencies:
  5756 + "@types/minimist" "^1.2.0"
  5757 + camelcase-keys "^6.2.2"
  5758 + decamelize "^1.2.0"
  5759 + decamelize-keys "^1.1.0"
  5760 + hard-rejection "^2.1.0"
  5761 + minimist-options "4.1.0"
  5762 + normalize-package-data "^3.0.0"
  5763 + read-pkg-up "^7.0.1"
  5764 + redent "^3.0.0"
  5765 + trim-newlines "^3.0.0"
  5766 + type-fest "^0.18.0"
  5767 + yargs-parser "^20.2.3"
  5768 +
5697 5769 merge-source-map@^1.1.0:
5698 5770 version "1.1.0"
5699 5771 resolved "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646"
... ... @@ -6940,6 +7012,11 @@ require-directory@^2.1.1:
6940 7012 resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
6941 7013 integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
6942 7014  
  7015 +require-from-string@^2.0.2:
  7016 + version "2.0.2"
  7017 + resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
  7018 + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
  7019 +
6943 7020 require-main-filename@^2.0.0:
6944 7021 version "2.0.0"
6945 7022 resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
... ... @@ -7612,10 +7689,10 @@ stylelint-order@^4.1.0:
7612 7689 postcss "^7.0.31"
7613 7690 postcss-sorting "^5.0.1"
7614 7691  
7615   -stylelint@^13.8.0:
7616   - version "13.8.0"
7617   - resolved "https://registry.npmjs.org/stylelint/-/stylelint-13.8.0.tgz#446765dbe25e3617f819a0165956faf2563ddc23"
7618   - integrity sha512-iHH3dv3UI23SLDrH4zMQDjLT9/dDIz/IpoFeuNxZmEx86KtfpjDOscxLTFioQyv+2vQjPlRZnK0UoJtfxLICXQ==
  7692 +stylelint@^13.9.0:
  7693 + version "13.9.0"
  7694 + resolved "https://registry.npmjs.org/stylelint/-/stylelint-13.9.0.tgz#93921ee6e11d4556b9f31131f485dc813b68e32a"
  7695 + integrity sha512-VVWH2oixOAxpWL1vH+V42ReCzBjW2AeqskSAbi8+3OjV1Xg3VZkmTcAqBZfRRvJeF4BvYuDLXebW3tIHxgZDEg==
7619 7696 dependencies:
7620 7697 "@stylelint/postcss-css-in-js" "^0.37.2"
7621 7698 "@stylelint/postcss-markdown" "^0.36.2"
... ... @@ -7623,14 +7700,14 @@ stylelint@^13.8.0:
7623 7700 balanced-match "^1.0.0"
7624 7701 chalk "^4.1.0"
7625 7702 cosmiconfig "^7.0.0"
7626   - debug "^4.2.0"
  7703 + debug "^4.3.1"
7627 7704 execall "^2.0.0"
7628   - fast-glob "^3.2.4"
  7705 + fast-glob "^3.2.5"
7629 7706 fastest-levenshtein "^1.0.12"
7630 7707 file-entry-cache "^6.0.0"
7631 7708 get-stdin "^8.0.0"
7632 7709 global-modules "^2.0.0"
7633   - globby "^11.0.1"
  7710 + globby "^11.0.2"
7634 7711 globjoin "^0.1.4"
7635 7712 html-tags "^3.1.0"
7636 7713 ignore "^5.1.8"
... ... @@ -7640,7 +7717,7 @@ stylelint@^13.8.0:
7640 7717 lodash "^4.17.20"
7641 7718 log-symbols "^4.0.0"
7642 7719 mathml-tag-names "^2.1.3"
7643   - meow "^8.0.0"
  7720 + meow "^9.0.0"
7644 7721 micromatch "^4.0.2"
7645 7722 normalize-selector "^0.2.0"
7646 7723 postcss "^7.0.35"
... ... @@ -7662,7 +7739,7 @@ stylelint@^13.8.0:
7662 7739 style-search "^0.1.0"
7663 7740 sugarss "^2.0.0"
7664 7741 svg-tags "^1.0.0"
7665   - table "^6.0.3"
  7742 + table "^6.0.7"
7666 7743 v8-compile-cache "^2.2.0"
7667 7744 write-file-atomic "^3.0.3"
7668 7745  
... ... @@ -7759,7 +7836,7 @@ systemjs@^6.8.3:
7759 7836 resolved "https://registry.npmjs.org/systemjs/-/systemjs-6.8.3.tgz#67e27f49242e9d81c2b652b204ae54e8bfcc75a3"
7760 7837 integrity sha512-UcTY+FEA1B7e+bpJk1TI+a9Na6LG7wFEqW7ED16cLqLuQfI/9Ri0rsXm3tKlIgNoHyLHZycjdAOijzNbzelgwA==
7761 7838  
7762   -table@^6.0.3, table@^6.0.4:
  7839 +table@^6.0.4:
7763 7840 version "6.0.4"
7764 7841 resolved "https://registry.npmjs.org/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
7765 7842 integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
... ... @@ -7769,6 +7846,16 @@ table@^6.0.3, table@^6.0.4:
7769 7846 slice-ansi "^4.0.0"
7770 7847 string-width "^4.2.0"
7771 7848  
  7849 +table@^6.0.7:
  7850 + version "6.0.7"
  7851 + resolved "https://registry.npmjs.org/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
  7852 + integrity sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==
  7853 + dependencies:
  7854 + ajv "^7.0.2"
  7855 + lodash "^4.17.20"
  7856 + slice-ansi "^4.0.0"
  7857 + string-width "^4.2.0"
  7858 +
7772 7859 temp-dir@^2.0.0:
7773 7860 version "2.0.0"
7774 7861 resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e"
... ... @@ -8277,10 +8364,10 @@ vite-plugin-style-import@^0.4.6:
8277 8364 "@rollup/pluginutils" "^4.1.0"
8278 8365 change-case "^4.1.2"
8279 8366  
8280   -vite@2.0.0-beta.31:
8281   - version "2.0.0-beta.31"
8282   - resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.31.tgz#0ce5f6c496c29f72062f9f0ae70dd6dfb18b0916"
8283   - integrity sha512-tHBgSsSp0+dbz8tas6zOj2KbJSKOme62jXN13rk8BZdJEum5FDnwon9+7oas4db3NnVBLnciWa1r8QUNoOZjrA==
  8367 +vite@2.0.0-beta.34:
  8368 + version "2.0.0-beta.34"
  8369 + resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.34.tgz#8db57443789b1bb0eac624cc596f3aeb7fde9eea"
  8370 + integrity sha512-D4/2WBf219mZBgDRiKfMwK/07UGiP+d56W2a2SEqf21iMOfM3yNBf3cfTY7qrHoi28EUo8l1LVwkSFPNbFlV2w==
8284 8371 dependencies:
8285 8372 esbuild "^0.8.26"
8286 8373 postcss "^8.2.1"
... ...