Commit 422ea3a765faae2995f7579124206f0d03f1576c
1 parent
f675fff2
chore: update deps
Showing
4 changed files
with
104 additions
and
44 deletions
.husky/pre-commit
@@ -10,3 +10,5 @@ npm run lint:ls-lint | @@ -10,3 +10,5 @@ npm run lint:ls-lint | ||
10 | 10 | ||
11 | # Format and submit code according to lintstagedrc.js configuration | 11 | # Format and submit code according to lintstagedrc.js configuration |
12 | npm run lint:lint-staged | 12 | npm run lint:lint-staged |
13 | + | ||
14 | +npm run lint:pretty |
.ls-lint.yml
package.json
@@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
19 | "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | 19 | "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", |
20 | "lint:ls-lint": "ls-lint", | 20 | "lint:ls-lint": "ls-lint", |
21 | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | 21 | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", |
22 | + "lint:pretty": "pretty-quick --staged", | ||
22 | "test:gzip": "http-server dist --cors --gzip -c-1", | 23 | "test:gzip": "http-server dist --cors --gzip -c-1", |
23 | "test:br": "http-server dist --cors --brotli -c-1", | 24 | "test:br": "http-server dist --cors --brotli -c-1", |
24 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", | 25 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
@@ -51,7 +52,7 @@ | @@ -51,7 +52,7 @@ | ||
51 | "devDependencies": { | 52 | "devDependencies": { |
52 | "@commitlint/cli": "^11.0.0", | 53 | "@commitlint/cli": "^11.0.0", |
53 | "@commitlint/config-conventional": "^11.0.0", | 54 | "@commitlint/config-conventional": "^11.0.0", |
54 | - "@iconify/json": "^1.1.303", | 55 | + "@iconify/json": "^1.1.304", |
55 | "@ls-lint/ls-lint": "^1.9.2", | 56 | "@ls-lint/ls-lint": "^1.9.2", |
56 | "@purge-icons/generated": "^0.7.0", | 57 | "@purge-icons/generated": "^0.7.0", |
57 | "@types/fs-extra": "^9.0.7", | 58 | "@types/fs-extra": "^9.0.7", |
@@ -82,14 +83,15 @@ | @@ -82,14 +83,15 @@ | ||
82 | "eslint-config-prettier": "^7.2.0", | 83 | "eslint-config-prettier": "^7.2.0", |
83 | "eslint-plugin-prettier": "^3.3.1", | 84 | "eslint-plugin-prettier": "^3.3.1", |
84 | "eslint-plugin-vue": "^7.6.0", | 85 | "eslint-plugin-vue": "^7.6.0", |
85 | - "esno": "^0.4.3", | 86 | + "esno": "^0.4.4", |
86 | "fs-extra": "^9.1.0", | 87 | "fs-extra": "^9.1.0", |
87 | "http-server": "^0.12.3", | 88 | "http-server": "^0.12.3", |
88 | "husky": "^5.0.9", | 89 | "husky": "^5.0.9", |
89 | - "is-ci": "^2.0.0", | 90 | + "is-ci": "^3.0.0", |
90 | "less": "^4.1.1", | 91 | "less": "^4.1.1", |
91 | "lint-staged": "^10.5.4", | 92 | "lint-staged": "^10.5.4", |
92 | "prettier": "^2.2.1", | 93 | "prettier": "^2.2.1", |
94 | + "pretty-quick": "^3.1.0", | ||
93 | "rimraf": "^3.0.2", | 95 | "rimraf": "^3.0.2", |
94 | "rollup-plugin-visualizer": "^4.2.0", | 96 | "rollup-plugin-visualizer": "^4.2.0", |
95 | "stylelint": "^13.10.0", | 97 | "stylelint": "^13.10.0", |
@@ -104,10 +106,10 @@ | @@ -104,10 +106,10 @@ | ||
104 | "vite-plugin-imagemin": "^0.2.6", | 106 | "vite-plugin-imagemin": "^0.2.6", |
105 | "vite-plugin-mock": "^2.1.4", | 107 | "vite-plugin-mock": "^2.1.4", |
106 | "vite-plugin-purge-icons": "^0.7.0", | 108 | "vite-plugin-purge-icons": "^0.7.0", |
107 | - "vite-plugin-pwa": "^0.4.7", | 109 | + "vite-plugin-pwa": "^0.4.8", |
108 | "vite-plugin-style-import": "^0.7.2", | 110 | "vite-plugin-style-import": "^0.7.2", |
109 | "vite-plugin-theme": "^0.4.3", | 111 | "vite-plugin-theme": "^0.4.3", |
110 | - "vite-plugin-windicss": "0.3.3", | 112 | + "vite-plugin-windicss": "0.3.4", |
111 | "vue-eslint-parser": "^7.5.0", | 113 | "vue-eslint-parser": "^7.5.0", |
112 | "yargs": "^16.2.0" | 114 | "yargs": "^16.2.0" |
113 | }, | 115 | }, |
yarn.lock
@@ -1112,10 +1112,10 @@ | @@ -1112,10 +1112,10 @@ | ||
1112 | dependencies: | 1112 | dependencies: |
1113 | cross-fetch "^3.0.6" | 1113 | cross-fetch "^3.0.6" |
1114 | 1114 | ||
1115 | -"@iconify/json@^1.1.303": | ||
1116 | - version "1.1.303" | ||
1117 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.303.tgz#364daf69a97c02647227cc0d851a2e79a893e8e3" | ||
1118 | - integrity sha512-O8KDBcIVQolvUeVL9JiEIc2ifYKWyKu/5cX6PNC4EAPvtfvieOHs1YVPV4tphVhafjTTftR5XbZBmZHKG6uNIA== | 1115 | +"@iconify/json@^1.1.304": |
1116 | + version "1.1.304" | ||
1117 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.304.tgz#1a0a2ec9cdc243fd8eea529deaf02f106c62ccb4" | ||
1118 | + integrity sha512-O184NxQVOt8VU3AhcoCqkzqqr3E4ltVZ9qNND458ZKZ0RGY/YyUZfXWSoF6qxTGjjrz8tQe7ar/g3rMIl6RwDA== | ||
1119 | 1119 | ||
1120 | "@intlify/core-base@9.0.0-beta.16": | 1120 | "@intlify/core-base@9.0.0-beta.16": |
1121 | version "9.0.0-beta.16" | 1121 | version "9.0.0-beta.16" |
@@ -1630,7 +1630,7 @@ | @@ -1630,7 +1630,7 @@ | ||
1630 | resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" | 1630 | resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" |
1631 | integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== | 1631 | integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== |
1632 | 1632 | ||
1633 | -"@types/minimatch@*": | 1633 | +"@types/minimatch@*", "@types/minimatch@^3.0.3": |
1634 | version "3.0.3" | 1634 | version "3.0.3" |
1635 | resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" | 1635 | resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" |
1636 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== | 1636 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== |
@@ -2071,6 +2071,15 @@ | @@ -2071,6 +2071,15 @@ | ||
2071 | dependencies: | 2071 | dependencies: |
2072 | vue-demi latest | 2072 | vue-demi latest |
2073 | 2073 | ||
2074 | +"@windicss/plugin-utils@0.3.4": | ||
2075 | + version "0.3.4" | ||
2076 | + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.3.4.tgz#cba323ffaddb8a0872485ea429fd463cda866c28" | ||
2077 | + integrity sha512-cd5N5ibxJXaSpSNgmgLy9WZkQ71TEJsD921ZSrBrzzYq39FZOfElZQzUBaROc3nLNOt0ubMi9FS44E1fJzA/3g== | ||
2078 | + dependencies: | ||
2079 | + fast-glob "^3.2.5" | ||
2080 | + micromatch "^4.0.2" | ||
2081 | + windicss "^2.1.12" | ||
2082 | + | ||
2074 | JSONStream@^1.0.4: | 2083 | JSONStream@^1.0.4: |
2075 | version "1.3.5" | 2084 | version "1.3.5" |
2076 | resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" | 2085 | resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" |
@@ -2280,6 +2289,11 @@ arr-union@^3.1.0: | @@ -2280,6 +2289,11 @@ arr-union@^3.1.0: | ||
2280 | resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" | 2289 | resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" |
2281 | integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= | 2290 | integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= |
2282 | 2291 | ||
2292 | +array-differ@^3.0.0: | ||
2293 | + version "3.0.0" | ||
2294 | + resolved "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b" | ||
2295 | + integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== | ||
2296 | + | ||
2283 | array-find-index@^1.0.1: | 2297 | array-find-index@^1.0.1: |
2284 | version "1.0.2" | 2298 | version "1.0.2" |
2285 | resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" | 2299 | resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" |
@@ -2310,6 +2324,11 @@ arrify@^1.0.1: | @@ -2310,6 +2324,11 @@ arrify@^1.0.1: | ||
2310 | resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | 2324 | resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" |
2311 | integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= | 2325 | integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= |
2312 | 2326 | ||
2327 | +arrify@^2.0.1: | ||
2328 | + version "2.0.1" | ||
2329 | + resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" | ||
2330 | + integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== | ||
2331 | + | ||
2313 | assign-symbols@^1.0.0: | 2332 | assign-symbols@^1.0.0: |
2314 | version "1.0.0" | 2333 | version "1.0.0" |
2315 | resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" | 2334 | resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" |
@@ -2757,6 +2776,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: | @@ -2757,6 +2776,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: | ||
2757 | escape-string-regexp "^1.0.5" | 2776 | escape-string-regexp "^1.0.5" |
2758 | supports-color "^5.3.0" | 2777 | supports-color "^5.3.0" |
2759 | 2778 | ||
2779 | +chalk@^3.0.0: | ||
2780 | + version "3.0.0" | ||
2781 | + resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" | ||
2782 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== | ||
2783 | + dependencies: | ||
2784 | + ansi-styles "^4.1.0" | ||
2785 | + supports-color "^7.1.0" | ||
2786 | + | ||
2760 | change-case@^4.1.2: | 2787 | change-case@^4.1.2: |
2761 | version "4.1.2" | 2788 | version "4.1.2" |
2762 | resolved "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12" | 2789 | resolved "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12" |
@@ -2815,10 +2842,10 @@ chokidar@^3.5.1: | @@ -2815,10 +2842,10 @@ chokidar@^3.5.1: | ||
2815 | optionalDependencies: | 2842 | optionalDependencies: |
2816 | fsevents "~2.3.1" | 2843 | fsevents "~2.3.1" |
2817 | 2844 | ||
2818 | -ci-info@^2.0.0: | ||
2819 | - version "2.0.0" | ||
2820 | - resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" | ||
2821 | - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== | 2845 | +ci-info@^3.1.1: |
2846 | + version "3.1.1" | ||
2847 | + resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a" | ||
2848 | + integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ== | ||
2822 | 2849 | ||
2823 | class-utils@^0.3.5: | 2850 | class-utils@^0.3.5: |
2824 | version "0.3.6" | 2851 | version "0.3.6" |
@@ -3963,16 +3990,16 @@ esbuild@^0.8.34: | @@ -3963,16 +3990,16 @@ esbuild@^0.8.34: | ||
3963 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.34.tgz#16b4ac58f74c821d2c5a8c2f0585ca96a38ab4e6" | 3990 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.34.tgz#16b4ac58f74c821d2c5a8c2f0585ca96a38ab4e6" |
3964 | integrity sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== | 3991 | integrity sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== |
3965 | 3992 | ||
3966 | -esbuild@^0.8.37: | ||
3967 | - version "0.8.38" | ||
3968 | - resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.38.tgz#04dc395e15c77bbc9d6798e9b31275546bcf7b9a" | ||
3969 | - integrity sha512-wSunJl8ujgBs9eVGubc8Y6fn/DkDjNyfQBVOFTY1E7sRxr8KTjmqyLIiE0M3Z4CjMnCu/rttCugwnOzY+HiwIw== | ||
3970 | - | ||
3971 | esbuild@^0.8.39: | 3993 | esbuild@^0.8.39: |
3972 | version "0.8.42" | 3994 | version "0.8.42" |
3973 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.42.tgz#26101cf17fe4c4602c7c767e3177cf0c538073ac" | 3995 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.42.tgz#26101cf17fe4c4602c7c767e3177cf0c538073ac" |
3974 | integrity sha512-zUtj5RMqROCCCH0vV/a7cd8YQg8I0GWBhV3A3PklWRT+oM/YwVbnrtFnITzE1otGdnXplWHWdZ4OcYiV0PN+JQ== | 3996 | integrity sha512-zUtj5RMqROCCCH0vV/a7cd8YQg8I0GWBhV3A3PklWRT+oM/YwVbnrtFnITzE1otGdnXplWHWdZ4OcYiV0PN+JQ== |
3975 | 3997 | ||
3998 | +esbuild@^0.8.48: | ||
3999 | + version "0.8.48" | ||
4000 | + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.48.tgz#a57e4dde84ec56da1c6ecaefee97e9da6c5b00b5" | ||
4001 | + integrity sha512-lrH8lA8wWQ6Lpe1z6C7ZZaFSmRsUlcQAqe16nf7ITySQ7MV4+vI7qAqQlT/u+c3+9AL3VXmT4MXTxV2e63pO4A== | ||
4002 | + | ||
3976 | escalade@^3.1.1: | 4003 | escalade@^3.1.1: |
3977 | version "3.1.1" | 4004 | version "3.1.1" |
3978 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" | 4005 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
@@ -4078,12 +4105,12 @@ eslint@^7.20.0: | @@ -4078,12 +4105,12 @@ eslint@^7.20.0: | ||
4078 | text-table "^0.2.0" | 4105 | text-table "^0.2.0" |
4079 | v8-compile-cache "^2.0.3" | 4106 | v8-compile-cache "^2.0.3" |
4080 | 4107 | ||
4081 | -esno@^0.4.3: | ||
4082 | - version "0.4.3" | ||
4083 | - resolved "https://registry.npmjs.org/esno/-/esno-0.4.3.tgz#65b6c3a5bfd59b8bc75a910d370eae63fe60f3b6" | ||
4084 | - integrity sha512-s8ZafYl7sK1nlwo5UROb0Q0kc28ou3ebcEgtfMNUEibPeqj4u6e9bkLCZf8Tbopg65vGhojEt7nI4lCWZTZpkw== | 4108 | +esno@^0.4.4: |
4109 | + version "0.4.4" | ||
4110 | + resolved "https://registry.npmjs.org/esno/-/esno-0.4.4.tgz#88b20add264401321a6545de00c9437edd81ca24" | ||
4111 | + integrity sha512-YthG7d+wodPWKkJTdQPMrKZCbJgtyWsel6UBekjZw8AahUTtkqvtLXcMnRXeZ5YIcjviLXw3Cmq7hVlvB7dFyw== | ||
4085 | dependencies: | 4112 | dependencies: |
4086 | - esbuild "^0.8.37" | 4113 | + esbuild "^0.8.48" |
4087 | esbuild-register "^2.0.0" | 4114 | esbuild-register "^2.0.0" |
4088 | 4115 | ||
4089 | espree@^6.2.1: | 4116 | espree@^6.2.1: |
@@ -5431,12 +5458,12 @@ is-callable@^1.1.4, is-callable@^1.2.2: | @@ -5431,12 +5458,12 @@ is-callable@^1.1.4, is-callable@^1.2.2: | ||
5431 | resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" | 5458 | resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" |
5432 | integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== | 5459 | integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== |
5433 | 5460 | ||
5434 | -is-ci@^2.0.0: | ||
5435 | - version "2.0.0" | ||
5436 | - resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" | ||
5437 | - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== | 5461 | +is-ci@^3.0.0: |
5462 | + version "3.0.0" | ||
5463 | + resolved "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994" | ||
5464 | + integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ== | ||
5438 | dependencies: | 5465 | dependencies: |
5439 | - ci-info "^2.0.0" | 5466 | + ci-info "^3.1.1" |
5440 | 5467 | ||
5441 | is-core-module@^2.1.0: | 5468 | is-core-module@^2.1.0: |
5442 | version "2.2.0" | 5469 | version "2.2.0" |
@@ -6504,6 +6531,11 @@ mozjpeg@^7.0.0: | @@ -6504,6 +6531,11 @@ mozjpeg@^7.0.0: | ||
6504 | bin-wrapper "^4.0.0" | 6531 | bin-wrapper "^4.0.0" |
6505 | logalot "^2.1.0" | 6532 | logalot "^2.1.0" |
6506 | 6533 | ||
6534 | +mri@^1.1.5: | ||
6535 | + version "1.1.6" | ||
6536 | + resolved "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6" | ||
6537 | + integrity sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ== | ||
6538 | + | ||
6507 | ms@2.0.0: | 6539 | ms@2.0.0: |
6508 | version "2.0.0" | 6540 | version "2.0.0" |
6509 | resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | 6541 | resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" |
@@ -6519,6 +6551,17 @@ ms@^2.1.1: | @@ -6519,6 +6551,17 @@ ms@^2.1.1: | ||
6519 | resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" | 6551 | resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
6520 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== | 6552 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
6521 | 6553 | ||
6554 | +multimatch@^4.0.0: | ||
6555 | + version "4.0.0" | ||
6556 | + resolved "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz#8c3c0f6e3e8449ada0af3dd29efb491a375191b3" | ||
6557 | + integrity sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ== | ||
6558 | + dependencies: | ||
6559 | + "@types/minimatch" "^3.0.3" | ||
6560 | + array-differ "^3.0.0" | ||
6561 | + array-union "^2.1.0" | ||
6562 | + arrify "^2.0.1" | ||
6563 | + minimatch "^3.0.4" | ||
6564 | + | ||
6522 | mute-stream@0.0.7: | 6565 | mute-stream@0.0.7: |
6523 | version "0.0.7" | 6566 | version "0.0.7" |
6524 | resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" | 6567 | resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" |
@@ -7406,6 +7449,18 @@ pretty-bytes@^5.3.0, pretty-bytes@^5.5.0: | @@ -7406,6 +7449,18 @@ pretty-bytes@^5.3.0, pretty-bytes@^5.5.0: | ||
7406 | resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz#0cecda50a74a941589498011cf23275aa82b339e" | 7449 | resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz#0cecda50a74a941589498011cf23275aa82b339e" |
7407 | integrity sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA== | 7450 | integrity sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA== |
7408 | 7451 | ||
7452 | +pretty-quick@^3.1.0: | ||
7453 | + version "3.1.0" | ||
7454 | + resolved "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.0.tgz#cb172e9086deb57455dea7c7e8f136cd0a4aef6c" | ||
7455 | + integrity sha512-DtxIxksaUWCgPFN7E1ZZk4+Aav3CCuRdhrDSFZENb404sYMtuo9Zka823F+Mgeyt8Zt3bUiCjFzzWYE9LYqkmQ== | ||
7456 | + dependencies: | ||
7457 | + chalk "^3.0.0" | ||
7458 | + execa "^4.0.0" | ||
7459 | + find-up "^4.1.0" | ||
7460 | + ignore "^5.1.4" | ||
7461 | + mri "^1.1.5" | ||
7462 | + multimatch "^4.0.0" | ||
7463 | + | ||
7409 | printj@~1.1.0, printj@~1.1.2: | 7464 | printj@~1.1.0, printj@~1.1.2: |
7410 | version "1.1.2" | 7465 | version "1.1.2" |
7411 | resolved "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" | 7466 | resolved "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" |
@@ -9337,10 +9392,10 @@ vite-plugin-purge-icons@^0.7.0: | @@ -9337,10 +9392,10 @@ vite-plugin-purge-icons@^0.7.0: | ||
9337 | "@purge-icons/generated" "^0.7.0" | 9392 | "@purge-icons/generated" "^0.7.0" |
9338 | rollup-plugin-purge-icons "^0.7.0" | 9393 | rollup-plugin-purge-icons "^0.7.0" |
9339 | 9394 | ||
9340 | -vite-plugin-pwa@^0.4.7: | ||
9341 | - version "0.4.7" | ||
9342 | - resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.4.7.tgz#32d934171fc7ec5cada741c559b5fbf2fe5a39af" | ||
9343 | - integrity sha512-KsC9tenzn1r6AG/Hda4wg9Es6AokVRz2RqQp+R+uM3qvfNDbdDjJWAEhB/2zUx7D0YDu5Y0h+cDC0zD0vxBoog== | 9395 | +vite-plugin-pwa@^0.4.8: |
9396 | + version "0.4.8" | ||
9397 | + resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.4.8.tgz#201a2766c63ee4c33fd5cf638eba0c7699ea54f9" | ||
9398 | + integrity sha512-+IFIeEc7FrTZIkVm/Ec8pxgAEF6hmrF+kHSsFxM1aKKXa6GU9bgOMpwDKftfpVjP11gI2XEzJGXhN6+srGg2uw== | ||
9344 | dependencies: | 9399 | dependencies: |
9345 | debug "^4.3.2" | 9400 | debug "^4.3.2" |
9346 | fast-glob "^3.2.5" | 9401 | fast-glob "^3.2.5" |
@@ -9370,14 +9425,13 @@ vite-plugin-theme@^0.4.3: | @@ -9370,14 +9425,13 @@ vite-plugin-theme@^0.4.3: | ||
9370 | es-module-lexer "^0.3.26" | 9425 | es-module-lexer "^0.3.26" |
9371 | tinycolor2 "^1.4.2" | 9426 | tinycolor2 "^1.4.2" |
9372 | 9427 | ||
9373 | -vite-plugin-windicss@0.3.3: | ||
9374 | - version "0.3.3" | ||
9375 | - resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.3.3.tgz#9ff2fc485dd5cf1717cde6eed462fd9893ea9eab" | ||
9376 | - integrity sha512-2gm0sTexkmvx9PR4NP1UESly8hX2souOruQztu1qghfw4M3tlUUvwneRpJG5HVJCKCctmAgYRcW4e04TE5R1fA== | 9428 | +vite-plugin-windicss@0.3.4: |
9429 | + version "0.3.4" | ||
9430 | + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.3.4.tgz#81e1765de42364dc1b89c3dcab5781b5e4a21e00" | ||
9431 | + integrity sha512-rIMVdT9ruAx5WhLUiLKhK4DzoL0HEUTavj2v89vqQarJ3tKSUGzwfOg2OmGUDCiFJeUVyTYQIMYROs7ogopJhg== | ||
9377 | dependencies: | 9432 | dependencies: |
9378 | - fast-glob "^3.2.5" | ||
9379 | - micromatch "^4.0.2" | ||
9380 | - windicss "^2.1.11" | 9433 | + "@windicss/plugin-utils" "0.3.4" |
9434 | + windicss "^2.1.12" | ||
9381 | 9435 | ||
9382 | vite@2.0.1: | 9436 | vite@2.0.1: |
9383 | version "2.0.1" | 9437 | version "2.0.1" |
@@ -9510,10 +9564,10 @@ which@^2.0.1: | @@ -9510,10 +9564,10 @@ which@^2.0.1: | ||
9510 | dependencies: | 9564 | dependencies: |
9511 | isexe "^2.0.0" | 9565 | isexe "^2.0.0" |
9512 | 9566 | ||
9513 | -windicss@^2.1.11: | ||
9514 | - version "2.1.11" | ||
9515 | - resolved "https://registry.npmjs.org/windicss/-/windicss-2.1.11.tgz#35dc9d683488dcfacf94331967b59765a505f18b" | ||
9516 | - integrity sha512-79mPoUmvamwdJb+MJ/ug+XILxFzrTNCXo/HmacUn3V9sRQ6w5lA9KkpTrG70N7Oab0hbIFaq+X3Yva+QLSV0Pw== | 9567 | +windicss@^2.1.12: |
9568 | + version "2.1.12" | ||
9569 | + resolved "https://registry.npmjs.org/windicss/-/windicss-2.1.12.tgz#840b963f03af7a3e31b989d2b51de52dcd57a37a" | ||
9570 | + integrity sha512-VC057iG65zlvdqUI+1ynzOuKikalvYg6XqPGbG17HEAfwQ0sg1dACTk2plEp1QAEQNtKU3BnLnueWa4oKlltEQ== | ||
9517 | 9571 | ||
9518 | wmf@~1.0.1: | 9572 | wmf@~1.0.1: |
9519 | version "1.0.2" | 9573 | version "1.0.2" |