Commit 81cf441373a79acf56265667b83d8df066608a07
1 parent
48fcd768
chore: npm script adjustment
Showing
3 changed files
with
110 additions
and
92 deletions
.husky/.gitignore deleted
100644 → 0
1 | -_ |
package.json
@@ -29,12 +29,11 @@ | @@ -29,12 +29,11 @@ | ||
29 | "test:gzip": "http-server dist --cors --gzip -c-1", | 29 | "test:gzip": "http-server dist --cors --gzip -c-1", |
30 | "test:br": "http-server dist --cors --brotli -c-1", | 30 | "test:br": "http-server dist --cors --brotli -c-1", |
31 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", | 31 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
32 | - "install:husky": "is-ci || husky install", | ||
33 | - "gen:icon": "esno ./build/generate/icon/index.ts", | ||
34 | - "postinstall": "npm run install:husky" | 32 | + "prepare": "husky install", |
33 | + "gen:icon": "esno ./build/generate/icon/index.ts" | ||
35 | }, | 34 | }, |
36 | "dependencies": { | 35 | "dependencies": { |
37 | - "@iconify/iconify": "^2.0.2", | 36 | + "@iconify/iconify": "^2.0.3", |
38 | "@logicflow/core": "^0.5.0", | 37 | "@logicflow/core": "^0.5.0", |
39 | "@logicflow/extension": "^0.5.0", | 38 | "@logicflow/extension": "^0.5.0", |
40 | "@vueuse/core": "^5.0.3", | 39 | "@vueuse/core": "^5.0.3", |
@@ -57,7 +56,7 @@ | @@ -57,7 +56,7 @@ | ||
57 | "sortablejs": "^1.13.0", | 56 | "sortablejs": "^1.13.0", |
58 | "tinymce": "^5.8.2", | 57 | "tinymce": "^5.8.2", |
59 | "vditor": "^3.8.5", | 58 | "vditor": "^3.8.5", |
60 | - "vue": "3.1.2", | 59 | + "vue": "3.1.4", |
61 | "vue-i18n": "9.1.6", | 60 | "vue-i18n": "9.1.6", |
62 | "vue-json-pretty": "^2.0.2", | 61 | "vue-json-pretty": "^2.0.2", |
63 | "vue-router": "^4.0.10", | 62 | "vue-router": "^4.0.10", |
@@ -67,7 +66,7 @@ | @@ -67,7 +66,7 @@ | ||
67 | "devDependencies": { | 66 | "devDependencies": { |
68 | "@commitlint/cli": "^12.1.4", | 67 | "@commitlint/cli": "^12.1.4", |
69 | "@commitlint/config-conventional": "^12.1.4", | 68 | "@commitlint/config-conventional": "^12.1.4", |
70 | - "@iconify/json": "^1.1.364", | 69 | + "@iconify/json": "^1.1.369", |
71 | "@purge-icons/generated": "^0.7.0", | 70 | "@purge-icons/generated": "^0.7.0", |
72 | "@types/codemirror": "^5.60.1", | 71 | "@types/codemirror": "^5.60.1", |
73 | "@types/crypto-js": "^4.0.1", | 72 | "@types/crypto-js": "^4.0.1", |
@@ -77,7 +76,7 @@ | @@ -77,7 +76,7 @@ | ||
77 | "@types/jest": "^26.0.23", | 76 | "@types/jest": "^26.0.23", |
78 | "@types/lodash-es": "^4.17.4", | 77 | "@types/lodash-es": "^4.17.4", |
79 | "@types/mockjs": "^1.0.3", | 78 | "@types/mockjs": "^1.0.3", |
80 | - "@types/node": "^15.12.5", | 79 | + "@types/node": "^16.0.0", |
81 | "@types/nprogress": "^0.2.0", | 80 | "@types/nprogress": "^0.2.0", |
82 | "@types/qrcode": "^1.4.0", | 81 | "@types/qrcode": "^1.4.0", |
83 | "@types/qs": "^6.9.6", | 82 | "@types/qs": "^6.9.6", |
@@ -87,7 +86,7 @@ | @@ -87,7 +86,7 @@ | ||
87 | "@vitejs/plugin-legacy": "^1.4.3", | 86 | "@vitejs/plugin-legacy": "^1.4.3", |
88 | "@vitejs/plugin-vue": "^1.2.4", | 87 | "@vitejs/plugin-vue": "^1.2.4", |
89 | "@vitejs/plugin-vue-jsx": "^1.1.6", | 88 | "@vitejs/plugin-vue-jsx": "^1.1.6", |
90 | - "@vue/compiler-sfc": "3.1.2", | 89 | + "@vue/compiler-sfc": "3.1.4", |
91 | "@vue/test-utils": "^2.0.0-rc.9", | 90 | "@vue/test-utils": "^2.0.0-rc.9", |
92 | "autoprefixer": "^10.2.6", | 91 | "autoprefixer": "^10.2.6", |
93 | "commitizen": "^4.2.4", | 92 | "commitizen": "^4.2.4", |
@@ -103,7 +102,7 @@ | @@ -103,7 +102,7 @@ | ||
103 | "esno": "^0.7.3", | 102 | "esno": "^0.7.3", |
104 | "fs-extra": "^10.0.0", | 103 | "fs-extra": "^10.0.0", |
105 | "http-server": "^0.12.3", | 104 | "http-server": "^0.12.3", |
106 | - "husky": "^6.0.0", | 105 | + "husky": "^7.0.0", |
107 | "inquirer": "^8.1.1", | 106 | "inquirer": "^8.1.1", |
108 | "is-ci": "^3.0.0", | 107 | "is-ci": "^3.0.0", |
109 | "jest": "^27.0.6", | 108 | "jest": "^27.0.6", |
@@ -122,8 +121,8 @@ | @@ -122,8 +121,8 @@ | ||
122 | "tailwindcss": "^2.2.4", | 121 | "tailwindcss": "^2.2.4", |
123 | "ts-jest": "^27.0.3", | 122 | "ts-jest": "^27.0.3", |
124 | "ts-node": "^10.0.0", | 123 | "ts-node": "^10.0.0", |
125 | - "typescript": "4.3.4", | ||
126 | - "vite": "2.4.0-beta.2", | 124 | + "typescript": "4.3.5", |
125 | + "vite": "2.4.0-beta.3", | ||
127 | "vite-plugin-compression": "^0.2.5", | 126 | "vite-plugin-compression": "^0.2.5", |
128 | "vite-plugin-html": "^2.0.7", | 127 | "vite-plugin-html": "^2.0.7", |
129 | "vite-plugin-imagemin": "^0.3.2", | 128 | "vite-plugin-imagemin": "^0.3.2", |
@@ -133,13 +132,13 @@ | @@ -133,13 +132,13 @@ | ||
133 | "vite-plugin-style-import": "^1.0.1", | 132 | "vite-plugin-style-import": "^1.0.1", |
134 | "vite-plugin-svg-icons": "^1.0.0", | 133 | "vite-plugin-svg-icons": "^1.0.0", |
135 | "vite-plugin-theme": "^0.8.1", | 134 | "vite-plugin-theme": "^0.8.1", |
136 | - "vue-eslint-parser": "^7.6.0", | 135 | + "vue-eslint-parser": "^7.7.2", |
137 | "vue-tsc": "^0.2.0" | 136 | "vue-tsc": "^0.2.0" |
138 | }, | 137 | }, |
139 | "resolutions": { | 138 | "resolutions": { |
140 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | 139 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", |
141 | "bin-wrapper": "npm:bin-wrapper-china", | 140 | "bin-wrapper": "npm:bin-wrapper-china", |
142 | - "rollup": "^2.52.3" | 141 | + "rollup": "^2.52.7" |
143 | }, | 142 | }, |
144 | "repository": { | 143 | "repository": { |
145 | "type": "git", | 144 | "type": "git", |
yarn.lock
@@ -1172,17 +1172,24 @@ | @@ -1172,17 +1172,24 @@ | ||
1172 | dependencies: | 1172 | dependencies: |
1173 | cross-fetch "^3.0.6" | 1173 | cross-fetch "^3.0.6" |
1174 | 1174 | ||
1175 | -"@iconify/iconify@>=2.0.0-rc.6", "@iconify/iconify@^2.0.2": | 1175 | +"@iconify/iconify@>=2.0.0-rc.6": |
1176 | version "2.0.2" | 1176 | version "2.0.2" |
1177 | resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.2.tgz#8e8be6c8f20042ab69324bc6db6fc884be98b418" | 1177 | resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.2.tgz#8e8be6c8f20042ab69324bc6db6fc884be98b418" |
1178 | integrity sha512-m3MDKXYRRsrVLZFFUkSaTv9/jTk0sLOlIhlmupj2/VhHnZt0i3ACyUD7rx/Vd5bLvtotrHaT5e/ZOLP7uiFmKQ== | 1178 | integrity sha512-m3MDKXYRRsrVLZFFUkSaTv9/jTk0sLOlIhlmupj2/VhHnZt0i3ACyUD7rx/Vd5bLvtotrHaT5e/ZOLP7uiFmKQ== |
1179 | dependencies: | 1179 | dependencies: |
1180 | cross-fetch "^3.0.6" | 1180 | cross-fetch "^3.0.6" |
1181 | 1181 | ||
1182 | -"@iconify/json@^1.1.364": | ||
1183 | - version "1.1.364" | ||
1184 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.364.tgz#bfcea69a655a38027073707fd409c68f02e5a59d" | ||
1185 | - integrity sha512-U4eROe8tWH3olLO7ppyCSMwbV2vASsMoqQNk74UcvmC3b7f55jDb9QptEcJzK0GUach6Z4xzYS9V9ZGOWesk4Q== | 1182 | +"@iconify/iconify@^2.0.3": |
1183 | + version "2.0.3" | ||
1184 | + resolved "https://registry.yarnpkg.com/@iconify/iconify/-/iconify-2.0.3.tgz#1ae5bc81c2615b4d24ae495e6bdd6b5109f6e1dc" | ||
1185 | + integrity sha512-Ctjre38vIf0PjjU2joj+DheSDFajdLiZ7gNdttjsXPqB9yYrmqOIDe1ce8L8v0qO86kM05hF9lUMriQTlgiSPA== | ||
1186 | + dependencies: | ||
1187 | + cross-fetch "^3.0.6" | ||
1188 | + | ||
1189 | +"@iconify/json@^1.1.369": | ||
1190 | + version "1.1.369" | ||
1191 | + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.369.tgz#da7c93889877fd80eba5c8842e72361d6a37f902" | ||
1192 | + integrity sha512-v0LY1A4MZKElKuVjXeDEjf4Em7RSsudb8IsT030R8+aE/IR9Jw6nMcg82rs7TKN/Yo1j9p3P2D10dVwfeeio8w== | ||
1186 | 1193 | ||
1187 | "@intlify/core-base@9.1.6": | 1194 | "@intlify/core-base@9.1.6": |
1188 | version "9.1.6" | 1195 | version "9.1.6" |
@@ -1986,10 +1993,10 @@ | @@ -1986,10 +1993,10 @@ | ||
1986 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" | 1993 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" |
1987 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== | 1994 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== |
1988 | 1995 | ||
1989 | -"@types/node@^15.12.5": | ||
1990 | - version "15.12.5" | ||
1991 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185" | ||
1992 | - integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg== | 1996 | +"@types/node@^16.0.0": |
1997 | + version "16.0.0" | ||
1998 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f" | ||
1999 | + integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg== | ||
1993 | 2000 | ||
1994 | "@types/normalize-package-data@^2.4.0": | 2001 | "@types/normalize-package-data@^2.4.0": |
1995 | version "2.4.0" | 2002 | version "2.4.0" |
@@ -2328,14 +2335,14 @@ | @@ -2328,14 +2335,14 @@ | ||
2328 | estree-walker "^2.0.1" | 2335 | estree-walker "^2.0.1" |
2329 | source-map "^0.6.1" | 2336 | source-map "^0.6.1" |
2330 | 2337 | ||
2331 | -"@vue/compiler-core@3.1.2": | ||
2332 | - version "3.1.2" | ||
2333 | - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.2.tgz#31ab1d88e1706a5c7a545faeeb64c31bd0101db0" | ||
2334 | - integrity sha512-nHmq7vLjq/XM2IMbZUcKWoH5sPXa2uR/nIKZtjbK5F3TcbnYE/zKsrSUR9WZJ03unlwotNBX1OyxVt9HbWD7/Q== | 2338 | +"@vue/compiler-core@3.1.4": |
2339 | + version "3.1.4" | ||
2340 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.4.tgz#a3a74cf52e8f01af386d364ac8a099cbeb260424" | ||
2341 | + integrity sha512-TnUz+1z0y74O/A4YKAbzsdUfamyHV73MihrEfvettWpm9bQKVoZd1nEmR1cGN9LsXWlwAvVQBetBlWdOjmQO5Q== | ||
2335 | dependencies: | 2342 | dependencies: |
2336 | "@babel/parser" "^7.12.0" | 2343 | "@babel/parser" "^7.12.0" |
2337 | "@babel/types" "^7.12.0" | 2344 | "@babel/types" "^7.12.0" |
2338 | - "@vue/shared" "3.1.2" | 2345 | + "@vue/shared" "3.1.4" |
2339 | estree-walker "^2.0.1" | 2346 | estree-walker "^2.0.1" |
2340 | source-map "^0.6.1" | 2347 | source-map "^0.6.1" |
2341 | 2348 | ||
@@ -2347,26 +2354,26 @@ | @@ -2347,26 +2354,26 @@ | ||
2347 | "@vue/compiler-core" "3.1.1" | 2354 | "@vue/compiler-core" "3.1.1" |
2348 | "@vue/shared" "3.1.1" | 2355 | "@vue/shared" "3.1.1" |
2349 | 2356 | ||
2350 | -"@vue/compiler-dom@3.1.2": | ||
2351 | - version "3.1.2" | ||
2352 | - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.2.tgz#75a7731bcc5d9718183a3c56c18e992f7c13e7b1" | ||
2353 | - integrity sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg== | 2357 | +"@vue/compiler-dom@3.1.4": |
2358 | + version "3.1.4" | ||
2359 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.4.tgz#bf3795e1449f32c965d38c4ea6d808ca05fdfc97" | ||
2360 | + integrity sha512-3tG2ScHkghhUBuFwl9KgyZhrS8CPFZsO7hUDekJgIp5b1OMkROr4AvxHu6rRMl4WkyvYkvidFNBS2VfOnwa6Kw== | ||
2354 | dependencies: | 2361 | dependencies: |
2355 | - "@vue/compiler-core" "3.1.2" | ||
2356 | - "@vue/shared" "3.1.2" | 2362 | + "@vue/compiler-core" "3.1.4" |
2363 | + "@vue/shared" "3.1.4" | ||
2357 | 2364 | ||
2358 | -"@vue/compiler-sfc@3.1.2": | ||
2359 | - version "3.1.2" | ||
2360 | - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.2.tgz#23ff1e366d887b964899568bffcb11e3d0511fc4" | ||
2361 | - integrity sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw== | 2365 | +"@vue/compiler-sfc@3.1.4": |
2366 | + version "3.1.4" | ||
2367 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.4.tgz#93e87db950e0711339c18baa7bb7d28d3522d7bc" | ||
2368 | + integrity sha512-4KDQg60Khy3SgnF+V/TB2NZqzmM4TyGRmzsxqG1SebGdMSecCweFDSlI/F1vDYk6dKiCHgmpoT9A1sLxswkJ0A== | ||
2362 | dependencies: | 2369 | dependencies: |
2363 | "@babel/parser" "^7.13.9" | 2370 | "@babel/parser" "^7.13.9" |
2364 | "@babel/types" "^7.13.0" | 2371 | "@babel/types" "^7.13.0" |
2365 | "@types/estree" "^0.0.48" | 2372 | "@types/estree" "^0.0.48" |
2366 | - "@vue/compiler-core" "3.1.2" | ||
2367 | - "@vue/compiler-dom" "3.1.2" | ||
2368 | - "@vue/compiler-ssr" "3.1.2" | ||
2369 | - "@vue/shared" "3.1.2" | 2373 | + "@vue/compiler-core" "3.1.4" |
2374 | + "@vue/compiler-dom" "3.1.4" | ||
2375 | + "@vue/compiler-ssr" "3.1.4" | ||
2376 | + "@vue/shared" "3.1.4" | ||
2370 | consolidate "^0.16.0" | 2377 | consolidate "^0.16.0" |
2371 | estree-walker "^2.0.1" | 2378 | estree-walker "^2.0.1" |
2372 | hash-sum "^2.0.0" | 2379 | hash-sum "^2.0.0" |
@@ -2408,25 +2415,25 @@ | @@ -2408,25 +2415,25 @@ | ||
2408 | "@vue/compiler-dom" "3.1.1" | 2415 | "@vue/compiler-dom" "3.1.1" |
2409 | "@vue/shared" "3.1.1" | 2416 | "@vue/shared" "3.1.1" |
2410 | 2417 | ||
2411 | -"@vue/compiler-ssr@3.1.2": | ||
2412 | - version "3.1.2" | ||
2413 | - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.2.tgz#e33ad0876d9b96f0950e22b0e174b94c1b049d2d" | ||
2414 | - integrity sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg== | 2418 | +"@vue/compiler-ssr@3.1.4": |
2419 | + version "3.1.4" | ||
2420 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.4.tgz#7f6eaac5b1851fc15c82c083e8179eb1216b303c" | ||
2421 | + integrity sha512-Box8fCuCFPp0FuimIswjDkjwiSDCBkHvt/xVALyFkYCiIMWv2eR53fIjmlsnEHhcBuZ+VgRC+UanCTcKvSA1gA== | ||
2415 | dependencies: | 2422 | dependencies: |
2416 | - "@vue/compiler-dom" "3.1.2" | ||
2417 | - "@vue/shared" "3.1.2" | 2423 | + "@vue/compiler-dom" "3.1.4" |
2424 | + "@vue/shared" "3.1.4" | ||
2418 | 2425 | ||
2419 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": | 2426 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": |
2420 | version "6.0.0-beta.14" | 2427 | version "6.0.0-beta.14" |
2421 | resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" | 2428 | resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" |
2422 | integrity sha512-44fPrrN1cqcs6bFkT0C+yxTM6PZXLbR+ESh1U1j8UD22yO04gXvxH62HApMjLbS3WqJO/iCNC+CYT+evPQh2EQ== | 2429 | integrity sha512-44fPrrN1cqcs6bFkT0C+yxTM6PZXLbR+ESh1U1j8UD22yO04gXvxH62HApMjLbS3WqJO/iCNC+CYT+evPQh2EQ== |
2423 | 2430 | ||
2424 | -"@vue/reactivity@3.1.2": | ||
2425 | - version "3.1.2" | ||
2426 | - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.2.tgz#66fa530dd726d2fef285ae55d02106a727db463b" | ||
2427 | - integrity sha512-glJzJoN2xE7I2lRvwKM5u1BHRPTd1yc8iaf//Lai/78/uYAvE5DXp5HzWRFOwMlbRvMGJHIQjOqoxj87cDAaag== | 2431 | +"@vue/reactivity@3.1.4": |
2432 | + version "3.1.4" | ||
2433 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.4.tgz#d926ed46fb0d48582ccf8665b062d37b5d35ba99" | ||
2434 | + integrity sha512-YDlgii2Cr9yAoKVZFzgY4j0mYlVT73986X3e5SPp6ifqckSEoFSUWXZK2Tb53TB/9qO29BEEbspnKD3m3wAwkA== | ||
2428 | dependencies: | 2435 | dependencies: |
2429 | - "@vue/shared" "3.1.2" | 2436 | + "@vue/shared" "3.1.4" |
2430 | 2437 | ||
2431 | "@vue/reactivity@^3.0.11": | 2438 | "@vue/reactivity@^3.0.11": |
2432 | version "3.1.1" | 2439 | version "3.1.1" |
@@ -2435,21 +2442,21 @@ | @@ -2435,21 +2442,21 @@ | ||
2435 | dependencies: | 2442 | dependencies: |
2436 | "@vue/shared" "3.1.1" | 2443 | "@vue/shared" "3.1.1" |
2437 | 2444 | ||
2438 | -"@vue/runtime-core@3.1.2": | ||
2439 | - version "3.1.2" | ||
2440 | - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.2.tgz#f4dbc503cfc9a02ab5f1ebe002c3322512064a54" | ||
2441 | - integrity sha512-gsPZG4dRIkixuuKmoj4P9IHgfT0yaFLcqWOM5F/bCk0nxQn1XtxH8oUehWuET726KhbukvDoJfe9G2CKviy80w== | 2445 | +"@vue/runtime-core@3.1.4": |
2446 | + version "3.1.4" | ||
2447 | + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.4.tgz#3e30ae6ecbfff06df5adc9414491143191a375ba" | ||
2448 | + integrity sha512-qmVJgJuFxfT7M4qHQ4M6KqhKC66fjuswK+aBivE8dWiZ2rtIGl9gtJGpwqwjQEcKEBTOfvvrtrwBncYArJUO8Q== | ||
2442 | dependencies: | 2449 | dependencies: |
2443 | - "@vue/reactivity" "3.1.2" | ||
2444 | - "@vue/shared" "3.1.2" | 2450 | + "@vue/reactivity" "3.1.4" |
2451 | + "@vue/shared" "3.1.4" | ||
2445 | 2452 | ||
2446 | -"@vue/runtime-dom@3.1.2": | ||
2447 | - version "3.1.2" | ||
2448 | - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.1.2.tgz#0fd8724f14bc7ba64b6c954d874a8d8a4fcb5fe9" | ||
2449 | - integrity sha512-QvINxjLucEZFzp5f0NVu7JqWYCv5TKQfkH2FDs/N6QNE4iKcYtKrWdT0HKfABnVXG28Znqv6rIH0dH4ZAOwxpA== | 2453 | +"@vue/runtime-dom@3.1.4": |
2454 | + version "3.1.4" | ||
2455 | + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.1.4.tgz#acfeee200d5c45fc2cbdf7058cda1498f9b45849" | ||
2456 | + integrity sha512-vbmwgTxku1BU87Kw7r29adv0OIrDXCW0PslOPQT0O/9R5SqcXgS94Yj6zsztDjvghegenwIAPNLlDR1Auh5s+w== | ||
2450 | dependencies: | 2457 | dependencies: |
2451 | - "@vue/runtime-core" "3.1.2" | ||
2452 | - "@vue/shared" "3.1.2" | 2458 | + "@vue/runtime-core" "3.1.4" |
2459 | + "@vue/shared" "3.1.4" | ||
2453 | csstype "^2.6.8" | 2460 | csstype "^2.6.8" |
2454 | 2461 | ||
2455 | "@vue/shared@3.1.1", "@vue/shared@^3.0.11": | 2462 | "@vue/shared@3.1.1", "@vue/shared@^3.0.11": |
@@ -2457,10 +2464,10 @@ | @@ -2457,10 +2464,10 @@ | ||
2457 | resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.1.1.tgz#2287cfc3dc20e5b20aeb65c2c3a56533bdca801c" | 2464 | resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.1.1.tgz#2287cfc3dc20e5b20aeb65c2c3a56533bdca801c" |
2458 | integrity sha512-g+4pzAw7PYSjARtLBoDq6DmcblX8i9KJHSCnyM5VDDFFifUaUT9iHbFpOF/KOizQ9f7QAqU2JH3Y6aXjzUMhVA== | 2465 | integrity sha512-g+4pzAw7PYSjARtLBoDq6DmcblX8i9KJHSCnyM5VDDFFifUaUT9iHbFpOF/KOizQ9f7QAqU2JH3Y6aXjzUMhVA== |
2459 | 2466 | ||
2460 | -"@vue/shared@3.1.2": | ||
2461 | - version "3.1.2" | ||
2462 | - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.2.tgz#1069c0bc7d6f4bd15ccf3a5f3be29450aca368f9" | ||
2463 | - integrity sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg== | 2467 | +"@vue/shared@3.1.4": |
2468 | + version "3.1.4" | ||
2469 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.4.tgz#c14c461ec42ea2c1556e86f60b0354341d91adc3" | ||
2470 | + integrity sha512-6O45kZAmkLvzGLToBxEz4lR2W6kXohCtebV2UxjH9GXjd8X9AhEn68FN9eNanFtWNzvgw1hqd6HkPRVQalqf7Q== | ||
2464 | 2471 | ||
2465 | "@vue/test-utils@^2.0.0-rc.9": | 2472 | "@vue/test-utils@^2.0.0-rc.9": |
2466 | version "2.0.0-rc.9" | 2473 | version "2.0.0-rc.9" |
@@ -6361,10 +6368,10 @@ human-signals@^2.1.0: | @@ -6361,10 +6368,10 @@ human-signals@^2.1.0: | ||
6361 | resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" | 6368 | resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" |
6362 | integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== | 6369 | integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== |
6363 | 6370 | ||
6364 | -husky@^6.0.0: | ||
6365 | - version "6.0.0" | ||
6366 | - resolved "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" | ||
6367 | - integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== | 6371 | +husky@^7.0.0: |
6372 | + version "7.0.0" | ||
6373 | + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616" | ||
6374 | + integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w== | ||
6368 | 6375 | ||
6369 | iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: | 6376 | iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: |
6370 | version "0.4.24" | 6377 | version "0.4.24" |
@@ -10338,10 +10345,10 @@ rollup-plugin-visualizer@5.5.1: | @@ -10338,10 +10345,10 @@ rollup-plugin-visualizer@5.5.1: | ||
10338 | source-map "^0.7.3" | 10345 | source-map "^0.7.3" |
10339 | yargs "^16.2.0" | 10346 | yargs "^16.2.0" |
10340 | 10347 | ||
10341 | -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.52.3: | ||
10342 | - version "2.52.3" | ||
10343 | - resolved "https://registry.npmjs.org/rollup/-/rollup-2.52.3.tgz#062fc3c85f67736d6758749310cfee64836c4e2a" | ||
10344 | - integrity sha512-QF3Sju8Kl2z0osI4unyOLyUudyhOMK6G0AeqJWgfiyigqLAlnNrfBcDWDx+f1cqn+JU2iIYVkDrgQ6/KtwEfrg== | 10348 | +rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.52.7: |
10349 | + version "2.52.7" | ||
10350 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.7.tgz#e15a8bf734f6e4c204b7cdf33521151310250cb2" | ||
10351 | + integrity sha512-55cSH4CCU6MaPr9TAOyrIC+7qFCHscL7tkNsm1MBfIJRRqRbCEY0mmeFn4Wg8FKsHtEH8r389Fz38r/o+kgXLg== | ||
10345 | optionalDependencies: | 10352 | optionalDependencies: |
10346 | fsevents "~2.3.2" | 10353 | fsevents "~2.3.2" |
10347 | 10354 | ||
@@ -11710,10 +11717,10 @@ typescript-vscode-sh-plugin@^0.6.14: | @@ -11710,10 +11717,10 @@ typescript-vscode-sh-plugin@^0.6.14: | ||
11710 | resolved "https://registry.npmjs.org/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.14.tgz#a81031b502f6346a26ea49ce082438c3e353bb38" | 11717 | resolved "https://registry.npmjs.org/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.14.tgz#a81031b502f6346a26ea49ce082438c3e353bb38" |
11711 | integrity sha512-AkNlRBbI6K7gk29O92qthNSvc6jjmNQ6isVXoYxkFwPa8D04tIv2SOPd+sd+mNpso4tNdL2gy7nVtrd5yFqvlA== | 11718 | integrity sha512-AkNlRBbI6K7gk29O92qthNSvc6jjmNQ6isVXoYxkFwPa8D04tIv2SOPd+sd+mNpso4tNdL2gy7nVtrd5yFqvlA== |
11712 | 11719 | ||
11713 | -typescript@4.3.4: | ||
11714 | - version "4.3.4" | ||
11715 | - resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc" | ||
11716 | - integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew== | 11720 | +typescript@4.3.5: |
11721 | + version "4.3.5" | ||
11722 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" | ||
11723 | + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== | ||
11717 | 11724 | ||
11718 | uglify-js@^3.1.4: | 11725 | uglify-js@^3.1.4: |
11719 | version "3.13.9" | 11726 | version "3.13.9" |
@@ -12289,10 +12296,10 @@ vite-plugin-theme@^0.8.1: | @@ -12289,10 +12296,10 @@ vite-plugin-theme@^0.8.1: | ||
12289 | esbuild-plugin-alias "^0.1.2" | 12296 | esbuild-plugin-alias "^0.1.2" |
12290 | tinycolor2 "^1.4.2" | 12297 | tinycolor2 "^1.4.2" |
12291 | 12298 | ||
12292 | -vite@2.4.0-beta.2: | ||
12293 | - version "2.4.0-beta.2" | ||
12294 | - resolved "https://registry.npmjs.org/vite/-/vite-2.4.0-beta.2.tgz#ac1e0fcf5bb3a16f0a9ca9ee9ac18e209eee1880" | ||
12295 | - integrity sha512-PpK8Zl8sBaO6FbDc/Lb+lfADwBpiBurZyT4g16etqTLmhK2YYIf/jTGyq7qNlU0TqfFcGhmtvlhfnAPr9GqDsQ== | 12299 | +vite@2.4.0-beta.3: |
12300 | + version "2.4.0-beta.3" | ||
12301 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.4.0-beta.3.tgz#81da5e6cbfb4cb710610e5757567cbe58b667c44" | ||
12302 | + integrity sha512-sSUbH0mPMbqqOVZ1/LD/Wiu347yvn4BXjS/94mn5Q7E/zd50hxEnKU1NC4x59TBKq5OeboPhyXwibyCEpyAQKQ== | ||
12296 | dependencies: | 12303 | dependencies: |
12297 | esbuild "^0.12.8" | 12304 | esbuild "^0.12.8" |
12298 | postcss "^8.3.5" | 12305 | postcss "^8.3.5" |
@@ -12475,6 +12482,19 @@ vue-eslint-parser@^7.6.0: | @@ -12475,6 +12482,19 @@ vue-eslint-parser@^7.6.0: | ||
12475 | esquery "^1.4.0" | 12482 | esquery "^1.4.0" |
12476 | lodash "^4.17.15" | 12483 | lodash "^4.17.15" |
12477 | 12484 | ||
12485 | +vue-eslint-parser@^7.7.2: | ||
12486 | + version "7.7.2" | ||
12487 | + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.7.2.tgz#a723080b29c27fa0b3737bedceaeebe30fd0f359" | ||
12488 | + integrity sha512-zkfxSttpwBW9SQEa+rLR+j6sFHGGhanVH3VuzHQwybCQWJsg/Yi1W619gXOW01U/zekN4D+J4/S4Zufd1sClZg== | ||
12489 | + dependencies: | ||
12490 | + debug "^4.1.1" | ||
12491 | + eslint-scope "^5.1.1" | ||
12492 | + eslint-visitor-keys "^1.1.0" | ||
12493 | + espree "^6.2.1" | ||
12494 | + esquery "^1.4.0" | ||
12495 | + lodash "^4.17.21" | ||
12496 | + semver "^6.3.0" | ||
12497 | + | ||
12478 | vue-i18n@9.1.6: | 12498 | vue-i18n@9.1.6: |
12479 | version "9.1.6" | 12499 | version "9.1.6" |
12480 | resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.1.6.tgz#4cf992e2aec5458bc19369973c96ea7d0f560321" | 12500 | resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.1.6.tgz#4cf992e2aec5458bc19369973c96ea7d0f560321" |
@@ -12518,14 +12538,14 @@ vue-types@^4.0.0: | @@ -12518,14 +12538,14 @@ vue-types@^4.0.0: | ||
12518 | dependencies: | 12538 | dependencies: |
12519 | is-plain-object "5.0.0" | 12539 | is-plain-object "5.0.0" |
12520 | 12540 | ||
12521 | -vue@3.1.2: | ||
12522 | - version "3.1.2" | ||
12523 | - resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.2.tgz#647f8e3949a3d600771dca25d50225dc3e594c64" | ||
12524 | - integrity sha512-q/rbKpb7aofax4ugqu2k/uj7BYuNPcd6Z5/qJtfkJQsE0NkwVoCyeSh7IZGH61hChwYn3CEkh4bHolvUPxlQ+w== | 12541 | +vue@3.1.4: |
12542 | + version "3.1.4" | ||
12543 | + resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.4.tgz#120d6818c51eaa35d0879e5bc1cff60135bc69fd" | ||
12544 | + integrity sha512-p8dcdyeCgmaAiZsbLyDkmOLcFGZb/jEVdCLW65V68LRCXTNX8jKsgah2F7OZ/v/Ai2V0Fb1MNO0vz/GFqsPVMA== | ||
12525 | dependencies: | 12545 | dependencies: |
12526 | - "@vue/compiler-dom" "3.1.2" | ||
12527 | - "@vue/runtime-dom" "3.1.2" | ||
12528 | - "@vue/shared" "3.1.2" | 12546 | + "@vue/compiler-dom" "3.1.4" |
12547 | + "@vue/runtime-dom" "3.1.4" | ||
12548 | + "@vue/shared" "3.1.4" | ||
12529 | 12549 | ||
12530 | w3c-hr-time@^1.0.2: | 12550 | w3c-hr-time@^1.0.2: |
12531 | version "1.0.2" | 12551 | version "1.0.2" |