提交 ecc2135b 作者: vben

chore: update deps

上级 4e4ce944
......@@ -38,14 +38,14 @@
"@iconify/iconify": "^2.1.1",
"@logicflow/core": "^1.0.7",
"@logicflow/extension": "^1.0.7",
"@vue/runtime-core": "^3.2.27",
"@vue/shared": "^3.2.27",
"@vueuse/core": "^7.5.3",
"@vueuse/shared": "^7.5.3",
"@vue/runtime-core": "^3.2.29",
"@vue/shared": "^3.2.29",
"@vueuse/core": "^7.5.4",
"@vueuse/shared": "^7.5.4",
"@zxcvbn-ts/core": "^1.2.0",
"ant-design-vue": "3.0.0-beta.7",
"axios": "^0.24.0",
"codemirror": "^5.65.0",
"ant-design-vue": "3.0.0-beta.8",
"axios": "^0.25.0",
"codemirror": "^5.65.1",
"cropperjs": "^1.5.12",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
......@@ -63,8 +63,8 @@
"showdown": "^1.9.1",
"sortablejs": "^1.14.0",
"tinymce": "^5.10.2",
"vditor": "^3.8.10",
"vue": "^3.2.27",
"vditor": "^3.8.11",
"vue": "^3.2.29",
"vue-i18n": "^9.1.9",
"vue-json-pretty": "^1.8.2",
"vue-router": "^4.0.12",
......@@ -72,9 +72,9 @@
"xlsx": "^0.17.5"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^2.0.25",
"@iconify/json": "^2.0.28",
"@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.5",
"@types/crypto-js": "^4.1.0",
......@@ -84,7 +84,7 @@
"@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.5",
"@types/mockjs": "^1.0.6",
"@types/node": "^17.0.9",
"@types/node": "^17.0.10",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
......@@ -93,9 +93,9 @@
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "3.2.27",
"@vue/compiler-sfc": "3.2.29",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
......@@ -104,7 +104,7 @@
"dotenv": "^14.2.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.2",
"eslint-define-config": "^1.2.3",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.3.0",
......@@ -114,7 +114,7 @@
"inquirer": "^8.2.0",
"jest": "^27.4.7",
"less": "^4.1.2",
"lint-staged": "12.1.7",
"lint-staged": "12.3.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-html": "^1.3.0",
......@@ -122,7 +122,7 @@
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.5.4",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
......@@ -130,11 +130,11 @@
"stylelint-order": "^5.0.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"vite": "^2.8.0-beta.2",
"typescript": "^4.5.5",
"vite": "^2.8.0-beta.3",
"vite-plugin-compression": "^0.4.0",
"vite-plugin-html": "^2.1.2",
"vite-plugin-imagemin": "^0.5.1",
"vite-plugin-imagemin": "^0.5.2",
"vite-plugin-mkcert": "^1.5.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-purge-icons": "^0.7.0",
......@@ -144,8 +144,8 @@
"vite-plugin-theme": "^0.8.1",
"vite-plugin-vue-setup-extend": "^0.3.0",
"vite-plugin-windicss": "^1.6.3",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.30.5"
"vue-eslint-parser": "^8.2.0",
"vue-tsc": "^0.31.1"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
......
......@@ -8,10 +8,10 @@ overrides:
specifiers:
'@ant-design/colors': ^6.0.0
'@ant-design/icons-vue': ^6.0.1
'@commitlint/cli': ^16.0.2
'@commitlint/cli': ^16.1.0
'@commitlint/config-conventional': ^16.0.0
'@iconify/iconify': ^2.1.1
'@iconify/json': ^2.0.25
'@iconify/json': ^2.0.28
'@logicflow/core': ^1.0.7
'@logicflow/extension': ^1.0.7
'@purge-icons/generated': ^0.7.0
......@@ -23,7 +23,7 @@ specifiers:
'@types/jest': ^27.4.0
'@types/lodash-es': ^4.17.5
'@types/mockjs': ^1.0.6
'@types/node': ^17.0.9
'@types/node': ^17.0.10
'@types/nprogress': ^0.2.0
'@types/qrcode': ^1.4.2
'@types/qs': ^6.9.7
......@@ -32,19 +32,19 @@ specifiers:
'@typescript-eslint/eslint-plugin': ^5.10.0
'@typescript-eslint/parser': ^5.10.0
'@vitejs/plugin-legacy': ^1.6.4
'@vitejs/plugin-vue': ^2.0.1
'@vitejs/plugin-vue': ^2.1.0
'@vitejs/plugin-vue-jsx': ^1.3.3
'@vue/compiler-sfc': 3.2.27
'@vue/runtime-core': ^3.2.27
'@vue/shared': ^3.2.27
'@vue/compiler-sfc': 3.2.29
'@vue/runtime-core': ^3.2.29
'@vue/shared': ^3.2.29
'@vue/test-utils': ^2.0.0-rc.18
'@vueuse/core': ^7.5.3
'@vueuse/shared': ^7.5.3
'@vueuse/core': ^7.5.4
'@vueuse/shared': ^7.5.4
'@zxcvbn-ts/core': ^1.2.0
ant-design-vue: 3.0.0-beta.7
ant-design-vue: 3.0.0-beta.8
autoprefixer: ^10.4.2
axios: ^0.24.0
codemirror: ^5.65.0
axios: ^0.25.0
codemirror: ^5.65.1
commitizen: ^4.2.4
conventional-changelog-cli: ^2.2.2
cropperjs: ^1.5.12
......@@ -55,7 +55,7 @@ specifiers:
echarts: ^5.2.2
eslint: ^8.7.0
eslint-config-prettier: ^8.3.0
eslint-define-config: ^1.2.2
eslint-define-config: ^1.2.3
eslint-plugin-jest: ^25.7.0
eslint-plugin-prettier: ^4.0.0
eslint-plugin-vue: ^8.3.0
......@@ -66,7 +66,7 @@ specifiers:
intro.js: ^4.3.0
jest: ^27.4.7
less: ^4.1.2
lint-staged: 12.1.7
lint-staged: 12.3.1
lodash-es: ^4.17.21
mockjs: ^1.1.0
npm-run-all: ^4.1.5
......@@ -85,7 +85,7 @@ specifiers:
rollup-plugin-visualizer: ^5.5.4
showdown: ^1.9.1
sortablejs: ^1.14.0
stylelint: ^14.2.0
stylelint: ^14.3.0
stylelint-config-html: ^1.0.0
stylelint-config-prettier: ^9.0.3
stylelint-config-recommended: ^6.0.0
......@@ -94,12 +94,12 @@ specifiers:
tinymce: ^5.10.2
ts-jest: ^27.1.3
ts-node: ^10.4.0
typescript: ^4.5.4
vditor: ^3.8.10
vite: ^2.8.0-beta.2
typescript: ^4.5.5
vditor: ^3.8.11
vite: ^2.8.0-beta.3
vite-plugin-compression: ^0.4.0
vite-plugin-html: ^2.1.2
vite-plugin-imagemin: ^0.5.1
vite-plugin-imagemin: ^0.5.2
vite-plugin-mkcert: ^1.5.2
vite-plugin-mock: ^2.9.6
vite-plugin-purge-icons: ^0.7.0
......@@ -109,29 +109,29 @@ specifiers:
vite-plugin-theme: ^0.8.1
vite-plugin-vue-setup-extend: ^0.3.0
vite-plugin-windicss: ^1.6.3
vue: ^3.2.27
vue-eslint-parser: ^8.0.1
vue: ^3.2.29
vue-eslint-parser: ^8.2.0
vue-i18n: ^9.1.9
vue-json-pretty: ^1.8.2
vue-router: ^4.0.12
vue-tsc: ^0.30.5
vue-tsc: ^0.31.1
vue-types: ^4.1.1
xlsx: ^0.17.5
dependencies:
'@ant-design/colors': 6.0.0
'@ant-design/icons-vue': 6.0.1_vue@3.2.27
'@ant-design/icons-vue': 6.0.1_vue@3.2.29
'@iconify/iconify': 2.1.1
'@logicflow/core': 1.0.7
'@logicflow/extension': 1.0.7
'@vue/runtime-core': 3.2.27
'@vue/shared': 3.2.27
'@vueuse/core': 7.5.3_vue@3.2.27
'@vueuse/shared': 7.5.3_vue@3.2.27
'@vue/runtime-core': 3.2.29
'@vue/shared': 3.2.29
'@vueuse/core': 7.5.4_vue@3.2.29
'@vueuse/shared': 7.5.4_vue@3.2.29
'@zxcvbn-ts/core': 1.2.0
ant-design-vue: 3.0.0-beta.7_1d3c0f59c01af099101b44516eefc99f
axios: 0.24.0
codemirror: 5.65.0
ant-design-vue: 3.0.0-beta.8_7b9c5f8a4a835fb1fc33e1e095e7e31c
axios: 0.25.0
codemirror: 5.65.1
cropperjs: 1.5.12
crypto-js: 4.1.1
dayjs: 1.10.7
......@@ -141,7 +141,7 @@ dependencies:
mockjs: 1.1.0
nprogress: 0.2.0
path-to-regexp: 6.2.0
pinia: 2.0.9_typescript@4.5.4+vue@3.2.27
pinia: 2.0.9_typescript@4.5.5+vue@3.2.29
print-js: 1.6.0
qrcode: 1.5.0
qs: 6.10.3
......@@ -149,18 +149,18 @@ dependencies:
showdown: 1.9.1
sortablejs: 1.14.0
tinymce: 5.10.2
vditor: 3.8.10
vue: 3.2.27
vue-i18n: 9.1.9_vue@3.2.27
vditor: 3.8.11
vue: 3.2.29
vue-i18n: 9.1.9_vue@3.2.29
vue-json-pretty: 1.8.2
vue-router: 4.0.12_vue@3.2.27
vue-types: 4.1.1_vue@3.2.27
vue-router: 4.0.12_vue@3.2.29
vue-types: 4.1.1_vue@3.2.29
xlsx: 0.17.5
devDependencies:
'@commitlint/cli': 16.0.2_@types+node@17.0.9
'@commitlint/cli': 16.1.0_@types+node@17.0.10
'@commitlint/config-conventional': 16.0.0
'@iconify/json': 2.0.25
'@iconify/json': 2.0.28
'@purge-icons/generated': 0.7.0
'@types/codemirror': 5.60.5
'@types/crypto-js': 4.1.0
......@@ -170,37 +170,37 @@ devDependencies:
'@types/jest': 27.4.0
'@types/lodash-es': 4.17.5
'@types/mockjs': 1.0.6
'@types/node': 17.0.9
'@types/node': 17.0.10
'@types/nprogress': 0.2.0
'@types/qrcode': 1.4.2
'@types/qs': 6.9.7
'@types/showdown': 1.9.4
'@types/sortablejs': 1.10.7
'@typescript-eslint/eslint-plugin': 5.10.0_3b6b276e93ead7cf6063f183a5e18d1f
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4
'@vitejs/plugin-legacy': 1.6.4_vite@2.8.0-beta.2
'@vitejs/plugin-vue': 2.0.1_vite@2.8.0-beta.2+vue@3.2.27
'@typescript-eslint/eslint-plugin': 5.10.0_706fb07ce74b1db611f19a02ad2ce784
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5
'@vitejs/plugin-legacy': 1.6.4_vite@2.8.0-beta.3
'@vitejs/plugin-vue': 2.1.0_vite@2.8.0-beta.3+vue@3.2.29
'@vitejs/plugin-vue-jsx': 1.3.3
'@vue/compiler-sfc': 3.2.27
'@vue/test-utils': 2.0.0-rc.18_vue@3.2.27
'@vue/compiler-sfc': 3.2.29
'@vue/test-utils': 2.0.0-rc.18_vue@3.2.29
autoprefixer: 10.4.2_postcss@8.4.5
commitizen: 4.2.4_@types+node@17.0.9
commitizen: 4.2.4_@types+node@17.0.10
conventional-changelog-cli: 2.2.2
cross-env: 7.0.3
dotenv: 14.2.0
eslint: 8.7.0
eslint-config-prettier: 8.3.0_eslint@8.7.0
eslint-define-config: 1.2.2
eslint-plugin-jest: 25.7.0_044a69ce56423e5a462f0eb0c643b7d7
eslint-define-config: 1.2.3
eslint-plugin-jest: 25.7.0_1574ebe5e21fa470f10dd6fc73394c58
eslint-plugin-prettier: 4.0.0_4660519532e4c3b0a9e5bb6623cfedf6
eslint-plugin-vue: 8.3.0_eslint@8.7.0
esno: 0.14.0_typescript@4.5.4
esno: 0.14.0_typescript@4.5.5
fs-extra: 10.0.0
husky: 7.0.4
inquirer: 8.2.0
jest: 27.4.7_ts-node@10.4.0
less: 4.1.2
lint-staged: 12.1.7
lint-staged: 12.3.1
npm-run-all: 4.1.5
postcss: 8.4.5
postcss-html: 1.3.0
......@@ -208,30 +208,30 @@ devDependencies:
prettier: 2.5.1
rimraf: 3.0.2
rollup-plugin-visualizer: 5.5.4
stylelint: 14.2.0
stylelint-config-html: 1.0.0_2d1bcf73d0f2e8e613ccd6d821b0344f
stylelint-config-prettier: 9.0.3_stylelint@14.2.0
stylelint-config-recommended: 6.0.0_stylelint@14.2.0
stylelint-config-standard: 24.0.0_stylelint@14.2.0
stylelint-order: 5.0.0_stylelint@14.2.0
ts-jest: 27.1.3_9364f2ad0b7b67f00a4d081c662c6871
ts-node: 10.4.0_58ff8c2ecf784f4683a8548a58a2b611
typescript: 4.5.4
vite: 2.8.0-beta.2_less@4.1.2
vite-plugin-compression: 0.4.0_vite@2.8.0-beta.2
vite-plugin-html: 2.1.2_vite@2.8.0-beta.2
vite-plugin-imagemin: 0.5.1_vite@2.8.0-beta.2
stylelint: 14.3.0
stylelint-config-html: 1.0.0_387acde72b94c028532b3c9cd4a4cddd
stylelint-config-prettier: 9.0.3_stylelint@14.3.0
stylelint-config-recommended: 6.0.0_stylelint@14.3.0
stylelint-config-standard: 24.0.0_stylelint@14.3.0
stylelint-order: 5.0.0_stylelint@14.3.0
ts-jest: 27.1.3_a7e53b5e5b59e71a0fd4d8cf128393d5
ts-node: 10.4.0_9d6cd740eceb93d711351e2e9548d1bd
typescript: 4.5.5
vite: 2.8.0-beta.3_less@4.1.2
vite-plugin-compression: 0.4.0_vite@2.8.0-beta.3
vite-plugin-html: 2.1.2_vite@2.8.0-beta.3
vite-plugin-imagemin: 0.5.2_vite@2.8.0-beta.3
vite-plugin-mkcert: 1.5.2
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.8.0-beta.2
vite-plugin-purge-icons: 0.7.0_vite@2.8.0-beta.2
vite-plugin-pwa: 0.11.13_vite@2.8.0-beta.2
vite-plugin-style-import: 1.4.1_vite@2.8.0-beta.2
vite-plugin-svg-icons: 1.1.0_vite@2.8.0-beta.2
vite-plugin-theme: 0.8.1_vite@2.8.0-beta.2
vite-plugin-vue-setup-extend: 0.3.0_vite@2.8.0-beta.2
vite-plugin-windicss: 1.6.3_vite@2.8.0-beta.2
vue-eslint-parser: 8.0.1_eslint@8.7.0
vue-tsc: 0.30.5_typescript@4.5.4
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.8.0-beta.3
vite-plugin-purge-icons: 0.7.0_vite@2.8.0-beta.3
vite-plugin-pwa: 0.11.13_vite@2.8.0-beta.3
vite-plugin-style-import: 1.4.1_vite@2.8.0-beta.3
vite-plugin-svg-icons: 1.1.0_vite@2.8.0-beta.3
vite-plugin-theme: 0.8.1_vite@2.8.0-beta.3
vite-plugin-vue-setup-extend: 0.3.0_vite@2.8.0-beta.3
vite-plugin-windicss: 1.6.3_vite@2.8.0-beta.3
vue-eslint-parser: 8.2.0_eslint@8.7.0
vue-tsc: 0.31.1_typescript@4.5.5
packages:
......@@ -251,7 +251,7 @@ packages:
resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==}
dev: false
/@ant-design/icons-vue/6.0.1_vue@3.2.27:
/@ant-design/icons-vue/6.0.1_vue@3.2.29:
resolution: {integrity: sha512-HigIgEVV6bbcrz2A92/qDzi/aKWB5EC6b6E1mxMB6aQA7ksiKY+gi4U94TpqyEIIhR23uaDrjufJ+xCZQ+vx6Q==}
peerDependencies:
vue: '>=3.0.3'
......@@ -260,7 +260,7 @@ packages:
'@ant-design/icons-svg': 4.2.1
'@types/lodash': 4.14.177
lodash: 4.17.21
vue: 3.2.27
vue: 3.2.29
dev: false
/@antfu/utils/0.4.0:
......@@ -1493,20 +1493,20 @@ packages:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
/@commitlint/cli/16.0.2_@types+node@17.0.9:
resolution: {integrity: sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==}
/@commitlint/cli/16.1.0_@types+node@17.0.10:
resolution: {integrity: sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==}
engines: {node: '>=v12'}
hasBin: true
dependencies:
'@commitlint/format': 16.0.0
'@commitlint/lint': 16.0.0
'@commitlint/load': 16.0.0_@types+node@17.0.9
'@commitlint/load': 16.1.0_@types+node@17.0.10
'@commitlint/read': 16.0.0
'@commitlint/types': 16.0.0
lodash: 4.17.21
resolve-from: 5.0.0
resolve-global: 1.0.0
yargs: 17.2.1
yargs: 17.3.1
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
......@@ -1520,8 +1520,8 @@ packages:
conventional-changelog-conventionalcommits: 4.6.1
dev: true
/@commitlint/config-validator/16.0.0:
resolution: {integrity: sha512-i80DGlo1FeC5jZpuoNV9NIjQN/m2dDV3jYGWg+1Wr+KldptkUHXj+6GY1Akll66lJ3D8s6aUGi3comPLHPtWHg==}
/@commitlint/config-validator/16.1.0:
resolution: {integrity: sha512-2cHeZPNTuf1JWbMqyA46MkExor5HMSgv8JrdmzEakUbJHUreh35/wN00FJf57qGs134exQW2thiSQ1IJUsVx2Q==}
engines: {node: '>=v12'}
dependencies:
'@commitlint/types': 16.0.0
......@@ -1567,20 +1567,20 @@ packages:
'@commitlint/types': 16.0.0
dev: true
/@commitlint/load/16.0.0_@types+node@17.0.9:
resolution: {integrity: sha512-7WhrGCkP6K/XfjBBguLkkI2XUdiiIyMGlNsSoSqgRNiD352EiffhFEApMy1/XOU+viwBBm/On0n5p0NC7e9/4A==}
/@commitlint/load/16.1.0_@types+node@17.0.10:
resolution: {integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==}
engines: {node: '>=v12'}
dependencies:
'@commitlint/config-validator': 16.0.0
'@commitlint/config-validator': 16.1.0
'@commitlint/execute-rule': 16.0.0
'@commitlint/resolve-extends': 16.0.0
'@commitlint/resolve-extends': 16.1.0
'@commitlint/types': 16.0.0
chalk: 4.1.2
cosmiconfig: 7.0.1
cosmiconfig-typescript-loader: 1.0.2_58ff8c2ecf784f4683a8548a58a2b611
cosmiconfig-typescript-loader: 1.0.2_9d6cd740eceb93d711351e2e9548d1bd
lodash: 4.17.21
resolve-from: 5.0.0
typescript: 4.5.4
typescript: 4.5.5
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
......@@ -1611,11 +1611,11 @@ packages:
git-raw-commits: 2.0.10
dev: true
/@commitlint/resolve-extends/16.0.0:
resolution: {integrity: sha512-Z/w9MAQUcxeawpCLtjmkVNXAXOmB2nhW+LYmHEZcx9O6UTauF/1+uuZ2/r0MtzTe1qw2JD+1QHVhEWYHVPlkdA==}
/@commitlint/resolve-extends/16.1.0:
resolution: {integrity: sha512-8182s6AFoUFX6+FT1PgQDt15nO2ogdR/EN8SYVAdhNXw1rLz8kT5saB/ICw567GuRAUgFTUMGCXy3ctMOXPEDg==}
engines: {node: '>=v12'}
dependencies:
'@commitlint/config-validator': 16.0.0
'@commitlint/config-validator': 16.1.0
'@commitlint/types': 16.0.0
import-fresh: 3.3.0
lodash: 4.17.21
......@@ -1734,8 +1734,8 @@ packages:
dependencies:
cross-fetch: 3.1.4
/@iconify/json/2.0.25:
resolution: {integrity: sha512-DQ4iRdMAXXdH3MwpNjlt3jtMfBCtiyKluY8p51XIR5AEznjPFa2v1AGDc77aKEKq9rFZwrWI8ristNVf4Vyr0g==}
/@iconify/json/2.0.28:
resolution: {integrity: sha512-zrmt8N90ipGMwvDSkUph3EzoIKtPma6ObSpnFsCYzG/0m66MWL9sTSGvjBVwtiCdO3/9wczAl96Xejh6bbQASQ==}
dependencies:
'@iconify/types': 1.0.12
pathe: 0.0.2
......@@ -1822,7 +1822,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
jest-message-util: 27.4.6
jest-util: 27.4.2
......@@ -1843,7 +1843,7 @@ packages:
'@jest/test-result': 27.4.6
'@jest/transform': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
......@@ -1880,7 +1880,7 @@ packages:
dependencies:
'@jest/fake-timers': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
jest-mock: 27.4.6
dev: true
......@@ -1890,7 +1890,7 @@ packages:
dependencies:
'@jest/types': 27.4.2
'@sinonjs/fake-timers': 8.1.0
'@types/node': 17.0.9
'@types/node': 17.0.10
jest-message-util: 27.4.6
jest-mock: 27.4.6
jest-util: 27.4.2
......@@ -1919,7 +1919,7 @@ packages:
'@jest/test-result': 27.4.6
'@jest/transform': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
......@@ -2003,7 +2003,7 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.3
'@types/istanbul-reports': 3.0.1
'@types/node': 17.0.9
'@types/node': 17.0.10
'@types/yargs': 16.0.4
chalk: 4.1.2
dev: true
......@@ -2358,20 +2358,20 @@ packages:
/@types/fs-extra/9.0.13:
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/glob/7.2.0:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
'@types/minimatch': 3.0.5
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/graceful-fs/4.1.5:
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/imagemin-gifsicle/7.0.1:
......@@ -2414,7 +2414,7 @@ packages:
/@types/imagemin/7.0.1:
resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/inquirer/8.1.3:
......@@ -2484,8 +2484,8 @@ packages:
resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==}
dev: true
/@types/node/17.0.9:
resolution: {integrity: sha512-5dNBXu/FOER+EXnyah7rn8xlNrfMOQb/qXnw4NQgLkCygKBKhdmF/CA5oXVOKZLBEahw8s2WP9LxIcN/oDDRgQ==}
/@types/node/17.0.10:
resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==}
dev: true
/@types/normalize-package-data/2.4.1:
......@@ -2507,7 +2507,7 @@ packages:
/@types/qrcode/1.4.2:
resolution: {integrity: sha512-7uNT9L4WQTNJejHTSTdaJhfBSCN73xtXaHFyBJ8TSwiLhe4PRuTue7Iph0s2nG9R/ifUaSnGhLUOZavlBEqDWQ==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/qs/6.9.7:
......@@ -2517,7 +2517,7 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/showdown/1.9.4:
......@@ -2539,7 +2539,7 @@ packages:
/@types/svgo/2.6.0:
resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/tern/0.23.4:
......@@ -2555,7 +2555,7 @@ packages:
/@types/through/0.0.30:
resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/@types/tinycolor2/1.4.3:
......@@ -2576,7 +2576,7 @@ packages:
'@types/yargs-parser': 20.2.1
dev: true
/@typescript-eslint/eslint-plugin/5.10.0_3b6b276e93ead7cf6063f183a5e18d1f:
/@typescript-eslint/eslint-plugin/5.10.0_706fb07ce74b1db611f19a02ad2ce784:
resolution: {integrity: sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2587,23 +2587,23 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/scope-manager': 5.10.0
'@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
'@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5
debug: 4.3.3
eslint: 8.7.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
semver: 7.3.5
tsutils: 3.21.0_typescript@4.5.4
typescript: 4.5.4
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/experimental-utils/5.8.1_eslint@8.7.0+typescript@4.5.4:
/@typescript-eslint/experimental-utils/5.8.1_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2612,7 +2612,7 @@ packages:
'@types/json-schema': 7.0.9
'@typescript-eslint/scope-manager': 5.8.1
'@typescript-eslint/types': 5.8.1
'@typescript-eslint/typescript-estree': 5.8.1_typescript@4.5.4
'@typescript-eslint/typescript-estree': 5.8.1_typescript@4.5.5
eslint: 8.7.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.7.0
......@@ -2621,7 +2621,7 @@ packages:
- typescript
dev: true
/@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.4:
/@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2633,10 +2633,10 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 5.10.0
'@typescript-eslint/types': 5.10.0
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5
debug: 4.3.3
eslint: 8.7.0
typescript: 4.5.4
typescript: 4.5.5
transitivePeerDependencies:
- supports-color
dev: true
......@@ -2657,7 +2657,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.8.1
dev: true
/@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.4:
/@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2667,11 +2667,11 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5
debug: 4.3.3
eslint: 8.7.0
tsutils: 3.21.0_typescript@4.5.4
typescript: 4.5.4
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
transitivePeerDependencies:
- supports-color
dev: true
......@@ -2686,7 +2686,7 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.4:
/@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.5:
resolution: {integrity: sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2701,13 +2701,13 @@ packages:
globby: 11.0.4
is-glob: 4.0.3
semver: 7.3.5
tsutils: 3.21.0_typescript@4.5.4
typescript: 4.5.4
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.4:
/@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.5:
resolution: {integrity: sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2722,13 +2722,13 @@ packages:
globby: 11.0.4
is-glob: 4.0.3
semver: 7.3.5
tsutils: 3.21.0_typescript@4.5.4
typescript: 4.5.4
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.4:
/@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
......@@ -2737,7 +2737,7 @@ packages:
'@types/json-schema': 7.0.9
'@typescript-eslint/scope-manager': 5.10.0
'@typescript-eslint/types': 5.10.0
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5
eslint: 8.7.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.7.0
......@@ -2762,7 +2762,7 @@ packages:
eslint-visitor-keys: 3.2.0
dev: true
/@vitejs/plugin-legacy/1.6.4_vite@2.8.0-beta.2:
/@vitejs/plugin-legacy/1.6.4_vite@2.8.0-beta.3:
resolution: {integrity: sha512-geH2F3hTRN++E4n9NZ0JFumxIWUKqW4FA9PAgM7Q6RvUOUUYW4tlURhEmCBYfZSN24H/yX3mEolX+wFVErsAYQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
......@@ -2773,7 +2773,7 @@ packages:
magic-string: 0.25.7
regenerator-runtime: 0.13.9
systemjs: 6.11.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
dev: true
/@vitejs/plugin-vue-jsx/1.3.3:
......@@ -2790,26 +2790,26 @@ packages:
- supports-color
dev: true
/@vitejs/plugin-vue/2.0.1_vite@2.8.0-beta.2+vue@3.2.27:
resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==}
/@vitejs/plugin-vue/2.1.0_vite@2.8.0-beta.3+vue@3.2.29:
resolution: {integrity: sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
vite: 2.8.0-beta.2_less@4.1.2
vue: 3.2.27
vite: 2.8.0-beta.3_less@4.1.2
vue: 3.2.29
dev: true
/@volar/code-gen/0.30.5:
resolution: {integrity: sha512-NOxmWWhy7mC7f4J11wetsWP93YBw86sFMWS+uO4yWhzaooDycX4wUe03MNOEZpynoaSZvi3WSbiLf8rLWHtW/A==}
/@volar/code-gen/0.31.1:
resolution: {integrity: sha512-HsUNJHBdq4vGxenYlREqtBNf1Gh5JV1GBkD703bcH8clauc7ADTkUrayfLAF2ulXP/U0l7dFL8C8bwqJ7PZbMw==}
dependencies:
'@volar/shared': 0.30.5
'@volar/source-map': 0.30.5
'@volar/shared': 0.31.1
'@volar/source-map': 0.31.1
dev: true
/@volar/html2pug/0.30.5:
resolution: {integrity: sha512-UBYlgb6w/2zf9a7/k8NauSuExTPwq4AsmypigchDl1l9EOdLqzq736JdlGi9e2llDEdBUbZZF/Ba8YUjSHJMbw==}
/@volar/html2pug/0.31.1:
resolution: {integrity: sha512-m/lbsz9t+zXx9HsuLH17Z/5nNtefv5qxncL8rycR+GaypHQKF5kg+GqQNOURMQ8T8lq2D6fNsGQOcMXoo3IqWQ==}
dependencies:
domelementtype: 2.2.0
domhandler: 4.3.0
......@@ -2817,38 +2817,38 @@ packages:
pug: 3.0.2
dev: true
/@volar/shared/0.30.5:
resolution: {integrity: sha512-fB8BIoCyKcK8D3hroIpn5vCTlxqvFv+R+ocV6fvbn/5Kgo/HW1MfcDf6wLgV6iX2WizRChmBHewSKD0GLyEyZQ==}
/@volar/shared/0.31.1:
resolution: {integrity: sha512-WbMiPOlXbpFinZnQ+/qsJQ7+YW6MFla2fLdD6Er5bLW5DEXI+GupLQ2gnia7F0w6QborMowfOIEXnrnMPPYGOA==}
dependencies:
upath: 2.0.1
vscode-html-languageservice: 4.2.1
vscode-jsonrpc: 8.0.0-next.4
vscode-uri: 3.0.2
vscode-jsonrpc: 8.0.0-next.5
vscode-uri: 3.0.3
dev: true
/@volar/source-map/0.30.5:
resolution: {integrity: sha512-zBmYuHZfYP67pfRiqRJQiifNEwSnn3F1Jew2+BRlf6gQwwDRrsEyzNN6Y3C9huoWPIIz+c3fQDZjnVsDW6JR6g==}
/@volar/source-map/0.31.1:
resolution: {integrity: sha512-t+bUmxI5bkunBxX6UYpBX6+xnYYJhpciL3Hqv0dkHSaS63kJqY13OhV/utmQMjto3b3FAbYLSVqpt09FtdTPzg==}
dependencies:
'@volar/shared': 0.30.5
'@volar/shared': 0.31.1
vscode-languageserver-textdocument: 1.0.3
dev: true
/@volar/transforms/0.30.5:
resolution: {integrity: sha512-/ek5qrXmYZTonehLN5RKTL4LyfcG28vcB/+YKx1rnp+WK8lGqOFmkj2PUiJH0ZHQ3ymuolfB549Xl0r1RCqKJQ==}
/@volar/transforms/0.31.1:
resolution: {integrity: sha512-O9rrGwCTzzsVFe06WOKUx7f9rkPg396ugWkMX6O0M15EF1a3ykqH7QX1uxVhFS0NwvWDnIeJYe7NG1uf1BwR+w==}
dependencies:
'@volar/shared': 0.30.5
vscode-languageserver-types: 3.17.0-next.5
'@volar/shared': 0.31.1
vscode-languageserver-types: 3.17.0-next.6
dev: true
/@volar/vue-code-gen/0.30.5:
resolution: {integrity: sha512-jeLwTVT2JAL/YcYO5NfwQENG7/BYT03suiylC6cHDdHO/AcMA28hmMlki2UNFNSizZj8U0WSnFzk9tp0SuuqlA==}
/@volar/vue-code-gen/0.31.1:
resolution: {integrity: sha512-MBMqhE+Z7xt2MSeQQA4ld0qx894gr5eLFWkTORdNoCbK8+02oB3yrZVr3T+i9jprjiV6svXKBoyk0RZ6YsgNqw==}
dependencies:
'@volar/code-gen': 0.30.5
'@volar/shared': 0.30.5
'@volar/source-map': 0.30.5
'@vue/compiler-core': 3.2.27
'@vue/compiler-dom': 3.2.27
'@vue/shared': 3.2.27
'@volar/code-gen': 0.31.1
'@volar/shared': 0.31.1
'@volar/source-map': 0.31.1
'@vue/compiler-core': 3.2.29
'@vue/compiler-dom': 3.2.29
'@vue/shared': 3.2.29
upath: 2.0.1
dev: true
......@@ -2884,39 +2884,39 @@ packages:
- supports-color
dev: true
/@vue/compiler-core/3.2.27:
resolution: {integrity: sha512-JyxAglSM/pb9paG5ZNuKrf5IUpzLzQA3khjWGF9oESELCLQlt6O3YyPMR2A69wIpYWrf5mScZ8YY8TJKOI/1kQ==}
/@vue/compiler-core/3.2.29:
resolution: {integrity: sha512-RePZ/J4Ub3sb7atQw6V6Rez+/5LCRHGFlSetT3N4VMrejqJnNPXKUt5AVm/9F5MJriy2w/VudEIvgscCfCWqxw==}
dependencies:
'@babel/parser': 7.16.6
'@vue/shared': 3.2.27
'@vue/shared': 3.2.29
estree-walker: 2.0.2
source-map: 0.6.1
/@vue/compiler-dom/3.2.27:
resolution: {integrity: sha512-NyQ7nEbopUBPUMHM4c3FPCbFbnQwptoPjW5Y5qfJ7hfiCNhOuhQsDNqi5JYKBxfpxiFNwjcN9F8t1AsnLrDloQ==}
/@vue/compiler-dom/3.2.29:
resolution: {integrity: sha512-y26vK5khdNS9L3ckvkqJk/78qXwWb75Ci8iYLb67AkJuIgyKhIOcR1E8RIt4mswlVCIeI9gQ+fmtdhaiTAtrBQ==}
dependencies:
'@vue/compiler-core': 3.2.27
'@vue/shared': 3.2.27
'@vue/compiler-core': 3.2.29
'@vue/shared': 3.2.29
/@vue/compiler-sfc/3.2.27:
resolution: {integrity: sha512-WyecUhLN5UAQAr2QlmG2nA56OEnhZJaBnSw0G1tazb9rwDuK0V9tnbIXbQgmQlx+x4sJxgg61yWGcIXfilTl3A==}
/@vue/compiler-sfc/3.2.29:
resolution: {integrity: sha512-X9+0dwsag2u6hSOP/XsMYqFti/edvYvxamgBgCcbSYuXx1xLZN+dS/GvQKM4AgGS4djqo0jQvWfIXdfZ2ET68g==}
dependencies:
'@babel/parser': 7.16.6
'@vue/compiler-core': 3.2.27
'@vue/compiler-dom': 3.2.27
'@vue/compiler-ssr': 3.2.27
'@vue/reactivity-transform': 3.2.27
'@vue/shared': 3.2.27
'@vue/compiler-core': 3.2.29
'@vue/compiler-dom': 3.2.29
'@vue/compiler-ssr': 3.2.29
'@vue/reactivity-transform': 3.2.29
'@vue/shared': 3.2.29
estree-walker: 2.0.2
magic-string: 0.25.7
postcss: 8.4.5
source-map: 0.6.1
/@vue/compiler-ssr/3.2.27:
resolution: {integrity: sha512-+l09t319iV7HVSrXfBw9OLwMZIPOFTXmHjZ61Bc5ZcwKqOYAR4uTurKpoXAfcSc5qs/q6WdE9jY3nrP0LUEMQQ==}
/@vue/compiler-ssr/3.2.29:
resolution: {integrity: sha512-LrvQwXlx66uWsB9/VydaaqEpae9xtmlUkeSKF6aPDbzx8M1h7ukxaPjNCAXuFd3fUHblcri8k42lfimHfzMICA==}
dependencies:
'@vue/compiler-dom': 3.2.27
'@vue/shared': 3.2.27
'@vue/compiler-dom': 3.2.29
'@vue/shared': 3.2.29
/@vue/devtools-api/6.0.0-beta.20.1:
resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==}
......@@ -2926,58 +2926,58 @@ packages:
resolution: {integrity: sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==}
dev: false
/@vue/reactivity-transform/3.2.27:
resolution: {integrity: sha512-67//61ObGxGnVrPhjygocb24eYUh+TFMhkm7szm8v5XdKXjkNl7qgIOflwGvUnwuIRJmr9nZ7+PvY0fL+H2upA==}
/@vue/reactivity-transform/3.2.29:
resolution: {integrity: sha512-YF6HdOuhdOw6KyRm59+3rML8USb9o8mYM1q+SH0G41K3/q/G7uhPnHGKvspzceD7h9J3VR1waOQ93CUZj7J7OA==}
dependencies:
'@babel/parser': 7.16.6
'@vue/compiler-core': 3.2.27
'@vue/shared': 3.2.27
'@vue/compiler-core': 3.2.29
'@vue/shared': 3.2.29
estree-walker: 2.0.2
magic-string: 0.25.7
/@vue/reactivity/3.2.27:
resolution: {integrity: sha512-QPfIQEJidRGIu/mPexhcB4csp1LEg2Nr+/QE72MnXs/OYDtFErhC9FxIyymkxp/xvAgL5wsnSOuDD6zWF42vRQ==}
/@vue/reactivity/3.2.29:
resolution: {integrity: sha512-Ryhb6Gy62YolKXH1gv42pEqwx7zs3n8gacRVZICSgjQz8Qr8QeCcFygBKYfJm3o1SccR7U+bVBQDWZGOyG1k4g==}
dependencies:
'@vue/shared': 3.2.27
'@vue/shared': 3.2.29
/@vue/runtime-core/3.2.27:
resolution: {integrity: sha512-NJrjuViHJyrT4bwIocbE4XDaDlA1Pj61pQlneZZdFEvgdMLlhzCCiJ4WZnWcohYQeisUAZjEFKK8GjQieDPFbw==}
/@vue/runtime-core/3.2.29:
resolution: {integrity: sha512-VMvQuLdzoTGmCwIKTKVwKmIL0qcODIqe74JtK1pVr5lnaE0l25hopodmPag3RcnIcIXe+Ye3B2olRCn7fTCgig==}
dependencies:
'@vue/reactivity': 3.2.27
'@vue/shared': 3.2.27
'@vue/reactivity': 3.2.29
'@vue/shared': 3.2.29
dev: false
/@vue/runtime-dom/3.2.27:
resolution: {integrity: sha512-tlnKkvBSkV7MPUp/wRFsYcv67U1rUeZTPfpPzq5Kpmw5NNGkY6J075fFBH2k0MNxDucXS+qfStNrxAyGTUMkSA==}
/@vue/runtime-dom/3.2.29:
resolution: {integrity: sha512-YJgLQLwr+SQyORzTsBQLL5TT/5UiV83tEotqjL7F9aFDIQdFBTCwpkCFvX9jqwHoyi9sJqM9XtTrMcc8z/OjPA==}
dependencies:
'@vue/runtime-core': 3.2.27
'@vue/shared': 3.2.27
'@vue/runtime-core': 3.2.29
'@vue/shared': 3.2.29
csstype: 2.6.19
dev: false
/@vue/server-renderer/3.2.27_vue@3.2.27:
resolution: {integrity: sha512-dZnzkFCDe6A/GIe/F1LcG6lWpprHVh62DjTv8wubtkHwfJWOmOeHp+KvPDRrswL/L3ghsm+E31xY+pvkgM3pbQ==}
/@vue/server-renderer/3.2.29_vue@3.2.29:
resolution: {integrity: sha512-lpiYx7ciV7rWfJ0tPkoSOlLmwqBZ9FTmQm33S+T4g0j1fO/LmhJ9b9Ctl1o5xvIFVDk9QkSUWANZn7H2pXuxVw==}
peerDependencies:
vue: 3.2.27
vue: 3.2.29
dependencies:
'@vue/compiler-ssr': 3.2.27
'@vue/shared': 3.2.27
vue: 3.2.27
'@vue/compiler-ssr': 3.2.29
'@vue/shared': 3.2.29
vue: 3.2.29
dev: false
/@vue/shared/3.2.27:
resolution: {integrity: sha512-rpAn9k6O08Lvo7ekBIAnkOukX/4EsEQLPrRJBKhIEasMsOI5eX0f6mq1sDUSY7cgAqWw2d7QtP74CWxdXoyKxA==}
/@vue/shared/3.2.29:
resolution: {integrity: sha512-BjNpU8OK6Z0LVzGUppEk0CMYm/hKDnZfYdjSmPOs0N+TR1cLKJAkDwW8ASZUvaaSLEi6d3hVM7jnWnX+6yWnHw==}
/@vue/test-utils/2.0.0-rc.18_vue@3.2.27:
/@vue/test-utils/2.0.0-rc.18_vue@3.2.29:
resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==}
peerDependencies:
vue: ^3.0.1
dependencies:
vue: 3.2.27
vue: 3.2.29
dev: true
/@vueuse/core/7.5.3_vue@3.2.27:
resolution: {integrity: sha512-D9j5ymHFMFRXQqCp0yZJkf/bvBGiz0MrKUa364p+L8dMyd5zyq2K1JmHyvoBd4xbTFRfmQ1h878u6YE5LCkDVQ==}
/@vueuse/core/7.5.4_vue@3.2.29:
resolution: {integrity: sha512-PKmyHN2lZuttGgKmsoMMqiSojSYYKraszilP0gpQIGcLt2YoLABaG3VFjdPs2tY6DM+HG3o70HuzOMEQCY8fqQ==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
......@@ -2987,13 +2987,13 @@ packages:
vue:
optional: true
dependencies:
'@vueuse/shared': 7.5.3_vue@3.2.27
vue: 3.2.27
vue-demi: 0.12.1_vue@3.2.27
'@vueuse/shared': 7.5.4_vue@3.2.29
vue: 3.2.29
vue-demi: 0.12.1_vue@3.2.29
dev: false
/@vueuse/shared/7.5.3_vue@3.2.27:
resolution: {integrity: sha512-BJ71cxHN5VByW1S58Gl85NFJaQu93F7Vs7K/MuAKsIIuHm9PBbkR5Vxkg9ko9cBdiKVt+FNoo13BhdbA+Vwycg==}
/@vueuse/shared/7.5.4_vue@3.2.29:
resolution: {integrity: sha512-750RnGUEgg1+K4jGVkv7M5UOStAa/IjAInV6BugyBOvRYL2l1lcIDUi4V/qIKTlhd2oUAByCEnlqIpFD2a3tfw==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
......@@ -3003,8 +3003,8 @@ packages:
vue:
optional: true
dependencies:
vue: 3.2.27
vue-demi: 0.12.1_vue@3.2.27
vue: 3.2.29
vue-demi: 0.12.1_vue@3.2.29
dev: false
/@windicss/config/1.6.3:
......@@ -3054,14 +3054,6 @@ packages:
acorn-walk: 7.2.0
dev: true
/acorn-jsx/5.3.2_acorn@8.6.0:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
acorn: 8.6.0
dev: true
/acorn-jsx/5.3.2_acorn@8.7.0:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
......@@ -3215,17 +3207,17 @@ packages:
engines: {node: '>=12'}
dev: true
/ant-design-vue/3.0.0-beta.7_1d3c0f59c01af099101b44516eefc99f:
resolution: {integrity: sha512-8ay9+AnleifI/Ji6DnbrBku1kwo3fPjNrxyqsBAfe573T4gML9AVpX2/CaJgc41ID9liJdNV8fChgVEckeVb1A==}
/ant-design-vue/3.0.0-beta.8_7b9c5f8a4a835fb1fc33e1e095e7e31c:
resolution: {integrity: sha512-3fgfg0pfIqvQ7VN5nKKZayqMH8V1T8nn+e3hWOz6QYdYa7gNydgm5GH+r8ZyhQitkmiAIYXbNDakcqrUdOPXOA==}
peerDependencies:
'@vue/compiler-sfc': '>=3.1.0'
vue: '>=3.1.0'
dependencies:
'@ant-design/colors': 6.0.0
'@ant-design/icons-vue': 6.0.1_vue@3.2.27
'@ant-design/icons-vue': 6.0.1_vue@3.2.29
'@babel/runtime': 7.16.3
'@simonwep/pickr': 1.8.2
'@vue/compiler-sfc': 3.2.27
'@vue/compiler-sfc': 3.2.29
array-tree-filter: 2.1.0
async-validator: 4.0.7
dayjs: 1.10.7
......@@ -3236,8 +3228,8 @@ packages:
resize-observer-polyfill: 1.5.1
scroll-into-view-if-needed: 2.2.28
shallow-equal: 1.2.1
vue: 3.2.27
vue-types: 3.0.2_vue@3.2.27
vue: 3.2.29
vue-types: 3.0.2_vue@3.2.29
warning: 4.0.3
dev: false
......@@ -3377,7 +3369,7 @@ packages:
/axios/0.21.4_debug@4.3.2:
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
dependencies:
follow-redirects: 1.14.5_debug@4.3.2
follow-redirects: 1.14.7_debug@4.3.2
transitivePeerDependencies:
- debug
dev: true
......@@ -3385,15 +3377,15 @@ packages:
/axios/0.21.4_debug@4.3.3:
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
dependencies:
follow-redirects: 1.14.5
follow-redirects: 1.14.7
transitivePeerDependencies:
- debug
dev: true
/axios/0.24.0:
resolution: {integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==}
/axios/0.25.0:
resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
dependencies:
follow-redirects: 1.14.5
follow-redirects: 1.14.7
transitivePeerDependencies:
- debug
dev: false
......@@ -4064,8 +4056,8 @@ packages:
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
dev: true
/codemirror/5.65.0:
resolution: {integrity: sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw==}
/codemirror/5.65.1:
resolution: {integrity: sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==}
dev: false
/codepage/1.15.0:
......@@ -4130,13 +4122,13 @@ packages:
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
engines: {node: '>= 12'}
/commitizen/4.2.4_@types+node@17.0.9:
/commitizen/4.2.4_@types+node@17.0.10:
resolution: {integrity: sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==}
engines: {node: '>= 10'}
hasBin: true
dependencies:
cachedir: 2.2.0
cz-conventional-changelog: 3.2.0_@types+node@17.0.9
cz-conventional-changelog: 3.2.0_@types+node@17.0.10
dedent: 0.7.0
detect-indent: 6.0.0
find-node-modules: 2.1.2
......@@ -4424,17 +4416,17 @@ packages:
vary: 1.1.2
dev: true
/cosmiconfig-typescript-loader/1.0.2_58ff8c2ecf784f4683a8548a58a2b611:
/cosmiconfig-typescript-loader/1.0.2_9d6cd740eceb93d711351e2e9548d1bd:
resolution: {integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
'@types/node': '*'
typescript: '>=3'
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
cosmiconfig: 7.0.1
ts-node: 10.4.0_58ff8c2ecf784f4683a8548a58a2b611
typescript: 4.5.4
ts-node: 10.4.0_9d6cd740eceb93d711351e2e9548d1bd
typescript: 4.5.5
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
......@@ -4591,18 +4583,18 @@ packages:
logalot: 2.1.0
dev: true
/cz-conventional-changelog/3.2.0_@types+node@17.0.9:
/cz-conventional-changelog/3.2.0_@types+node@17.0.10:
resolution: {integrity: sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==}
engines: {node: '>= 10'}
dependencies:
chalk: 2.4.2
commitizen: 4.2.4_@types+node@17.0.9
commitizen: 4.2.4_@types+node@17.0.10
conventional-commit-types: 3.0.0
lodash.map: 4.6.0
longest: 2.0.1
word-wrap: 1.2.3
optionalDependencies:
'@commitlint/load': 16.0.0_@types+node@17.0.9
'@commitlint/load': 16.1.0_@types+node@17.0.10
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
......@@ -5131,7 +5123,7 @@ packages:
is-shared-array-buffer: 1.0.1
is-string: 1.0.7
is-weakref: 1.0.1
object-inspect: 1.11.0
object-inspect: 1.12.0
object-keys: 1.1.1
object.assign: 4.1.2
string.prototype.trimend: 1.0.4
......@@ -5448,13 +5440,13 @@ packages:
dev: true
optional: true
/esbuild-node-loader/0.6.3_typescript@4.5.4:
/esbuild-node-loader/0.6.3_typescript@4.5.5:
resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==}
peerDependencies:
typescript: ^4.0
dependencies:
esbuild: 0.13.15
typescript: 4.5.4
typescript: 4.5.5
dev: true
/esbuild-openbsd-64/0.13.15:
......@@ -5721,12 +5713,12 @@ packages:
eslint: 8.7.0
dev: true
/eslint-define-config/1.2.2:
resolution: {integrity: sha512-xZpBJNM5UGKyBGvOySj8B7vUjgqITf3Ga27FdrbaoitfiTT9G1qVh1fBuz8Y1DkG5MpyxtTPyV6s0rpMGMSgDA==}
engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'}
/eslint-define-config/1.2.3:
resolution: {integrity: sha512-etSYUjXbFzj6SnHV2Abmc2z4yVTMlGiK0WwLvqS5QxFsuRZrgpZPIk6wTAc+R8dDuISWcw07MK6x2OcqDgUFpA==}
engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.27.1'}
dev: true
/eslint-plugin-jest/25.7.0_044a69ce56423e5a462f0eb0c643b7d7:
/eslint-plugin-jest/25.7.0_1574ebe5e21fa470f10dd6fc73394c58:
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
peerDependencies:
......@@ -5739,8 +5731,8 @@ packages:
jest:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.10.0_3b6b276e93ead7cf6063f183a5e18d1f
'@typescript-eslint/experimental-utils': 5.8.1_eslint@8.7.0+typescript@4.5.4
'@typescript-eslint/eslint-plugin': 5.10.0_706fb07ce74b1db611f19a02ad2ce784
'@typescript-eslint/experimental-utils': 5.8.1_eslint@8.7.0+typescript@4.5.5
eslint: 8.7.0
jest: 27.4.7_ts-node@10.4.0
transitivePeerDependencies:
......@@ -5775,7 +5767,7 @@ packages:
eslint-utils: 3.0.0_eslint@8.7.0
natural-compare: 1.4.0
semver: 7.3.5
vue-eslint-parser: 8.0.1_eslint@8.7.0
vue-eslint-parser: 8.2.0_eslint@8.7.0
transitivePeerDependencies:
- supports-color
dev: true
......@@ -5788,14 +5780,6 @@ packages:
estraverse: 4.3.0
dev: true
/eslint-scope/6.0.0:
resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
dev: true
/eslint-scope/7.1.0:
resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
......@@ -5819,11 +5803,6 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-visitor-keys/3.1.0:
resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/eslint-visitor-keys/3.2.0:
resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
......@@ -5873,28 +5852,19 @@ packages:
- supports-color
dev: true
/esno/0.14.0_typescript@4.5.4:
/esno/0.14.0_typescript@4.5.5:
resolution: {integrity: sha512-KEij9fDbMSO+WxwZRZRXWRxSpd48tXKF1VUW8dPUezN7VbUM6jKUXBrYY3CAbnkVfHzEbD8RWkapCYwc+ZaYoA==}
hasBin: true
dependencies:
cross-spawn: 7.0.3
esbuild: 0.14.8
esbuild-node-loader: 0.6.3_typescript@4.5.4
esbuild-node-loader: 0.6.3_typescript@4.5.5
esbuild-register: 3.2.1_esbuild@0.14.8
import-meta-resolve: 1.1.1
transitivePeerDependencies:
- typescript
dev: true
/espree/9.1.0:
resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.6.0
acorn-jsx: 5.3.2_acorn@8.6.0
eslint-visitor-keys: 3.1.0
dev: true
/espree/9.3.0:
resolution: {integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
......@@ -6383,8 +6353,8 @@ packages:
resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==}
dev: true
/follow-redirects/1.14.5:
resolution: {integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==}
/follow-redirects/1.14.7:
resolution: {integrity: sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
......@@ -6392,8 +6362,8 @@ packages:
debug:
optional: true
/follow-redirects/1.14.5_debug@4.3.2:
resolution: {integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==}
/follow-redirects/1.14.7_debug@4.3.2:
resolution: {integrity: sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
......@@ -6735,7 +6705,7 @@ packages:
'@types/glob': 7.2.0
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.7
fast-glob: 3.2.11
glob: 7.2.0
ignore: 5.2.0
merge2: 1.4.1
......@@ -6754,6 +6724,18 @@ packages:
slash: 3.0.0
dev: true
/globby/11.1.0:
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.11
ignore: 5.2.0
merge2: 1.4.1
slash: 3.0.0
dev: true
/globjoin/0.1.4:
resolution: {integrity: sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=}
dev: true
......@@ -7722,7 +7704,7 @@ packages:
'@jest/environment': 27.4.6
'@jest/test-result': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
......@@ -7803,7 +7785,7 @@ packages:
micromatch: 4.0.4
pretty-format: 27.4.6
slash: 3.0.0
ts-node: 10.4.0_58ff8c2ecf784f4683a8548a58a2b611
ts-node: 10.4.0_9d6cd740eceb93d711351e2e9548d1bd
transitivePeerDependencies:
- bufferutil
- canvas
......@@ -7856,7 +7838,7 @@ packages:
'@jest/environment': 27.4.6
'@jest/fake-timers': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
jest-mock: 27.4.6
jest-util: 27.4.2
jsdom: 16.7.0
......@@ -7874,7 +7856,7 @@ packages:
'@jest/environment': 27.4.6
'@jest/fake-timers': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
jest-mock: 27.4.6
jest-util: 27.4.2
dev: true
......@@ -7890,7 +7872,7 @@ packages:
dependencies:
'@jest/types': 27.4.2
'@types/graceful-fs': 4.1.5
'@types/node': 17.0.9
'@types/node': 17.0.10
anymatch: 3.1.2
fb-watchman: 2.0.1
graceful-fs: 4.2.8
......@@ -7912,7 +7894,7 @@ packages:
'@jest/source-map': 27.4.0
'@jest/test-result': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
co: 4.6.0
expect: 27.4.6
......@@ -7967,7 +7949,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
dev: true
/jest-pnp-resolver/1.2.2_jest-resolve@27.4.6:
......@@ -8023,7 +8005,7 @@ packages:
'@jest/test-result': 27.4.6
'@jest/transform': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
emittery: 0.8.1
exit: 0.1.2
......@@ -8081,7 +8063,7 @@ packages:
resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
graceful-fs: 4.2.8
dev: true
......@@ -8120,7 +8102,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
chalk: 4.1.2
ci-info: 3.3.0
graceful-fs: 4.2.8
......@@ -8145,7 +8127,7 @@ packages:
dependencies:
'@jest/test-result': 27.4.6
'@jest/types': 27.4.2
'@types/node': 17.0.9
'@types/node': 17.0.10
ansi-escapes: 4.3.2
chalk: 4.1.2
jest-util: 27.4.2
......@@ -8156,7 +8138,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
......@@ -8165,7 +8147,7 @@ packages:
resolution: {integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==}
engines: {node: '>= 10.13.0'}
dependencies:
'@types/node': 17.0.9
'@types/node': 17.0.10
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
......@@ -8478,8 +8460,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/lint-staged/12.1.7:
resolution: {integrity: sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==}
/lint-staged/12.3.1:
resolution: {integrity: sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
......@@ -8489,7 +8471,7 @@ packages:
debug: 4.3.3_supports-color@9.2.1
execa: 5.1.1
lilconfig: 2.0.4
listr2: 3.13.5
listr2: 4.0.1
micromatch: 4.0.4
normalize-path: 3.0.0
object-inspect: 1.12.0
......@@ -8500,9 +8482,9 @@ packages:
- enquirer
dev: true
/listr2/3.13.5:
resolution: {integrity: sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==}
engines: {node: '>=10.0.0'}
/listr2/4.0.1:
resolution: {integrity: sha512-D65Nl+zyYHL2jQBGmxtH/pU8koPZo5C8iCNE8EoB04RwPgQG1wuaKwVbeZv9LJpiH4Nxs0FCp+nNcG8OqpniiA==}
engines: {node: '>=12'}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
peerDependenciesMeta:
......@@ -8514,7 +8496,7 @@ packages:
log-update: 4.0.0
p-map: 4.0.0
rfdc: 1.3.0
rxjs: 7.4.0
rxjs: 7.5.2
through: 2.3.8
wrap-ansi: 7.0.0
dev: true
......@@ -9614,7 +9596,7 @@ packages:
engines: {node: '>=6'}
dev: true
/pinia/2.0.9_typescript@4.5.4+vue@3.2.27:
/pinia/2.0.9_typescript@4.5.5+vue@3.2.29:
resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==}
peerDependencies:
'@vue/composition-api': ^1.4.0
......@@ -9627,9 +9609,9 @@ packages:
optional: true
dependencies:
'@vue/devtools-api': 6.0.0-beta.21.1
typescript: 4.5.4
vue: 3.2.27
vue-demi: 0.12.1_vue@3.2.27
typescript: 4.5.5
vue: 3.2.29
vue-demi: 0.12.1_vue@3.2.29
dev: false
/pinkie-promise/2.0.1:
......@@ -9718,8 +9700,8 @@ packages:
postcss: 8.4.5
dev: true
/postcss-selector-parser/6.0.8:
resolution: {integrity: sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==}
/postcss-selector-parser/6.0.9:
resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==}
engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
......@@ -9734,10 +9716,6 @@ packages:
postcss: 8.4.5
dev: true
/postcss-value-parser/4.1.0:
resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==}
dev: true
/postcss-value-parser/4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
dev: true
......@@ -10448,6 +10426,12 @@ packages:
tslib: 2.1.0
dev: true
/rxjs/7.5.2:
resolution: {integrity: sha512-PwDt186XaL3QN5qXj/H9DGyHhP3/RYYgZZwqBv9Tv8rsAaiwFH1IsJJlcgD37J7UW5a6O67qX0KWKS3/pu0m4w==}
dependencies:
tslib: 2.3.1
dev: true
/safe-buffer/5.1.2:
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
dev: true
......@@ -11062,7 +11046,7 @@ packages:
resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=}
dev: true
/stylelint-config-html/1.0.0_2d1bcf73d0f2e8e613ccd6d821b0344f:
/stylelint-config-html/1.0.0_387acde72b94c028532b3c9cd4a4cddd:
resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==}
engines: {node: ^12 || >=14}
peerDependencies:
......@@ -11070,48 +11054,48 @@ packages:
stylelint: '>=14.0.0'
dependencies:
postcss-html: 1.3.0
stylelint: 14.2.0
stylelint: 14.3.0
dev: true
/stylelint-config-prettier/9.0.3_stylelint@14.2.0:
/stylelint-config-prettier/9.0.3_stylelint@14.3.0:
resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==}
engines: {node: '>= 12'}
hasBin: true
peerDependencies:
stylelint: '>=11.0.0'
dependencies:
stylelint: 14.2.0
stylelint: 14.3.0
dev: true
/stylelint-config-recommended/6.0.0_stylelint@14.2.0:
/stylelint-config-recommended/6.0.0_stylelint@14.3.0:
resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==}
peerDependencies:
stylelint: ^14.0.0
dependencies:
stylelint: 14.2.0
stylelint: 14.3.0
dev: true
/stylelint-config-standard/24.0.0_stylelint@14.2.0:
/stylelint-config-standard/24.0.0_stylelint@14.3.0:
resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==}
peerDependencies:
stylelint: ^14.0.0
dependencies:
stylelint: 14.2.0
stylelint-config-recommended: 6.0.0_stylelint@14.2.0
stylelint: 14.3.0
stylelint-config-recommended: 6.0.0_stylelint@14.3.0
dev: true
/stylelint-order/5.0.0_stylelint@14.2.0:
/stylelint-order/5.0.0_stylelint@14.3.0:
resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==}
peerDependencies:
stylelint: ^14.0.0
dependencies:
postcss: 8.4.5
postcss-sorting: 7.0.1_postcss@8.4.5
stylelint: 14.2.0
stylelint: 14.3.0
dev: true
/stylelint/14.2.0:
resolution: {integrity: sha512-i0DrmDXFNpDsWiwx6SPRs4/pyw4kvZgqpDGvsTslQMY7hpUl6r33aQvNSn6cnTg2wtZ9rreFElI7XAKpOWi1vQ==}
/stylelint/14.3.0:
resolution: {integrity: sha512-PZXSwtJe4f4qBPWBwAbHL0M0Qjrv8iHN+cLpUNsffaVMS3YzpDDRI73+2lsqLAYfQEzxRwpll6BDKImREbpHWA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
......@@ -11120,12 +11104,12 @@ packages:
cosmiconfig: 7.0.1
debug: 4.3.3
execall: 2.0.0
fast-glob: 3.2.7
fast-glob: 3.2.11
fastest-levenshtein: 1.0.12
file-entry-cache: 6.0.1
get-stdin: 8.0.0
global-modules: 2.0.0
globby: 11.0.4
globby: 11.1.0
globjoin: 0.1.4
html-tags: 3.1.0
ignore: 5.2.0
......@@ -11143,17 +11127,18 @@ packages:
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-safe-parser: 6.0.0_postcss@8.4.5
postcss-selector-parser: 6.0.8
postcss-value-parser: 4.1.0
postcss-selector-parser: 6.0.9
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
specificity: 0.4.1
string-width: 4.2.3
strip-ansi: 6.0.1
style-search: 0.1.0
supports-hyperlinks: 2.2.0
svg-tags: 1.0.0
table: 6.7.5
table: 6.8.0
v8-compile-cache: 2.3.0
write-file-atomic: 3.0.3
write-file-atomic: 4.0.0
transitivePeerDependencies:
- supports-color
dev: true
......@@ -11248,8 +11233,8 @@ packages:
resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==}
dev: true
/table/6.7.5:
resolution: {integrity: sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw==}
/table/6.8.0:
resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==}
engines: {node: '>=10.0.0'}
dependencies:
ajv: 8.8.2
......@@ -11482,7 +11467,7 @@ packages:
escape-string-regexp: 1.0.5
dev: true
/ts-jest/27.1.3_9364f2ad0b7b67f00a4d081c662c6871:
/ts-jest/27.1.3_a7e53b5e5b59e71a0fd4d8cf128393d5:
resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
hasBin: true
......@@ -11512,11 +11497,11 @@ packages:
lodash.memoize: 4.1.2
make-error: 1.3.6
semver: 7.3.5
typescript: 4.5.4
typescript: 4.5.5
yargs-parser: 20.2.9
dev: true
/ts-node/10.4.0_58ff8c2ecf784f4683a8548a58a2b611:
/ts-node/10.4.0_9d6cd740eceb93d711351e2e9548d1bd:
resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==}
hasBin: true
peerDependencies:
......@@ -11535,14 +11520,14 @@ packages:
'@tsconfig/node12': 1.0.9
'@tsconfig/node14': 1.0.1
'@tsconfig/node16': 1.0.2
'@types/node': 17.0.9
'@types/node': 17.0.10
acorn: 8.6.0
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
typescript: 4.5.4
typescript: 4.5.5
yn: 3.1.1
dev: true
......@@ -11562,14 +11547,14 @@ packages:
resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==}
dev: true
/tsutils/3.21.0_typescript@4.5.4:
/tsutils/3.21.0_typescript@4.5.5:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
typescript: 4.5.4
typescript: 4.5.5
dev: true
/tunnel-agent/0.6.0:
......@@ -11638,8 +11623,12 @@ packages:
is-typedarray: 1.0.0
dev: true
/typescript/4.5.4:
resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==}
/typedarray-to-buffer/4.0.0:
resolution: {integrity: sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==}
dev: true
/typescript/4.5.5:
resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
......@@ -11832,13 +11821,13 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/vditor/3.8.10:
resolution: {integrity: sha512-n15aA9cgcE52EJgW357HX9oFSAAiFFwICwpjDYrZPHZhVKdrdpbG3GBBYUzyiqRvLtD3LPET1IBaHGiF+8dO6g==}
/vditor/3.8.11:
resolution: {integrity: sha512-nwS2TLgu3DnHdfxcjnUESg/qbnYU0YR9YAvn2IKBK/F36h4k1BMqjsfEQqE4TL2RH5RGIapcQfAdJ9xF1iQNWw==}
dependencies:
diff-match-patch: 1.0.5
dev: false
/vite-plugin-compression/0.4.0_vite@2.8.0-beta.2:
/vite-plugin-compression/0.4.0_vite@2.8.0-beta.3:
resolution: {integrity: sha512-CGC8DfIey0k4S4o54ylwFIzT1Mjb9s7cMmlXj6DMM1MZZIeWFjPCJc6YZWjnnS28ul3r7R1nmihvYvGg/lOYsQ==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11846,12 +11835,12 @@ packages:
chalk: 4.1.2
debug: 4.3.3
fs-extra: 10.0.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-html/2.1.2_vite@2.8.0-beta.2:
/vite-plugin-html/2.1.2_vite@2.8.0-beta.3:
resolution: {integrity: sha512-7HXkL6n7M2qDEaUV4Vnz8yM2glW4gV36d5HSBIM5gOoAG1PkuQb4Vv9FTPgPiQxq4sPRf/6IgABX0MeLVW+CyQ==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11862,13 +11851,13 @@ packages:
ejs: 3.1.6
fs-extra: 10.0.0
html-minifier-terser: 6.1.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- acorn
dev: true
/vite-plugin-imagemin/0.5.1_vite@2.8.0-beta.2:
resolution: {integrity: sha512-V/o/JWZZEPHOJLyhyx9a9Q9svAi91KQqXC78vMrRng1ZRMMnEn85PDlb264407WVlI7hZv2fW3p08SoSfZbyTA==}
/vite-plugin-imagemin/0.5.2_vite@2.8.0-beta.3:
resolution: {integrity: sha512-uJtxWkJIyYS7qjKZmeuHkQonyCcHdHCJWz2y/FX8Xeor7PkkCCrR2v7pIeeGRHhutTs2uROo8nVeq0J0XFTHmQ==}
peerDependencies:
vite: '>=2.0.0'
dependencies:
......@@ -11893,7 +11882,7 @@ packages:
imagemin-svgo: 9.0.0
imagemin-webp: 6.0.0
jpegtran-bin: 6.0.1
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
......@@ -11909,7 +11898,7 @@ packages:
- supports-color
dev: true
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.8.0-beta.2:
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.8.0-beta.3:
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
engines: {node: '>=12.0.0'}
peerDependencies:
......@@ -11926,13 +11915,13 @@ packages:
fast-glob: 3.2.7
mockjs: 1.1.0
path-to-regexp: 6.2.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- rollup
- supports-color
dev: true
/vite-plugin-purge-icons/0.7.0_vite@2.8.0-beta.2:
/vite-plugin-purge-icons/0.7.0_vite@2.8.0-beta.3:
resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==}
engines: {node: '>= 12'}
peerDependencies:
......@@ -11941,12 +11930,12 @@ packages:
'@purge-icons/core': 0.7.0
'@purge-icons/generated': 0.7.0
rollup-plugin-purge-icons: 0.7.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-pwa/0.11.13_vite@2.8.0-beta.2:
/vite-plugin-pwa/0.11.13_vite@2.8.0-beta.3:
resolution: {integrity: sha512-Ssj14m3TRVLfkFEAWSMcFE2d1cSdEZyrVTzfY2lSL+umHYvcIFHVDAY143sygtBCb44OPczsAOmWwBTxwOvh7g==}
peerDependencies:
vite: ^2.0.0
......@@ -11955,7 +11944,7 @@ packages:
fast-glob: 3.2.7
pretty-bytes: 5.6.0
rollup: 2.60.1
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
workbox-build: 6.4.2
workbox-window: 6.4.2
transitivePeerDependencies:
......@@ -11964,7 +11953,7 @@ packages:
- supports-color
dev: true
/vite-plugin-style-import/1.4.1_vite@2.8.0-beta.2:
/vite-plugin-style-import/1.4.1_vite@2.8.0-beta.3:
resolution: {integrity: sha512-lJCRvm7+So0hHdnSJiJPg9gD5mxtL6YY0jmhEph+k7ArpsyvqOh6han2kG5htbWWDZxHkUN9d1BuTFL//yCLLQ==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11975,12 +11964,12 @@ packages:
es-module-lexer: 0.9.3
fs-extra: 10.0.0
magic-string: 0.25.7
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-svg-icons/1.1.0_vite@2.8.0-beta.2:
/vite-plugin-svg-icons/1.1.0_vite@2.8.0-beta.3:
resolution: {integrity: sha512-dmpr7Wq8vQN6ajBrVTrBxy8wJjQfcP30i73q+40uAZc8p7EwphBNZ+bVTI0enFaCrsITI8y0Ruo/mN/SaJQ6Hw==}
peerDependencies:
vite: '>=2.0.0'
......@@ -11992,12 +11981,12 @@ packages:
fs-extra: 10.0.0
svg-baker: 1.7.0
svgo: 2.8.0
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-theme/0.8.1_vite@2.8.0-beta.2:
/vite-plugin-theme/0.8.1_vite@2.8.0-beta.3:
resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==}
peerDependencies:
vite: '>=2.0.0-beta.49'
......@@ -12010,22 +11999,22 @@ packages:
esbuild: 0.11.23
esbuild-plugin-alias: 0.1.2
tinycolor2: 1.4.2
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-vue-setup-extend/0.3.0_vite@2.8.0-beta.2:
/vite-plugin-vue-setup-extend/0.3.0_vite@2.8.0-beta.3:
resolution: {integrity: sha512-9Nd7Bj4TftB2CoOAD2ZI4cHLW5zjKMF3LNihWbrnAPx3nuGBn33tM9SVUGBVjBB6uv1mGAPavwKCTU0xAD8qhw==}
peerDependencies:
vite: '>=2.0.0'
dependencies:
'@vue/compiler-sfc': 3.2.27
'@vue/compiler-sfc': 3.2.29
magic-string: 0.25.7
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
dev: true
/vite-plugin-windicss/1.6.3_vite@2.8.0-beta.2:
/vite-plugin-windicss/1.6.3_vite@2.8.0-beta.3:
resolution: {integrity: sha512-D4fEUcAPoLRLdDZMee8NrHZHmn0Qj7AjSg1xNGBnZsMTwRPj93NKZk0fIIUoiKTEh1KrdQejW8g6cg0SgGKTww==}
peerDependencies:
vite: ^2.0.1
......@@ -12033,14 +12022,14 @@ packages:
'@windicss/plugin-utils': 1.6.3
debug: 4.3.3
kolorist: 1.5.1
vite: 2.8.0-beta.2_less@4.1.2
vite: 2.8.0-beta.3_less@4.1.2
windicss: 3.4.3
transitivePeerDependencies:
- supports-color
dev: true
/vite/2.8.0-beta.2_less@4.1.2:
resolution: {integrity: sha512-FjaZAFL+Ln3M9C2eSskp54n0Esyx2Hh2STj0mAAPcnYK16yyNmZRe77ZFh3RQuwPcE1tMo7pQzimzcgfrfkJ+Q==}
/vite/2.8.0-beta.3_less@4.1.2:
resolution: {integrity: sha512-UPdERgwLg1Q80GNvqI6EUuzTEzpp6YjL5DmAsjuMYuIA1HVHG8q+V7ujKlJkb9irx7xvK2VmyunXR0j5ixbjhQ==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
......@@ -12056,7 +12045,6 @@ packages:
optional: true
dependencies:
esbuild: 0.14.3
json5: 2.2.0
less: 4.1.2
postcss: 8.4.5
resolve: 1.20.0
......@@ -12076,7 +12064,7 @@ packages:
vscode-languageserver-textdocument: 1.0.3
vscode-languageserver-types: 3.16.0
vscode-nls: 5.0.0
vscode-uri: 3.0.2
vscode-uri: 3.0.3
dev: true
/vscode-html-languageservice/4.2.1:
......@@ -12085,7 +12073,7 @@ packages:
vscode-languageserver-textdocument: 1.0.3
vscode-languageserver-types: 3.16.0
vscode-nls: 5.0.0
vscode-uri: 3.0.2
vscode-uri: 3.0.3
dev: true
/vscode-json-languageservice/4.1.10:
......@@ -12095,19 +12083,19 @@ packages:
vscode-languageserver-textdocument: 1.0.3
vscode-languageserver-types: 3.16.0
vscode-nls: 5.0.0
vscode-uri: 3.0.2
vscode-uri: 3.0.3
dev: true
/vscode-jsonrpc/8.0.0-next.4:
resolution: {integrity: sha512-i+wvza5Wd0YV/t9qhnS8I+dJdhJ1fHIhRW4f262rXXM9Mgts5VZhYrRZufGcai4y99RlbZvwaZhplQ6diRXkaA==}
engines: {node: '>=8.0.0 || >=10.0.0'}
/vscode-jsonrpc/8.0.0-next.5:
resolution: {integrity: sha512-owRllqcFTnz5rXxcbmHPFGmpFmLqj9Z1V3Dzrv+s8ejOHLIT62Pyb5Uqzyl2/in2VP22DmzErPgZwrxjLCIKiQ==}
engines: {node: '>=14.0.0'}
dev: true
/vscode-languageserver-protocol/3.17.0-next.11:
resolution: {integrity: sha512-9FqHT7XvM6tWFsnLvRfuQA7Zh7wZZYAwA9dK85lYthA8M1aXpXEP9drXVvO/Fe03MUeJpKVf2e4/NvDaFUnttg==}
/vscode-languageserver-protocol/3.17.0-next.12:
resolution: {integrity: sha512-VLRcWKOpCXcx9UrqrS+NSF6pNxV498VGYGW+eyp9a79/F9ElUq3wdG6acXYlEfpWHuIxpm6MXps8FU88wqIgTg==}
dependencies:
vscode-jsonrpc: 8.0.0-next.4
vscode-languageserver-types: 3.17.0-next.5
vscode-jsonrpc: 8.0.0-next.5
vscode-languageserver-types: 3.17.0-next.6
dev: true
/vscode-languageserver-textdocument/1.0.3:
......@@ -12118,34 +12106,34 @@ packages:
resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==}
dev: true
/vscode-languageserver-types/3.17.0-next.5:
resolution: {integrity: sha512-Zcfaw8BznhlJWB09LDR0dscXyxn9+liREqJnPF4pigeUCHwKxYapYqizwuCpMHQ/oLYiAvKwU+f28hPleYu7pA==}
/vscode-languageserver-types/3.17.0-next.6:
resolution: {integrity: sha512-rHYeCotiabJHgvIYzWjV8g0dHCxyOQtcryTv1Xa1horaQ4jx2V+rjLBstc6zMpCyrnZcjorwEcAvGBDCd6wudw==}
dev: true
/vscode-nls/5.0.0:
resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==}
dev: true
/vscode-pug-languageservice/0.30.5:
resolution: {integrity: sha512-vv/Cu+kWfJ4Hocn7uoqUxOtJ5udXge53RCrXyKuhvBYef4QVcjCwx5xFzN1PX2f8+FoMoixAlCrZPw/E86kBSA==}
/vscode-pug-languageservice/0.31.1:
resolution: {integrity: sha512-71aQbVF3RjE+dUbUA/DnL1oGaLXXIMEy5z4TkE/irO/qodMjfwVbW/bxMCBwrVrXmIObIMlsWYPD+S/+EE3CXQ==}
dependencies:
'@volar/code-gen': 0.30.5
'@volar/shared': 0.30.5
'@volar/source-map': 0.30.5
'@volar/transforms': 0.30.5
'@volar/code-gen': 0.31.1
'@volar/shared': 0.31.1
'@volar/source-map': 0.31.1
'@volar/transforms': 0.31.1
pug-lexer: 5.0.1
pug-parser: 6.0.0
vscode-languageserver-textdocument: 1.0.3
vscode-languageserver-types: 3.17.0-next.5
vscode-languageserver-types: 3.17.0-next.6
dev: true
/vscode-typescript-languageservice/0.30.5:
resolution: {integrity: sha512-zIPnGuxo53NtvmWTIJnHXByf5X8eVBunbEqO4YYoqHw4yCWbYFJlnN7CaOh3ORKjfbG4knBg6ULl54XKaL5Txg==}
/vscode-typescript-languageservice/0.31.1:
resolution: {integrity: sha512-qJlkrznmRJGHAxIclfnAuJSbNfmKwDfAn7o3PLM7bBqtBvJG6HAFCBXaBWaE1kkM/ELG20Dn8Xi7lCfT15DlpA==}
dependencies:
'@volar/shared': 0.30.5
'@volar/shared': 0.31.1
semver: 7.3.5
upath: 2.0.1
vscode-languageserver-protocol: 3.17.0-next.11
vscode-languageserver-protocol: 3.17.0-next.12
vscode-languageserver-textdocument: 1.0.3
vscode-nls: 5.0.0
dev: true
......@@ -12154,33 +12142,33 @@ packages:
resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==}
dev: true
/vscode-uri/3.0.2:
resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==}
/vscode-uri/3.0.3:
resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==}
dev: true
/vscode-vue-languageservice/0.30.5:
resolution: {integrity: sha512-QljaoVk0x0X3028WRGswjN4LWbp7CJXu8y/gw8KnmKIBN/q09yUKP8TfFV760QQLjUci9IniGymyHaBop01zsA==}
/vscode-vue-languageservice/0.31.1:
resolution: {integrity: sha512-7HY4VkD00iyfWyWpJcl3zObnsa9gBKGjTtrWflFR0SqGHMsccfh7QXdrPmgy/2nFRkD6n60XU7eSYg2rN/QexA==}
dependencies:
'@volar/code-gen': 0.30.5
'@volar/html2pug': 0.30.5
'@volar/shared': 0.30.5
'@volar/source-map': 0.30.5
'@volar/transforms': 0.30.5
'@volar/vue-code-gen': 0.30.5
'@volar/code-gen': 0.31.1
'@volar/html2pug': 0.31.1
'@volar/shared': 0.31.1
'@volar/source-map': 0.31.1
'@volar/transforms': 0.31.1
'@volar/vue-code-gen': 0.31.1
'@vscode/emmet-helper': 2.8.3
'@vue/reactivity': 3.2.27
'@vue/shared': 3.2.27
'@vue/reactivity': 3.2.29
'@vue/shared': 3.2.29
upath: 2.0.1
vscode-css-languageservice: 5.1.9
vscode-html-languageservice: 4.2.1
vscode-json-languageservice: 4.1.10
vscode-languageserver-protocol: 3.17.0-next.11
vscode-languageserver-protocol: 3.17.0-next.12
vscode-languageserver-textdocument: 1.0.3
vscode-pug-languageservice: 0.30.5
vscode-typescript-languageservice: 0.30.5
vscode-pug-languageservice: 0.31.1
vscode-typescript-languageservice: 0.31.1
dev: true
/vue-demi/0.12.1_vue@3.2.27:
/vue-demi/0.12.1_vue@3.2.29:
resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==}
engines: {node: '>=12'}
hasBin: true
......@@ -12192,20 +12180,20 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.2.27
vue: 3.2.29
dev: false
/vue-eslint-parser/8.0.1_eslint@8.7.0:
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
/vue-eslint-parser/8.2.0_eslint@8.7.0:
resolution: {integrity: sha512-hvl8OVT8imlKk/lQyhkshqwQQChzHETcBd5abiO4ePw7ib7QUZLfW+2TUrJHKUvFOCFRJrDin5KJO9OHzB5bRQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.2
debug: 4.3.3
eslint: 8.7.0
eslint-scope: 6.0.0
eslint-visitor-keys: 3.1.0
espree: 9.1.0
eslint-scope: 7.1.0
eslint-visitor-keys: 3.2.0
espree: 9.3.0
esquery: 1.4.0
lodash: 4.17.21
semver: 7.3.5
......@@ -12213,7 +12201,7 @@ packages:
- supports-color
dev: true
/vue-i18n/9.1.9_vue@3.2.27:
/vue-i18n/9.1.9_vue@3.2.29:
resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==}
engines: {node: '>= 10'}
peerDependencies:
......@@ -12223,7 +12211,7 @@ packages:
'@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9
'@vue/devtools-api': 6.0.0-beta.20.1
vue: 3.2.27
vue: 3.2.29
dev: false
/vue-json-pretty/1.8.2:
......@@ -12231,54 +12219,54 @@ packages:
engines: {node: '>= 10.0.0', npm: '>= 5.0.0'}
dev: false
/vue-router/4.0.12_vue@3.2.27:
/vue-router/4.0.12_vue@3.2.29:
resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==}
peerDependencies:
vue: ^3.0.0
dependencies:
'@vue/devtools-api': 6.0.0-beta.20.1
vue: 3.2.27
vue: 3.2.29
dev: false
/vue-tsc/0.30.5_typescript@4.5.4:
resolution: {integrity: sha512-EHVoJ/Ys+gQazqF6NWaWGpi7hXX/Ty+qQv/1ECcVTHY78yoM7caY2LgyyfnXroSonFa0BDo0zMNc1L6E5PIG4A==}
/vue-tsc/0.31.1_typescript@4.5.5:
resolution: {integrity: sha512-pyLQG1fCA02is6NAL0uY5SKxDfjJRI167x89iRz0gWOB0tUng6NjJZicE+Oh+3ZuN/LJ3J/wKfdW7O+hnfhxdg==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/shared': 0.30.5
typescript: 4.5.4
vscode-vue-languageservice: 0.30.5
'@volar/shared': 0.31.1
typescript: 4.5.5
vscode-vue-languageservice: 0.31.1
dev: true
/vue-types/3.0.2_vue@3.2.27:
/vue-types/3.0.2_vue@3.2.29:
resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
engines: {node: '>=10.15.0'}
peerDependencies:
vue: ^3.0.0
dependencies:
is-plain-object: 3.0.1
vue: 3.2.27
vue: 3.2.29
dev: false
/vue-types/4.1.1_vue@3.2.27:
/vue-types/4.1.1_vue@3.2.29:
resolution: {integrity: sha512-Jq2GZ/w6rExJbLA/h7nHBFLciu+YNekgox0DB64wN1snZ4IIJMq+qnqp1/vE4fc7vEjZcP5KGhLzkkSjIHLRzw==}
engines: {node: '>=12.16.0'}
peerDependencies:
vue: ^2.0.0 || ^3.0.0
dependencies:
is-plain-object: 5.0.0
vue: 3.2.27
vue: 3.2.29
dev: false
/vue/3.2.27:
resolution: {integrity: sha512-p1cH8Q6eaPwvANCjFQj497a914cxXKKwOG3Lg9USddTOrn4/zFMKjn9dnovkx+L8VtFaNgbVqW8mLJS/eTA6xw==}
/vue/3.2.29:
resolution: {integrity: sha512-cFIwr7LkbtCRanjNvh6r7wp2yUxfxeM2yPpDQpAfaaLIGZSrUmLbNiSze9nhBJt5MrZ68Iqt0O5scwAMEVxF+Q==}
dependencies:
'@vue/compiler-dom': 3.2.27
'@vue/compiler-sfc': 3.2.27
'@vue/runtime-dom': 3.2.27
'@vue/server-renderer': 3.2.27_vue@3.2.27
'@vue/shared': 3.2.27
'@vue/compiler-dom': 3.2.29
'@vue/compiler-sfc': 3.2.29
'@vue/runtime-dom': 3.2.29
'@vue/server-renderer': 3.2.29_vue@3.2.29
'@vue/shared': 3.2.29
dev: false
/w3c-hr-time/1.0.2:
......@@ -12604,6 +12592,16 @@ packages:
typedarray-to-buffer: 3.1.5
dev: true
/write-file-atomic/4.0.0:
resolution: {integrity: sha512-JhcWoKffJNF7ivO9yflBhc7tn3wKnokMUfWpBriM9yCXj4ePQnRPcWglBkkg1AHC8nsW/EfxwwhqsLtOy59djA==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
dependencies:
imurmurhash: 0.1.4
is-typedarray: 1.0.0
signal-exit: 3.0.6
typedarray-to-buffer: 4.0.0
dev: true
/ws/7.5.6:
resolution: {integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==}
engines: {node: '>=8.3.0'}
......@@ -12737,19 +12735,6 @@ packages:
yargs-parser: 20.2.9
dev: true
/yargs/17.2.1:
resolution: {integrity: sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==}
engines: {node: '>=12'}
dependencies:
cliui: 7.0.4
escalade: 3.1.1
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
y18n: 5.0.8
yargs-parser: 20.2.9
dev: true
/yargs/17.3.1:
resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==}
engines: {node: '>=12'}
......
......@@ -3,7 +3,6 @@
<div class="p-4 mb-2 bg-white">
<BasicForm @register="registerForm" />
</div>
{{ sliderProp.width }}
<div class="p-2 bg-white">
<List
:grid="{ gutter: 5, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: grid }"
......@@ -39,7 +38,7 @@
<Image :src="item.imgs[0]" />
</div>
</template>
<template class="ant-card-actions" #actions>
<template #actions>
<!-- <SettingOutlined key="setting" />-->
<EditOutlined key="edit" />
<Dropdown
......
......@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^17.0.9",
"@types/node": "^17.0.10",
"nodemon": "^2.0.15",
"pm2": "^5.1.2",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.11.11",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}
......@@ -60,18 +60,24 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
// Load proxy configuration from .env
proxy: createProxy(VITE_PROXY),
},
esbuild: {
pure: VITE_DROP_CONSOLE ? ['console.log', 'debugger'] : [],
},
build: {
minify: false,
// target: 'es2015',
// cssTarget: 'chrome86',
target: 'es2015',
cssTarget: 'chrome80',
outDir: OUTPUT_DIR,
terserOptions: {
compress: {
keep_infinity: true,
// Used to delete console in production environment
drop_console: VITE_DROP_CONSOLE,
},
},
// minify: 'terser',
/**
* 当 minify=“minify:'terser'” 解开注释
* Uncomment when minify="minify:'terser'"
*/
// terserOptions: {
// compress: {
// keep_infinity: true,
// drop_console: VITE_DROP_CONSOLE,
// },
// },
// Turning off brotliSize display can slightly reduce packaging time
brotliSize: false,
chunkSizeWarningLimit: 2000,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论