Commit d8362f084f71b4272a6b839e3aa7bd5c2fb909ad
1 parent
9f682299
feat: support setup name
Showing
4 changed files
with
266 additions
and
104 deletions
build/vite/plugin/index.ts
... | ... | @@ -4,6 +4,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'; |
4 | 4 | import legacy from '@vitejs/plugin-legacy'; |
5 | 5 | import purgeIcons from 'vite-plugin-purge-icons'; |
6 | 6 | import windiCSS from 'vite-plugin-windicss'; |
7 | +import vueSetupExtend from 'vite-plugin-vue-setup-extend'; | |
7 | 8 | import { configHtmlPlugin } from './html'; |
8 | 9 | import { configPwaConfig } from './pwa'; |
9 | 10 | import { configMockPlugin } from './mock'; |
... | ... | @@ -29,6 +30,8 @@ export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) { |
29 | 30 | vue(), |
30 | 31 | // have to |
31 | 32 | vueJsx(), |
33 | + // support name | |
34 | + vueSetupExtend(), | |
32 | 35 | ]; |
33 | 36 | |
34 | 37 | // vite-plugin-windicss | ... | ... |
package.json
... | ... | @@ -57,12 +57,12 @@ |
57 | 57 | "sortablejs": "^1.14.0", |
58 | 58 | "tinymce": "^5.8.2", |
59 | 59 | "vditor": "^3.8.6", |
60 | - "vue": "3.2.4", | |
60 | + "vue": "3.2.6", | |
61 | 61 | "vue-i18n": "9.1.7", |
62 | + "vue-json-pretty": "1.8.1", | |
62 | 63 | "vue-router": "^4.0.11", |
63 | 64 | "vue-types": "^4.0.3", |
64 | - "xlsx": "^0.17.1", | |
65 | - "vue-json-pretty": "1.8.1" | |
65 | + "xlsx": "^0.17.1" | |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@commitlint/cli": "^13.1.0", |
... | ... | @@ -85,9 +85,9 @@ |
85 | 85 | "@typescript-eslint/eslint-plugin": "^4.29.3", |
86 | 86 | "@typescript-eslint/parser": "^4.29.3", |
87 | 87 | "@vitejs/plugin-legacy": "^1.5.1", |
88 | - "@vitejs/plugin-vue": "^1.4.0", | |
88 | + "@vitejs/plugin-vue": "^1.6.0", | |
89 | 89 | "@vitejs/plugin-vue-jsx": "^1.1.7", |
90 | - "@vue/compiler-sfc": "3.2.4", | |
90 | + "@vue/compiler-sfc": "3.2.6", | |
91 | 91 | "@vue/test-utils": "^2.0.0-rc.12", |
92 | 92 | "autoprefixer": "^10.3.2", |
93 | 93 | "commitizen": "^4.2.4", |
... | ... | @@ -103,7 +103,7 @@ |
103 | 103 | "esno": "^0.9.1", |
104 | 104 | "fs-extra": "^10.0.0", |
105 | 105 | "http-server": "^13.0.1", |
106 | - "husky": "^7.0.1", | |
106 | + "husky": "^7.0.2", | |
107 | 107 | "inquirer": "^8.1.2", |
108 | 108 | "is-ci": "^3.0.0", |
109 | 109 | "jest": "^27.0.6", |
... | ... | @@ -122,17 +122,18 @@ |
122 | 122 | "ts-jest": "^27.0.5", |
123 | 123 | "ts-node": "^10.2.1", |
124 | 124 | "typescript": "4.3.5", |
125 | - "vite": "2.5.0", | |
125 | + "vite": "2.5.1", | |
126 | 126 | "vite-plugin-compression": "^0.3.5", |
127 | 127 | "vite-plugin-html": "^2.1.0", |
128 | 128 | "vite-plugin-imagemin": "^0.4.5", |
129 | 129 | "vite-plugin-mock": "^2.9.6", |
130 | 130 | "vite-plugin-purge-icons": "^0.7.0", |
131 | - "vite-plugin-pwa": "^0.11.0", | |
131 | + "vite-plugin-pwa": "^0.11.2", | |
132 | 132 | "vite-plugin-style-import": "^1.2.1", |
133 | 133 | "vite-plugin-svg-icons": "^1.0.4", |
134 | 134 | "vite-plugin-theme": "^0.8.1", |
135 | - "vite-plugin-windicss": "^1.2.8", | |
135 | + "vite-plugin-vue-setup-extend": "^0.1.0", | |
136 | + "vite-plugin-windicss": "^1.3.0", | |
136 | 137 | "vue-eslint-parser": "^7.10.0", |
137 | 138 | "vue-tsc": "^0.3.0" |
138 | 139 | }, | ... | ... |
tests/server/package.json
yarn.lock
... | ... | @@ -319,6 +319,11 @@ |
319 | 319 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
320 | 320 | integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
321 | 321 | |
322 | +"@babel/helper-validator-identifier@^7.14.9": | |
323 | + version "7.14.9" | |
324 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" | |
325 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== | |
326 | + | |
322 | 327 | "@babel/helper-validator-option@^7.14.5": |
323 | 328 | version "7.14.5" |
324 | 329 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
... | ... | @@ -371,6 +376,11 @@ |
371 | 376 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
372 | 377 | integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
373 | 378 | |
379 | +"@babel/parser@^7.15.0": | |
380 | + version "7.15.3" | |
381 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862" | |
382 | + integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA== | |
383 | + | |
374 | 384 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": |
375 | 385 | version "7.14.5" |
376 | 386 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" |
... | ... | @@ -1048,6 +1058,14 @@ |
1048 | 1058 | "@babel/helper-validator-identifier" "^7.14.8" |
1049 | 1059 | to-fast-properties "^2.0.0" |
1050 | 1060 | |
1061 | +"@babel/types@^7.15.0": | |
1062 | + version "7.15.0" | |
1063 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" | |
1064 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== | |
1065 | + dependencies: | |
1066 | + "@babel/helper-validator-identifier" "^7.14.9" | |
1067 | + to-fast-properties "^2.0.0" | |
1068 | + | |
1051 | 1069 | "@bcoe/v8-coverage@^0.2.3": |
1052 | 1070 | version "0.2.3" |
1053 | 1071 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
... | ... | @@ -2253,10 +2271,10 @@ |
2253 | 2271 | "@vue/babel-plugin-jsx" "^1.0.6" |
2254 | 2272 | hash-sum "^2.0.0" |
2255 | 2273 | |
2256 | -"@vitejs/plugin-vue@^1.4.0": | |
2257 | - version "1.4.0" | |
2258 | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz#962ae01b7fd16ad4007898c64ed639136e12215b" | |
2259 | - integrity sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA== | |
2274 | +"@vitejs/plugin-vue@^1.6.0": | |
2275 | + version "1.6.0" | |
2276 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz#e5558e20c20e9098cd5bd65b9901fdcd2c354983" | |
2277 | + integrity sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ== | |
2260 | 2278 | |
2261 | 2279 | "@volar/code-gen@^0.27.1": |
2262 | 2280 | version "0.27.1" |
... | ... | @@ -2342,15 +2360,15 @@ |
2342 | 2360 | estree-walker "^2.0.1" |
2343 | 2361 | source-map "^0.6.1" |
2344 | 2362 | |
2345 | -"@vue/compiler-core@3.2.4": | |
2346 | - version "3.2.4" | |
2347 | - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.4.tgz#a98d295771998c1e8dccc4ee3d52feb14b02aea9" | |
2348 | - integrity sha512-c8NuQq7mUXXxA4iqD5VUKpyVeklK53+DMbojYMyZ0VPPrb0BUWrZWFiqSDT+MFDv0f6Hv3QuLiHWb1BWMXBbrw== | |
2363 | +"@vue/compiler-core@3.2.6": | |
2364 | + version "3.2.6" | |
2365 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.6.tgz#7162bb0670273f04566af0d353009187ab577915" | |
2366 | + integrity sha512-vbwnz7+OhtLO5p5i630fTuQCL+MlUpEMTKHuX+RfetQ+3pFCkItt2JUH+9yMaBG2Hkz6av+T9mwN/acvtIwpbw== | |
2349 | 2367 | dependencies: |
2350 | - "@babel/parser" "^7.12.0" | |
2351 | - "@babel/types" "^7.12.0" | |
2352 | - "@vue/shared" "3.2.4" | |
2353 | - estree-walker "^2.0.1" | |
2368 | + "@babel/parser" "^7.15.0" | |
2369 | + "@babel/types" "^7.15.0" | |
2370 | + "@vue/shared" "3.2.6" | |
2371 | + estree-walker "^2.0.2" | |
2354 | 2372 | source-map "^0.6.1" |
2355 | 2373 | |
2356 | 2374 | "@vue/compiler-dom@3.2.2", "@vue/compiler-dom@^3.2.2": |
... | ... | @@ -2361,28 +2379,29 @@ |
2361 | 2379 | "@vue/compiler-core" "3.2.2" |
2362 | 2380 | "@vue/shared" "3.2.2" |
2363 | 2381 | |
2364 | -"@vue/compiler-dom@3.2.4": | |
2365 | - version "3.2.4" | |
2366 | - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.4.tgz#3a43de243eba127abbe57e796a0b969d2df78c08" | |
2367 | - integrity sha512-uj1nwO4794fw2YsYas5QT+FU/YGrXbS0Qk+1c7Kp1kV7idhZIghWLTjyvYibpGoseFbYLPd+sW2/noJG5H04EQ== | |
2382 | +"@vue/compiler-dom@3.2.6": | |
2383 | + version "3.2.6" | |
2384 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.6.tgz#3764d7fe1a696e39fb2a3c9d638da0749e369b2d" | |
2385 | + integrity sha512-+a/3oBAzFIXhHt8L5IHJOTP4a5egzvpXYyi13jR7CUYOR1S+Zzv7vBWKYBnKyJLwnrxTZnTQVjeHCgJq743XKg== | |
2368 | 2386 | dependencies: |
2369 | - "@vue/compiler-core" "3.2.4" | |
2370 | - "@vue/shared" "3.2.4" | |
2387 | + "@vue/compiler-core" "3.2.6" | |
2388 | + "@vue/shared" "3.2.6" | |
2371 | 2389 | |
2372 | -"@vue/compiler-sfc@3.2.4": | |
2373 | - version "3.2.4" | |
2374 | - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.4.tgz#9807868cc950291f163c3930a81bb16e870df097" | |
2375 | - integrity sha512-GM+ouDdDzhqgkLmBH4bgq4kiZxJQArSppJiZHWHIx9XRaefHLmc1LBNPmN8ivm4SVfi2i7M2t9k8ZnjsScgzPQ== | |
2390 | +"@vue/compiler-sfc@3.2.6", "@vue/compiler-sfc@^3.2.6": | |
2391 | + version "3.2.6" | |
2392 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.6.tgz#d6ab7410cff57081ab627b15a1ea51a1072c7cf1" | |
2393 | + integrity sha512-Ariz1eDsf+2fw6oWXVwnBNtfKHav72RjlWXpEgozYBLnfRPzP+7jhJRw4Nq0OjSsLx2HqjF3QX7HutTjYB0/eA== | |
2376 | 2394 | dependencies: |
2377 | - "@babel/parser" "^7.13.9" | |
2378 | - "@babel/types" "^7.13.0" | |
2395 | + "@babel/parser" "^7.15.0" | |
2396 | + "@babel/types" "^7.15.0" | |
2379 | 2397 | "@types/estree" "^0.0.48" |
2380 | - "@vue/compiler-core" "3.2.4" | |
2381 | - "@vue/compiler-dom" "3.2.4" | |
2382 | - "@vue/compiler-ssr" "3.2.4" | |
2383 | - "@vue/shared" "3.2.4" | |
2398 | + "@vue/compiler-core" "3.2.6" | |
2399 | + "@vue/compiler-dom" "3.2.6" | |
2400 | + "@vue/compiler-ssr" "3.2.6" | |
2401 | + "@vue/ref-transform" "3.2.6" | |
2402 | + "@vue/shared" "3.2.6" | |
2384 | 2403 | consolidate "^0.16.0" |
2385 | - estree-walker "^2.0.1" | |
2404 | + estree-walker "^2.0.2" | |
2386 | 2405 | hash-sum "^2.0.0" |
2387 | 2406 | lru-cache "^5.1.1" |
2388 | 2407 | magic-string "^0.25.7" |
... | ... | @@ -2423,13 +2442,13 @@ |
2423 | 2442 | "@vue/compiler-dom" "3.2.2" |
2424 | 2443 | "@vue/shared" "3.2.2" |
2425 | 2444 | |
2426 | -"@vue/compiler-ssr@3.2.4": | |
2427 | - version "3.2.4" | |
2428 | - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.4.tgz#be51f219c2042b3e530373e60bc126ada6bb1cc0" | |
2429 | - integrity sha512-bKZuXu9/4XwsFHFWIKQK+5kN7mxIIWmMmT2L4VVek7cvY/vm3p4WTsXYDGZJy0htOTXvM2ifr6sflg012T0hsw== | |
2445 | +"@vue/compiler-ssr@3.2.6": | |
2446 | + version "3.2.6" | |
2447 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.6.tgz#cadcf199859fa00739f4275b4c85970e4b0abe7d" | |
2448 | + integrity sha512-A7IKRKHSyPnTC4w1FxHkjzoyjXInsXkcs/oX22nBQ+6AWlXj2Tt1le96CWPOXy5vYlsTYkF1IgfBaKIdeN/39g== | |
2430 | 2449 | dependencies: |
2431 | - "@vue/compiler-dom" "3.2.4" | |
2432 | - "@vue/shared" "3.2.4" | |
2450 | + "@vue/compiler-dom" "3.2.6" | |
2451 | + "@vue/shared" "3.2.6" | |
2433 | 2452 | |
2434 | 2453 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": |
2435 | 2454 | version "6.0.0-beta.14" |
... | ... | @@ -2441,12 +2460,12 @@ |
2441 | 2460 | resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" |
2442 | 2461 | integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA== |
2443 | 2462 | |
2444 | -"@vue/reactivity@3.2.4": | |
2445 | - version "3.2.4" | |
2446 | - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.4.tgz#a020ad7e50f674219a07764b105b5922e61597ea" | |
2447 | - integrity sha512-ljWTR0hr8Tn09hM2tlmWxZzCBPlgGLnq/k8K8X6EcJhtV+C8OzFySnbWqMWataojbrQOocThwsC8awKthSl2uQ== | |
2463 | +"@vue/reactivity@3.2.6": | |
2464 | + version "3.2.6" | |
2465 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.6.tgz#b8993fa6f48545178e588e25a9c9431a1c1b7d50" | |
2466 | + integrity sha512-8vIDD2wpCnYisNNZjmcIj+Rixn0uhZNY3G1vzlgdVdLygeRSuFjkmnZk6WwvGzUWpKfnG0e/NUySM3mVi59hAA== | |
2448 | 2467 | dependencies: |
2449 | - "@vue/shared" "3.2.4" | |
2468 | + "@vue/shared" "3.2.6" | |
2450 | 2469 | |
2451 | 2470 | "@vue/reactivity@^3.2.2": |
2452 | 2471 | version "3.2.2" |
... | ... | @@ -2455,21 +2474,32 @@ |
2455 | 2474 | dependencies: |
2456 | 2475 | "@vue/shared" "3.2.2" |
2457 | 2476 | |
2458 | -"@vue/runtime-core@3.2.4": | |
2459 | - version "3.2.4" | |
2460 | - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.4.tgz#da5dde3dc1e48df99dd31ea9a972f5c02acdc3f5" | |
2461 | - integrity sha512-W6PtEOs8P8jKYPo3JwaMAozZQivxInUleGfNwI2pK1t8ZLZIxn4kAf7p4VF4jJdQB8SZBzpfWdLUc06j7IOmpQ== | |
2477 | +"@vue/ref-transform@3.2.6": | |
2478 | + version "3.2.6" | |
2479 | + resolved "https://registry.yarnpkg.com/@vue/ref-transform/-/ref-transform-3.2.6.tgz#30b5f1fa77daf9894bc23e6a5a0e3586a4a796b8" | |
2480 | + integrity sha512-ie39+Y4nbirDLvH+WEq6Eo/l3n3mFATayqR+kEMSphrtMW6Uh/eEMx1Gk2Jnf82zmj3VLRq7dnmPx72JLcBYkQ== | |
2462 | 2481 | dependencies: |
2463 | - "@vue/reactivity" "3.2.4" | |
2464 | - "@vue/shared" "3.2.4" | |
2482 | + "@babel/parser" "^7.15.0" | |
2483 | + "@vue/compiler-core" "3.2.6" | |
2484 | + "@vue/shared" "3.2.6" | |
2485 | + estree-walker "^2.0.2" | |
2486 | + magic-string "^0.25.7" | |
2465 | 2487 | |
2466 | -"@vue/runtime-dom@3.2.4": | |
2467 | - version "3.2.4" | |
2468 | - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.4.tgz#1025595f2ae99a12fe0e1e6bce8df6761efec24b" | |
2469 | - integrity sha512-HcVtLyn2SGwsf6BFPwkvDPDOhOqkOKcfHDpBp5R1coX+qMsOFrY8lJnGXIY+JnxqFjND00E9+u+lq5cs/W7ooA== | |
2488 | +"@vue/runtime-core@3.2.6": | |
2489 | + version "3.2.6" | |
2490 | + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.6.tgz#376baeef7fe02a62377d46d0d0a8ab9510db1d8e" | |
2491 | + integrity sha512-3mqtgpj/YSGFxtvTufSERRApo92B16JNNxz9p+5eG6PPuqTmuRJz214MqhKBEgLEAIQ6R6YCbd83ZDtjQnyw2g== | |
2470 | 2492 | dependencies: |
2471 | - "@vue/runtime-core" "3.2.4" | |
2472 | - "@vue/shared" "3.2.4" | |
2493 | + "@vue/reactivity" "3.2.6" | |
2494 | + "@vue/shared" "3.2.6" | |
2495 | + | |
2496 | +"@vue/runtime-dom@3.2.6": | |
2497 | + version "3.2.6" | |
2498 | + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.6.tgz#0f74dbca84d56c222fbfbd53415b260386859a3b" | |
2499 | + integrity sha512-fq33urnP0BNCGm2O3KCzkJlKIHI80C94HJ4qDZbjsTtxyOn5IHqwKSqXVN3RQvO6epcQH+sWS+JNwcNDPzoasg== | |
2500 | + dependencies: | |
2501 | + "@vue/runtime-core" "3.2.6" | |
2502 | + "@vue/shared" "3.2.6" | |
2473 | 2503 | csstype "^2.6.8" |
2474 | 2504 | |
2475 | 2505 | "@vue/shared@3.2.2", "@vue/shared@^3.2.2": |
... | ... | @@ -2477,10 +2507,10 @@ |
2477 | 2507 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.2.tgz#6104185ebd57af5a14ac51c1f491b2205fc24054" |
2478 | 2508 | integrity sha512-dvYb318tk9uOzHtSaT3WII/HscQSIRzoCZ5GyxEb3JlkEXASpAUAQwKnvSe2CudnF8XHFRTB7VITWSnWNLZUtA== |
2479 | 2509 | |
2480 | -"@vue/shared@3.2.4": | |
2481 | - version "3.2.4" | |
2482 | - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.4.tgz#ba2a09527afff27b28d08f921b4a597e9504ca7a" | |
2483 | - integrity sha512-j2j1MRmjalVKr3YBTxl/BClSIc8UQ8NnPpLYclxerK65JIowI4O7n8O8lElveEtEoHxy1d7BelPUDI0Q4bumqg== | |
2510 | +"@vue/shared@3.2.6": | |
2511 | + version "3.2.6" | |
2512 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.6.tgz#2c22bae88fe2b7b59fa68a9c9c4cd60bae2c1794" | |
2513 | + integrity sha512-uwX0Qs2e6kdF+WmxwuxJxOnKs/wEkMArtYpHSm7W+VY/23Tl8syMRyjnzEeXrNCAP0/8HZxEGkHJsjPEDNRuHw== | |
2484 | 2514 | |
2485 | 2515 | "@vue/test-utils@^2.0.0-rc.12": |
2486 | 2516 | version "2.0.0-rc.12" |
... | ... | @@ -2502,22 +2532,23 @@ |
2502 | 2532 | dependencies: |
2503 | 2533 | vue-demi "*" |
2504 | 2534 | |
2505 | -"@windicss/config@1.2.8": | |
2506 | - version "1.2.8" | |
2507 | - resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.2.8.tgz#27863e4527f6bbddc46a4df486d6a8fcb9e6f144" | |
2508 | - integrity sha512-v9vyIiG8GYUTYo874ExlVu1i6vlsWo4RFZWiDGfPKdN7GBRCcJcEV+X+j3AZPPIsx5JvD5TXQlDvkbYIqYWYbQ== | |
2535 | +"@windicss/config@1.3.0": | |
2536 | + version "1.3.0" | |
2537 | + resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.3.0.tgz#9752e9ef443db7d08a22c3df764b3cb4a655eb58" | |
2538 | + integrity sha512-/F2dg9ltkoQLA4cpr4YQP4V+Y1hO0WOF8jtHoErCKKBr1wBnFLieRjhsXcolM5ZbqH7wLoUrPkdBkIFlocDblg== | |
2509 | 2539 | dependencies: |
2510 | 2540 | debug "^4.3.2" |
2511 | 2541 | jiti "^1.11.0" |
2542 | + tsup "^4.14.0" | |
2512 | 2543 | windicss "^3.1.7" |
2513 | 2544 | |
2514 | -"@windicss/plugin-utils@1.2.8": | |
2515 | - version "1.2.8" | |
2516 | - resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.2.8.tgz#7227c68a806d773688eeb8f0b6b0a11db8bd5f45" | |
2517 | - integrity sha512-JwnFMJMCX/+Re4iItozvbWC3yz/7WJNOJJkgDKQ9X5Ran1sfNjx9m3LCijsYLf0MULCplZJIh/HzdxjxZMNFUA== | |
2545 | +"@windicss/plugin-utils@1.3.0": | |
2546 | + version "1.3.0" | |
2547 | + resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.3.0.tgz#165ea203613d0308234edd18448f4da87ec4ee1d" | |
2548 | + integrity sha512-4qOXUStYPI3WTHR6WdxGhzKWMZar7vwWY08QFVc9Zztg5eoQ3GyYsMPn83OSRwc/jA7mSkkoCtHLGzop2KjHcg== | |
2518 | 2549 | dependencies: |
2519 | 2550 | "@antfu/utils" "^0.2.4" |
2520 | - "@windicss/config" "1.2.8" | |
2551 | + "@windicss/config" "1.3.0" | |
2521 | 2552 | debug "^4.3.2" |
2522 | 2553 | fast-glob "^3.2.7" |
2523 | 2554 | magic-string "^0.25.7" |
... | ... | @@ -2721,6 +2752,11 @@ ant-design-vue@2.2.6: |
2721 | 2752 | vue-types "^3.0.0" |
2722 | 2753 | warning "^4.0.0" |
2723 | 2754 | |
2755 | +any-promise@^1.0.0: | |
2756 | + version "1.3.0" | |
2757 | + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" | |
2758 | + integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= | |
2759 | + | |
2724 | 2760 | anymatch@^3.0.3, anymatch@~3.1.2: |
2725 | 2761 | version "3.1.2" |
2726 | 2762 | resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" |
... | ... | @@ -3233,6 +3269,11 @@ builtin-modules@^3.1.0: |
3233 | 3269 | resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887" |
3234 | 3270 | integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== |
3235 | 3271 | |
3272 | +cac@^6.7.2: | |
3273 | + version "6.7.3" | |
3274 | + resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.3.tgz#10410b8611677990cc2e3c8b576d471c1d71b768" | |
3275 | + integrity sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg== | |
3276 | + | |
3236 | 3277 | cache-base@^1.0.1: |
3237 | 3278 | version "1.0.1" |
3238 | 3279 | resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" |
... | ... | @@ -3451,7 +3492,7 @@ chardet@^0.7.0: |
3451 | 3492 | resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" |
3452 | 3493 | integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== |
3453 | 3494 | |
3454 | -chokidar@^3.5.2: | |
3495 | +chokidar@^3.5.1, chokidar@^3.5.2: | |
3455 | 3496 | version "3.5.2" |
3456 | 3497 | resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75" |
3457 | 3498 | integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== |
... | ... | @@ -3668,7 +3709,7 @@ commander@^2.20.0, commander@^2.8.1: |
3668 | 3709 | resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" |
3669 | 3710 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== |
3670 | 3711 | |
3671 | -commander@^4.1.1: | |
3712 | +commander@^4.0.0, commander@^4.1.1: | |
3672 | 3713 | version "4.1.1" |
3673 | 3714 | resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" |
3674 | 3715 | integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== |
... | ... | @@ -4729,7 +4770,7 @@ esbuild@^0.12.20: |
4729 | 4770 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.20.tgz#4d3c9d83c99a4031e027b42a4c398c23b6827cb0" |
4730 | 4771 | integrity sha512-u7+0qTo9Z64MD9PhooEngCmzyEYJ6ovFhPp8PLNh3UasR5Ihjv6HWVXqm8uHmasdQlpsAf0IsY4U0YVUfCpt4Q== |
4731 | 4772 | |
4732 | -esbuild@^0.12.22: | |
4773 | +esbuild@^0.12.22, esbuild@^0.12.9: | |
4733 | 4774 | version "0.12.22" |
4734 | 4775 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.22.tgz#6031a1257b8d0307d306bed673b79c3668607f51" |
4735 | 4776 | integrity sha512-yWCr9RoFehpqoe/+MwZXJpYOEIt7KOEvNnjIeMZpMSyQt+KCBASM3y7yViiN5dJRphf1wGdUz1+M4rTtWd/ulA== |
... | ... | @@ -4950,7 +4991,7 @@ estree-walker@^1.0.1: |
4950 | 4991 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
4951 | 4992 | integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
4952 | 4993 | |
4953 | -estree-walker@^2.0.1: | |
4994 | +estree-walker@^2.0.1, estree-walker@^2.0.2: | |
4954 | 4995 | version "2.0.2" |
4955 | 4996 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
4956 | 4997 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
... | ... | @@ -5687,6 +5728,18 @@ glob@7.1.4: |
5687 | 5728 | once "^1.3.0" |
5688 | 5729 | path-is-absolute "^1.0.0" |
5689 | 5730 | |
5731 | +glob@7.1.6: | |
5732 | + version "7.1.6" | |
5733 | + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" | |
5734 | + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== | |
5735 | + dependencies: | |
5736 | + fs.realpath "^1.0.0" | |
5737 | + inflight "^1.0.4" | |
5738 | + inherits "2" | |
5739 | + minimatch "^3.0.4" | |
5740 | + once "^1.3.0" | |
5741 | + path-is-absolute "^1.0.0" | |
5742 | + | |
5690 | 5743 | glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: |
5691 | 5744 | version "7.1.7" |
5692 | 5745 | resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" |
... | ... | @@ -6087,10 +6140,10 @@ human-signals@^2.1.0: |
6087 | 6140 | resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" |
6088 | 6141 | integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== |
6089 | 6142 | |
6090 | -husky@^7.0.1: | |
6091 | - version "7.0.1" | |
6092 | - resolved "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c" | |
6093 | - integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA== | |
6143 | +husky@^7.0.2: | |
6144 | + version "7.0.2" | |
6145 | + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff" | |
6146 | + integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg== | |
6094 | 6147 | |
6095 | 6148 | iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: |
6096 | 6149 | version "0.4.24" |
... | ... | @@ -6216,6 +6269,13 @@ imagemin@^7.0.1: |
6216 | 6269 | p-pipe "^3.0.0" |
6217 | 6270 | replace-ext "^1.0.0" |
6218 | 6271 | |
6272 | +import-cwd@^3.0.0: | |
6273 | + version "3.0.0" | |
6274 | + resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92" | |
6275 | + integrity sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== | |
6276 | + dependencies: | |
6277 | + import-from "^3.0.0" | |
6278 | + | |
6219 | 6279 | import-fresh@^3.0.0, import-fresh@^3.2.1: |
6220 | 6280 | version "3.3.0" |
6221 | 6281 | resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
... | ... | @@ -6224,6 +6284,13 @@ import-fresh@^3.0.0, import-fresh@^3.2.1: |
6224 | 6284 | parent-module "^1.0.0" |
6225 | 6285 | resolve-from "^4.0.0" |
6226 | 6286 | |
6287 | +import-from@^3.0.0: | |
6288 | + version "3.0.0" | |
6289 | + resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" | |
6290 | + integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== | |
6291 | + dependencies: | |
6292 | + resolve-from "^5.0.0" | |
6293 | + | |
6227 | 6294 | import-lazy@^4.0.0: |
6228 | 6295 | version "4.0.0" |
6229 | 6296 | resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" |
... | ... | @@ -7238,6 +7305,11 @@ jiti@^1.11.0: |
7238 | 7305 | resolved "https://registry.npmjs.org/jiti/-/jiti-1.11.0.tgz#64120a30d97b9bf37b8b032cf4564dfadc28984c" |
7239 | 7306 | integrity sha512-/2c7e61hxxTIN34UeHBB0LCJ5Tq64kgJDV7GR+++e8XRxCKRIKmB8tH6ww1W+Z6Kgd6By+C3RSCu1lXjbPT68A== |
7240 | 7307 | |
7308 | +joycon@^3.0.1: | |
7309 | + version "3.0.1" | |
7310 | + resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.0.1.tgz#9074c9b08ccf37a6726ff74a18485f85efcaddaf" | |
7311 | + integrity sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA== | |
7312 | + | |
7241 | 7313 | jpegtran-bin@^5.0.0: |
7242 | 7314 | version "5.0.2" |
7243 | 7315 | resolved "https://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-5.0.2.tgz#5870fd7e68317bd203a1c94572bd06ae7732cac3" |
... | ... | @@ -7495,6 +7567,11 @@ levn@~0.3.0: |
7495 | 7567 | prelude-ls "~1.1.2" |
7496 | 7568 | type-check "~0.3.2" |
7497 | 7569 | |
7570 | +lilconfig@^2.0.3: | |
7571 | + version "2.0.3" | |
7572 | + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd" | |
7573 | + integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg== | |
7574 | + | |
7498 | 7575 | lines-and-columns@^1.1.6: |
7499 | 7576 | version "1.1.6" |
7500 | 7577 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
... | ... | @@ -8114,6 +8191,15 @@ mute-stream@0.0.8: |
8114 | 8191 | resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" |
8115 | 8192 | integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== |
8116 | 8193 | |
8194 | +mz@^2.7.0: | |
8195 | + version "2.7.0" | |
8196 | + resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" | |
8197 | + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== | |
8198 | + dependencies: | |
8199 | + any-promise "^1.0.0" | |
8200 | + object-assign "^4.0.1" | |
8201 | + thenify-all "^1.0.0" | |
8202 | + | |
8117 | 8203 | nanoid@^3.1.22, nanoid@^3.1.23: |
8118 | 8204 | version "3.1.23" |
8119 | 8205 | resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81" |
... | ... | @@ -8873,6 +8959,15 @@ postcss-less@^3.1.4: |
8873 | 8959 | dependencies: |
8874 | 8960 | postcss "^7.0.14" |
8875 | 8961 | |
8962 | +postcss-load-config@^3.0.1: | |
8963 | + version "3.1.0" | |
8964 | + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.0.tgz#d39c47091c4aec37f50272373a6a648ef5e97829" | |
8965 | + integrity sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g== | |
8966 | + dependencies: | |
8967 | + import-cwd "^3.0.0" | |
8968 | + lilconfig "^2.0.3" | |
8969 | + yaml "^1.10.2" | |
8970 | + | |
8876 | 8971 | postcss-media-query-parser@^0.2.3: |
8877 | 8972 | version "0.2.3" |
8878 | 8973 | resolved "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" |
... | ... | @@ -10464,6 +10559,18 @@ stylelint@^13.13.1: |
10464 | 10559 | v8-compile-cache "^2.3.0" |
10465 | 10560 | write-file-atomic "^3.0.3" |
10466 | 10561 | |
10562 | +sucrase@^3.18.1: | |
10563 | + version "3.20.1" | |
10564 | + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.20.1.tgz#1c055e97d0fab2f9857f02461364075b3a4ab226" | |
10565 | + integrity sha512-BIG59HaJOxNct9Va6KvT5yzBA/rcMGetzvZyTx0ZdCcspIbpJTPS64zuAfYlJuOj+3WaI5JOdA+F0bJQQi8ZiQ== | |
10566 | + dependencies: | |
10567 | + commander "^4.0.0" | |
10568 | + glob "7.1.6" | |
10569 | + lines-and-columns "^1.1.6" | |
10570 | + mz "^2.7.0" | |
10571 | + pirates "^4.0.1" | |
10572 | + ts-interface-checker "^0.1.9" | |
10573 | + | |
10467 | 10574 | sugarss@^2.0.0: |
10468 | 10575 | version "2.0.0" |
10469 | 10576 | resolved "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d" |
... | ... | @@ -10672,6 +10779,20 @@ text-table@^0.2.0: |
10672 | 10779 | resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
10673 | 10780 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= |
10674 | 10781 | |
10782 | +thenify-all@^1.0.0: | |
10783 | + version "1.6.0" | |
10784 | + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" | |
10785 | + integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= | |
10786 | + dependencies: | |
10787 | + thenify ">= 3.1.0 < 4" | |
10788 | + | |
10789 | +"thenify@>= 3.1.0 < 4": | |
10790 | + version "3.3.1" | |
10791 | + resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" | |
10792 | + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== | |
10793 | + dependencies: | |
10794 | + any-promise "^1.0.0" | |
10795 | + | |
10675 | 10796 | throat@^6.0.1: |
10676 | 10797 | version "6.0.1" |
10677 | 10798 | resolved "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375" |
... | ... | @@ -10799,6 +10920,11 @@ traverse@^0.6.6: |
10799 | 10920 | resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" |
10800 | 10921 | integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= |
10801 | 10922 | |
10923 | +tree-kill@^1.2.2: | |
10924 | + version "1.2.2" | |
10925 | + resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" | |
10926 | + integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== | |
10927 | + | |
10802 | 10928 | trim-newlines@^1.0.0: |
10803 | 10929 | version "1.0.0" |
10804 | 10930 | resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" |
... | ... | @@ -10826,6 +10952,11 @@ trough@^1.0.0: |
10826 | 10952 | resolved "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" |
10827 | 10953 | integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== |
10828 | 10954 | |
10955 | +ts-interface-checker@^0.1.9: | |
10956 | + version "0.1.13" | |
10957 | + resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" | |
10958 | + integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== | |
10959 | + | |
10829 | 10960 | ts-jest@^27.0.5: |
10830 | 10961 | version "27.0.5" |
10831 | 10962 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750" |
... | ... | @@ -10878,6 +11009,25 @@ tslib@~2.1.0: |
10878 | 11009 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" |
10879 | 11010 | integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== |
10880 | 11011 | |
11012 | +tsup@^4.14.0: | |
11013 | + version "4.14.0" | |
11014 | + resolved "https://registry.yarnpkg.com/tsup/-/tsup-4.14.0.tgz#3e2f602d8446041b48fcb557904a709c0fcec981" | |
11015 | + integrity sha512-77rWdzhikTP9mQ34XMRzK83tw++LF6f4ox/HNERlgesB7g6g5VQ1iJlueG9O0P9HAZGVKavUwyoZv0+322p6rg== | |
11016 | + dependencies: | |
11017 | + cac "^6.7.2" | |
11018 | + chalk "^4.1.0" | |
11019 | + chokidar "^3.5.1" | |
11020 | + debug "^4.3.1" | |
11021 | + esbuild "^0.12.9" | |
11022 | + execa "^5.0.0" | |
11023 | + globby "^11.0.3" | |
11024 | + joycon "^3.0.1" | |
11025 | + postcss-load-config "^3.0.1" | |
11026 | + resolve-from "^5.0.0" | |
11027 | + rollup "^2.56.1" | |
11028 | + sucrase "^3.18.1" | |
11029 | + tree-kill "^1.2.2" | |
11030 | + | |
10881 | 11031 | tsutils@^3.21.0: |
10882 | 11032 | version "3.21.0" |
10883 | 11033 | resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" |
... | ... | @@ -11285,10 +11435,10 @@ vite-plugin-purge-icons@^0.7.0: |
11285 | 11435 | "@purge-icons/generated" "^0.7.0" |
11286 | 11436 | rollup-plugin-purge-icons "^0.7.0" |
11287 | 11437 | |
11288 | -vite-plugin-pwa@^0.11.0: | |
11289 | - version "0.11.0" | |
11290 | - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.11.0.tgz#2c63dab1865e925ac162f5c0651095faaab3a836" | |
11291 | - integrity sha512-5YX0ThJnNwA6vXj8d6G/iGMC8Owd/Hf6XM5aQZdb4DfM8DmVPpWqAAl5iT+d9XG4ee1zo4nH3bVO9VDYDZLxDw== | |
11438 | +vite-plugin-pwa@^0.11.2: | |
11439 | + version "0.11.2" | |
11440 | + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.11.2.tgz#21998b6b00b156c8f395700549a34fb9304db6cb" | |
11441 | + integrity sha512-TlsXarwMrt8ccITZaag9yYkBfABn+HfUnZIFDxpX4TwON3F0KSpza72NSqVt8zIjt55+iU1tGonwjxvUAmKYxw== | |
11292 | 11442 | dependencies: |
11293 | 11443 | debug "^4.3.2" |
11294 | 11444 | fast-glob "^3.2.7" |
... | ... | @@ -11335,20 +11485,28 @@ vite-plugin-theme@^0.8.1: |
11335 | 11485 | esbuild-plugin-alias "^0.1.2" |
11336 | 11486 | tinycolor2 "^1.4.2" |
11337 | 11487 | |
11338 | -vite-plugin-windicss@^1.2.8: | |
11339 | - version "1.2.8" | |
11340 | - resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.2.8.tgz#036f3430eeae20d024be205d70bcbf9b2f43991b" | |
11341 | - integrity sha512-KLoFfsEh5RAyw2OjW+lrIdgkRAMa9KM1sKPYf8pYgVIj4PL6xBbJlbvWOZnZdW1rFjLtF3KzPT35HEmj6MV8XQ== | |
11488 | +vite-plugin-vue-setup-extend@^0.1.0: | |
11489 | + version "0.1.0" | |
11490 | + resolved "https://registry.yarnpkg.com/vite-plugin-vue-setup-extend/-/vite-plugin-vue-setup-extend-0.1.0.tgz#9f08efbbc2aed103f549b3696dee5d462db23f38" | |
11491 | + integrity sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw== | |
11492 | + dependencies: | |
11493 | + "@vue/compiler-sfc" "^3.2.6" | |
11494 | + magic-string "^0.25.7" | |
11495 | + | |
11496 | +vite-plugin-windicss@^1.3.0: | |
11497 | + version "1.3.0" | |
11498 | + resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.3.0.tgz#ee901410ce010fa6fb0770115ec3cfd87372ab4c" | |
11499 | + integrity sha512-Xd9VxXX8z9bsdKs3iL6qXJDXsDDl/HQSWqJOLZFkkp23b3goGRnlT4Rlo5WeIAfrEV944r8bF7wfpDXCkk8XCg== | |
11342 | 11500 | dependencies: |
11343 | - "@windicss/plugin-utils" "1.2.8" | |
11501 | + "@windicss/plugin-utils" "1.3.0" | |
11344 | 11502 | chalk "^4.1.2" |
11345 | 11503 | debug "^4.3.2" |
11346 | 11504 | windicss "^3.1.7" |
11347 | 11505 | |
11348 | -vite@2.5.0: | |
11349 | - version "2.5.0" | |
11350 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.0.tgz#111ba3679432d426e44566acf480005a7914cbd6" | |
11351 | - integrity sha512-Dn4B+g54PJsMG5WCc4QeFy1ygMXRdTtFrUPegqfk4+vzVQcbF/DqqmI/1bxezArzbujBJg/67QeT5wz8edfJVQ== | |
11506 | +vite@2.5.1: | |
11507 | + version "2.5.1" | |
11508 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.1.tgz#953c71a034c07b3ae0448d57664ec9c6862f23a8" | |
11509 | + integrity sha512-FwmLbbz8MB1pBs9dKoRDgpiqoijif8hSK1+NNUYc12/cnf+pM2UFhhQ1rcpXgbMhm/5c2USZdVAf0FSkSxaFDA== | |
11352 | 11510 | dependencies: |
11353 | 11511 | esbuild "^0.12.17" |
11354 | 11512 | postcss "^8.3.6" |
... | ... | @@ -11552,14 +11710,14 @@ vue-types@^4.0.3: |
11552 | 11710 | dependencies: |
11553 | 11711 | is-plain-object "5.0.0" |
11554 | 11712 | |
11555 | -vue@3.2.4: | |
11556 | - version "3.2.4" | |
11557 | - resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.4.tgz#d94d88675e41c050d3a722d0848a7063b5e87a60" | |
11558 | - integrity sha512-rNCFmoewm8IwmTK0nj3ysKq53iRpNEFKoBJ4inar6tIh7Oj7juubS39RI8UI+VE7x+Cs2z6PBsadtZu7z2qppg== | |
11713 | +vue@3.2.6: | |
11714 | + version "3.2.6" | |
11715 | + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.6.tgz#c71445078751f458648fd8fb3a2da975507d03d2" | |
11716 | + integrity sha512-Zlb3LMemQS3Xxa6xPsecu45bNjr1hxO8Bh5FUmE0Dr6Ot0znZBKiM47rK6O7FTcakxOnvVN+NTXWJF6u8ajpCQ== | |
11559 | 11717 | dependencies: |
11560 | - "@vue/compiler-dom" "3.2.4" | |
11561 | - "@vue/runtime-dom" "3.2.4" | |
11562 | - "@vue/shared" "3.2.4" | |
11718 | + "@vue/compiler-dom" "3.2.6" | |
11719 | + "@vue/runtime-dom" "3.2.6" | |
11720 | + "@vue/shared" "3.2.6" | |
11563 | 11721 | |
11564 | 11722 | w3c-hr-time@^1.0.2: |
11565 | 11723 | version "1.0.2" |
... | ... | @@ -11968,7 +12126,7 @@ yallist@^4.0.0: |
11968 | 12126 | resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
11969 | 12127 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
11970 | 12128 | |
11971 | -yaml@^1.10.0: | |
12129 | +yaml@^1.10.0, yaml@^1.10.2: | |
11972 | 12130 | version "1.10.2" |
11973 | 12131 | resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" |
11974 | 12132 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== | ... | ... |