chore: update deps

This commit is contained in:
vben 2021-11-28 16:26:09 +08:00
parent 2aabbc788a
commit 50cf2d0b8f
3 changed files with 240 additions and 210 deletions

View File

@ -36,12 +36,12 @@
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1",
"@iconify/iconify": "^2.1.0",
"@logicflow/core": "^0.7.9",
"@logicflow/extension": "^0.7.9",
"@vueuse/core": "^7.0.3",
"@vueuse/shared": "^7.0.3",
"@logicflow/core": "^0.7.10",
"@logicflow/extension": "^0.7.10",
"@vueuse/core": "^7.1.2",
"@vueuse/shared": "^7.1.2",
"@zxcvbn-ts/core": "^1.0.0",
"ant-design-vue": "3.0.0-alpha.12",
"ant-design-vue": "3.0.0-alpha.13",
"axios": "^0.24.0",
"codemirror": "^5.64.0",
"cropperjs": "^1.5.12",
@ -62,7 +62,7 @@
"sortablejs": "^1.14.0",
"tinymce": "^5.10.2",
"vditor": "^3.8.7",
"vue": "^3.2.22",
"vue": "^3.2.23",
"vue-i18n": "^9.1.9",
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.0.12",
@ -72,7 +72,7 @@
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@iconify/json": "^2.0.0",
"@iconify/json": "^2.0.2",
"@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.5",
"@types/crypto-js": "^4.0.2",
@ -91,9 +91,9 @@
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-legacy": "^1.6.3",
"@vitejs/plugin-vue": "^1.10.0",
"@vitejs/plugin-vue": "^1.10.1",
"@vitejs/plugin-vue-jsx": "^1.3.0",
"@vue/compiler-sfc": "3.2.22",
"@vue/compiler-sfc": "3.2.23",
"@vue/test-utils": "^2.0.0-rc.17",
"autoprefixer": "^10.4.0",
"commitizen": "^4.2.4",
@ -102,7 +102,7 @@
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.1.4",
"eslint-define-config": "^1.2.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.1.1",
@ -114,21 +114,22 @@
"less": "^4.1.2",
"lint-staged": "12.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.0",
"postcss-html": "^1.2.0",
"postcss": "^8.4.4",
"postcss-html": "^1.3.0",
"postcss-less": "^5.0.0",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"stylelint": "^14.1.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"vite": "^2.7.0-beta.8 ",
"vite": "^2.7.0-beta.9",
"vite-plugin-compression": "^0.3.6",
"vite-plugin-html": "^2.1.1",
"vite-plugin-imagemin": "^0.4.6",
@ -139,7 +140,7 @@
"vite-plugin-svg-icons": "^1.0.5",
"vite-plugin-theme": "^0.8.1",
"vite-plugin-vue-setup-extend": "^0.1.0",
"vite-plugin-windicss": "^1.5.1",
"vite-plugin-windicss": "^1.5.3",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.29.6"
},

417
pnpm-lock.yaml generated
View File

@ -12,9 +12,9 @@ specifiers:
'@commitlint/cli': ^15.0.0
'@commitlint/config-conventional': ^15.0.0
'@iconify/iconify': ^2.1.0
'@iconify/json': ^2.0.0
'@logicflow/core': ^0.7.9
'@logicflow/extension': ^0.7.9
'@iconify/json': ^2.0.2
'@logicflow/core': ^0.7.10
'@logicflow/extension': ^0.7.10
'@purge-icons/generated': ^0.7.0
'@types/codemirror': ^5.60.5
'@types/crypto-js': ^4.0.2
@ -33,14 +33,14 @@ specifiers:
'@typescript-eslint/eslint-plugin': ^5.4.0
'@typescript-eslint/parser': ^5.4.0
'@vitejs/plugin-legacy': ^1.6.3
'@vitejs/plugin-vue': ^1.10.0
'@vitejs/plugin-vue': ^1.10.1
'@vitejs/plugin-vue-jsx': ^1.3.0
'@vue/compiler-sfc': 3.2.22
'@vue/compiler-sfc': 3.2.23
'@vue/test-utils': ^2.0.0-rc.17
'@vueuse/core': ^7.0.3
'@vueuse/shared': ^7.0.3
'@vueuse/core': ^7.1.2
'@vueuse/shared': ^7.1.2
'@zxcvbn-ts/core': ^1.0.0
ant-design-vue: 3.0.0-alpha.12
ant-design-vue: 3.0.0-alpha.13
autoprefixer: ^10.4.0
axios: ^0.24.0
codemirror: ^5.64.0
@ -54,7 +54,7 @@ specifiers:
echarts: ^5.2.2
eslint: ^8.3.0
eslint-config-prettier: ^8.3.0
eslint-define-config: ^1.1.4
eslint-define-config: ^1.2.0
eslint-plugin-jest: ^25.3.0
eslint-plugin-prettier: ^4.0.0
eslint-plugin-vue: ^8.1.1
@ -72,10 +72,10 @@ specifiers:
nprogress: ^0.2.0
path-to-regexp: ^6.2.0
pinia: 2.0.4
postcss: ^8.4.0
postcss-html: ^1.2.0
postcss: ^8.4.4
postcss-html: ^1.3.0
postcss-less: ^5.0.0
prettier: ^2.4.1
prettier: ^2.5.0
print-js: ^1.6.0
qrcode: ^1.5.0
qs: ^6.10.1
@ -87,6 +87,7 @@ specifiers:
stylelint: ^14.1.0
stylelint-config-html: ^1.0.0
stylelint-config-prettier: ^9.0.3
stylelint-config-recommended: ^6.0.0
stylelint-config-standard: ^24.0.0
stylelint-order: ^5.0.0
tinymce: ^5.10.2
@ -94,7 +95,7 @@ specifiers:
ts-node: ^10.4.0
typescript: ^4.5.2
vditor: ^3.8.7
vite: '^2.7.0-beta.8 '
vite: ^2.7.0-beta.9
vite-plugin-compression: ^0.3.6
vite-plugin-html: ^2.1.1
vite-plugin-imagemin: ^0.4.6
@ -105,8 +106,8 @@ specifiers:
vite-plugin-svg-icons: ^1.0.5
vite-plugin-theme: ^0.8.1
vite-plugin-vue-setup-extend: ^0.1.0
vite-plugin-windicss: ^1.5.1
vue: ^3.2.22
vite-plugin-windicss: ^1.5.3
vue: ^3.2.23
vue-eslint-parser: ^8.0.1
vue-i18n: ^9.1.9
vue-json-pretty: ^2.0.6
@ -117,14 +118,14 @@ specifiers:
dependencies:
'@ant-design/colors': 6.0.0
'@ant-design/icons-vue': 6.0.1_vue@3.2.22
'@ant-design/icons-vue': 6.0.1_vue@3.2.23
'@iconify/iconify': 2.1.0
'@logicflow/core': 0.7.9
'@logicflow/extension': 0.7.9
'@vueuse/core': 7.1.1_vue@3.2.22
'@vueuse/shared': 7.1.1_vue@3.2.22
'@logicflow/core': 0.7.10
'@logicflow/extension': 0.7.10
'@vueuse/core': 7.1.2_vue@3.2.23
'@vueuse/shared': 7.1.2_vue@3.2.23
'@zxcvbn-ts/core': 1.0.0
ant-design-vue: 3.0.0-alpha.12_d993d7eb47a5c30940fe6565e4c82216
ant-design-vue: 3.0.0-alpha.13_6c363558ee21611f4fd805827a1f8ce7
axios: 0.24.0
codemirror: 5.64.0
cropperjs: 1.5.12
@ -136,7 +137,7 @@ dependencies:
mockjs: 1.1.0
nprogress: 0.2.0
path-to-regexp: 6.2.0
pinia: 2.0.4_typescript@4.5.2+vue@3.2.22
pinia: 2.0.4_typescript@4.5.2+vue@3.2.23
print-js: 1.6.0
qrcode: 1.5.0
qs: 6.10.1
@ -145,17 +146,17 @@ dependencies:
sortablejs: 1.14.0
tinymce: 5.10.2
vditor: 3.8.7
vue: 3.2.22
vue-i18n: 9.1.9_vue@3.2.22
vue-json-pretty: 2.0.6_vue@3.2.22
vue-router: 4.0.12_vue@3.2.22
vue-types: 4.1.1_vue@3.2.22
vue: 3.2.23
vue-i18n: 9.1.9_vue@3.2.23
vue-json-pretty: 2.0.6_vue@3.2.23
vue-router: 4.0.12_vue@3.2.23
vue-types: 4.1.1_vue@3.2.23
xlsx: 0.17.4
devDependencies:
'@commitlint/cli': 15.0.0
'@commitlint/config-conventional': 15.0.0
'@iconify/json': 2.0.1
'@iconify/json': 2.0.2
'@purge-icons/generated': 0.7.0
'@types/codemirror': 5.60.5
'@types/crypto-js': 4.0.2
@ -173,19 +174,19 @@ devDependencies:
'@types/sortablejs': 1.10.7
'@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32
'@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2
'@vitejs/plugin-legacy': 1.6.3_vite@2.7.0-beta.8
'@vitejs/plugin-vue': 1.10.0_vite@2.7.0-beta.8
'@vitejs/plugin-legacy': 1.6.3_vite@2.7.0-beta.9
'@vitejs/plugin-vue': 1.10.1_vite@2.7.0-beta.9
'@vitejs/plugin-vue-jsx': 1.3.0
'@vue/compiler-sfc': 3.2.22
'@vue/test-utils': 2.0.0-rc.17_vue@3.2.22
autoprefixer: 10.4.0_postcss@8.4.1
'@vue/compiler-sfc': 3.2.23
'@vue/test-utils': 2.0.0-rc.17_vue@3.2.23
autoprefixer: 10.4.0_postcss@8.4.4
commitizen: 4.2.4
conventional-changelog-cli: 2.1.1
cross-env: 7.0.3
dotenv: 10.0.0
eslint: 8.3.0
eslint-config-prettier: 8.3.0_eslint@8.3.0
eslint-define-config: 1.1.4
eslint-define-config: 1.2.0
eslint-plugin-jest: 25.3.0_4e52e098c69dc02e5d836ed593524821
eslint-plugin-prettier: 4.0.0_d8c6a2a4ba8850181fffb74d8e835cec
eslint-plugin-vue: 8.1.1_eslint@8.3.0
@ -197,7 +198,7 @@ devDependencies:
less: 4.1.2
lint-staged: 12.1.2
npm-run-all: 4.1.5
postcss: 8.4.1
postcss: 8.4.4
postcss-html: 1.3.0
postcss-less: 5.0.0
prettier: 2.5.0
@ -206,23 +207,24 @@ devDependencies:
stylelint: 14.1.0
stylelint-config-html: 1.0.0_c1fe332c2f0bd1acbb28be685cc2d480
stylelint-config-prettier: 9.0.3_stylelint@14.1.0
stylelint-config-recommended: 6.0.0_stylelint@14.1.0
stylelint-config-standard: 24.0.0_stylelint@14.1.0
stylelint-order: 5.0.0_stylelint@14.1.0
ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5
ts-node: 10.4.0_36929cccfdb926da0bb85cc291f27124
typescript: 4.5.2
vite: 2.7.0-beta.8_less@4.1.2
vite-plugin-compression: 0.3.6_vite@2.7.0-beta.8
vite-plugin-html: 2.1.1_vite@2.7.0-beta.8
vite-plugin-imagemin: 0.4.6_vite@2.7.0-beta.8
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.0-beta.8
vite-plugin-purge-icons: 0.7.0_vite@2.7.0-beta.8
vite-plugin-pwa: 0.11.7_vite@2.7.0-beta.8
vite-plugin-style-import: 1.4.0_vite@2.7.0-beta.8
vite-plugin-svg-icons: 1.0.5_vite@2.7.0-beta.8
vite-plugin-theme: 0.8.1_vite@2.7.0-beta.8
vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.0-beta.8
vite-plugin-windicss: 1.5.1_vite@2.7.0-beta.8
vite: 2.7.0-beta.9_less@4.1.2
vite-plugin-compression: 0.3.6_vite@2.7.0-beta.9
vite-plugin-html: 2.1.1_vite@2.7.0-beta.9
vite-plugin-imagemin: 0.4.6_vite@2.7.0-beta.9
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.0-beta.9
vite-plugin-purge-icons: 0.7.0_vite@2.7.0-beta.9
vite-plugin-pwa: 0.11.7_vite@2.7.0-beta.9
vite-plugin-style-import: 1.4.0_vite@2.7.0-beta.9
vite-plugin-svg-icons: 1.0.5_vite@2.7.0-beta.9
vite-plugin-theme: 0.8.1_vite@2.7.0-beta.9
vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.0-beta.9
vite-plugin-windicss: 1.5.3_vite@2.7.0-beta.9
vue-eslint-parser: 8.0.1_eslint@8.3.0
vue-tsc: 0.29.6_typescript@4.5.2
@ -244,7 +246,7 @@ packages:
resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==}
dev: false
/@ant-design/icons-vue/6.0.1_vue@3.2.22:
/@ant-design/icons-vue/6.0.1_vue@3.2.23:
resolution: {integrity: sha512-HigIgEVV6bbcrz2A92/qDzi/aKWB5EC6b6E1mxMB6aQA7ksiKY+gi4U94TpqyEIIhR23uaDrjufJ+xCZQ+vx6Q==}
peerDependencies:
vue: '>=3.0.3'
@ -253,7 +255,7 @@ packages:
'@ant-design/icons-svg': 4.2.1
'@types/lodash': 4.14.177
lodash: 4.17.21
vue: 3.2.22
vue: 3.2.23
dev: false
/@antfu/utils/0.3.0:
@ -1683,8 +1685,8 @@ packages:
dependencies:
cross-fetch: 3.1.4
/@iconify/json/2.0.1:
resolution: {integrity: sha512-1Gn+3b06mN7zbLOttY8+mrBf2ESwU4REbbBkVEfTH9CAkiK8l0R5zL+1Owf/pmHOf82OWX96eKHApXMet4c5nQ==}
/@iconify/json/2.0.2:
resolution: {integrity: sha512-LcGJCnYcnTBrbLEjC8ynJ9T2Pj5C3nt6dKksZAb+kCYD1kQReDen/Pjvo5ggFE1JkwMrBrzbjojR87YQGnh12g==}
dependencies:
'@iconify/types': 1.0.12
pathe: 0.0.2
@ -1957,18 +1959,18 @@ packages:
chalk: 4.1.2
dev: true
/@logicflow/core/0.7.9:
resolution: {integrity: sha512-H4azW9ytUrsI5F5EQlRdcuyAwdgfFUdQ8rgdREE4XzXXMmB9sTwEU+SkmnBHoEvPlyJcBtF4RbwxCJv4/IN7uw==}
/@logicflow/core/0.7.10:
resolution: {integrity: sha512-aZi/dH6aAsfvTrMgwcfPMWNRdDrpasOTr1E49DRlaMwKzUlczF2up4tnJooX/5O6oAQ/jiJ/pIzAmmWy3nwg4w==}
dependencies:
'@types/mousetrap': 1.6.8
mousetrap: 1.6.5
preact: 10.6.1
dev: false
/@logicflow/extension/0.7.9:
resolution: {integrity: sha512-bx+FJp2Mb9JpyyLWVwLEpi3ebmH/2alfkn6Diu9bNLjrEuDSniO5QxjEJ5O84KvcoY72HFJJr98wJGKI5ifGpw==}
/@logicflow/extension/0.7.10:
resolution: {integrity: sha512-mRMLacoaLSR9McPVMUmOuKwcm/9xvl2I+xqeAe85MBcWyrZ0Wyeo9JPdRCXgU4E5jRlQ27e98FaMUzov1Y1SPQ==}
dependencies:
'@logicflow/core': 0.7.9
'@logicflow/core': 0.7.10
ids: 1.0.0
preact: 10.6.1
dev: false
@ -2532,7 +2534,7 @@ packages:
eslint-visitor-keys: 3.1.0
dev: true
/@vitejs/plugin-legacy/1.6.3_vite@2.7.0-beta.8:
/@vitejs/plugin-legacy/1.6.3_vite@2.7.0-beta.9:
resolution: {integrity: sha512-YivdG6gT91/wjFL6woTwVRgK9KHrju8GwXwgv5FdfAVo0GK0FK4V+YEobmDKRcOMKXQ1U5awY5HqbPIsoJalKQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@ -2543,7 +2545,7 @@ packages:
magic-string: 0.25.7
regenerator-runtime: 0.13.9
systemjs: 6.11.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
dev: true
/@vitejs/plugin-vue-jsx/1.3.0:
@ -2560,13 +2562,13 @@ packages:
- supports-color
dev: true
/@vitejs/plugin-vue/1.10.0_vite@2.7.0-beta.8:
resolution: {integrity: sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==}
/@vitejs/plugin-vue/1.10.1_vite@2.7.0-beta.9:
resolution: {integrity: sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
dependencies:
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
dev: true
/@volar/code-gen/0.29.6:
@ -2612,9 +2614,9 @@ packages:
'@volar/code-gen': 0.29.6
'@volar/shared': 0.29.6
'@volar/source-map': 0.29.6
'@vue/compiler-core': 3.2.22
'@vue/compiler-dom': 3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-core': 3.2.23
'@vue/compiler-dom': 3.2.23
'@vue/shared': 3.2.23
upath: 2.0.1
dev: true
@ -2650,39 +2652,39 @@ packages:
- supports-color
dev: true
/@vue/compiler-core/3.2.22:
resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==}
/@vue/compiler-core/3.2.23:
resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==}
dependencies:
'@babel/parser': 7.16.4
'@vue/shared': 3.2.22
'@vue/shared': 3.2.23
estree-walker: 2.0.2
source-map: 0.6.1
/@vue/compiler-dom/3.2.22:
resolution: {integrity: sha512-VZdsw/VuO1ODs8K7NQwnMQzKITDkIFlYYC03SVnunuf6eNRxBPEonSyqbWNoo6qNaHAEBTG6VVcZC5xC9bAx1g==}
/@vue/compiler-dom/3.2.23:
resolution: {integrity: sha512-X2Nw8QFc5lgoK3kio5ktM95nqmLUH+q+N/PbV4kCHzF1avqv/EGLnAhaaF0Iu4bewNvHJAAhhwPZFeoV/22nbw==}
dependencies:
'@vue/compiler-core': 3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-core': 3.2.23
'@vue/shared': 3.2.23
/@vue/compiler-sfc/3.2.22:
resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==}
/@vue/compiler-sfc/3.2.23:
resolution: {integrity: sha512-Aw+pb50Q5zTjyvWod8mNKmYZDRGHJBptmNNWE+84ZxrzEztPgMz8cNYIzWGbwcFVkmJlhvioAMvKnB+LM/sjSA==}
dependencies:
'@babel/parser': 7.16.4
'@vue/compiler-core': 3.2.22
'@vue/compiler-dom': 3.2.22
'@vue/compiler-ssr': 3.2.22
'@vue/ref-transform': 3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-core': 3.2.23
'@vue/compiler-dom': 3.2.23
'@vue/compiler-ssr': 3.2.23
'@vue/ref-transform': 3.2.23
'@vue/shared': 3.2.23
estree-walker: 2.0.2
magic-string: 0.25.7
postcss: 8.4.1
postcss: 8.4.4
source-map: 0.6.1
/@vue/compiler-ssr/3.2.22:
resolution: {integrity: sha512-Cl6aoLJtXzzBkk1sKod8S0WBJLts3+ugVC91d22gGpbkw/64WnF12tOZi7Rg54PPLi1NovqyNWPsLH/SAFcu+w==}
/@vue/compiler-ssr/3.2.23:
resolution: {integrity: sha512-Bqzn4jFyXPK1Ehqiq7e/czS8n62gtYF1Zfeu0DrR5uv+SBllh7LIvZjZU6+c8qbocAd3/T3I3gn2cZGmnDb6zg==}
dependencies:
'@vue/compiler-dom': 3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-dom': 3.2.23
'@vue/shared': 3.2.23
/@vue/devtools-api/6.0.0-beta.20.1:
resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==}
@ -2692,54 +2694,65 @@ packages:
resolution: {integrity: sha512-xNkLAItjI0xB+lFeDgKCrSItmrHTaAzSnt8LmdSCPQnDyarmzbi/u4ESQnckWvlL7lSRKiEaOvblaNyqAa7OnQ==}
dependencies:
'@vue/shared': 3.2.22
dev: true
/@vue/ref-transform/3.2.22:
resolution: {integrity: sha512-qalVWbq5xWWxLZ0L9OroBg/JZhzavQuCcDXblfErxyDEH6Xc5gIJ4feo1SVCICFzhAUgLgQTdSFLpgjBawbFpw==}
/@vue/reactivity/3.2.23:
resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==}
dependencies:
'@vue/shared': 3.2.23
dev: false
/@vue/ref-transform/3.2.23:
resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==}
dependencies:
'@babel/parser': 7.16.4
'@vue/compiler-core': 3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-core': 3.2.23
'@vue/shared': 3.2.23
estree-walker: 2.0.2
magic-string: 0.25.7
/@vue/runtime-core/3.2.22:
resolution: {integrity: sha512-e7WOC55wmHPvmoVUk9VBe/Z9k5bJfWJfVIlkUkiADJn0bOgQD29oh/GS14Kb3aEJXIHLI17Em6+HxNut1sIh7Q==}
/@vue/runtime-core/3.2.23:
resolution: {integrity: sha512-wSI5lmY2kCGLf89iiygqxVh6/5bsawz78Me9n1x4U2bHnN0yf3PWyuhN0WgIE8VfEaF7e75E333uboNEIFjgkg==}
dependencies:
'@vue/reactivity': 3.2.22
'@vue/shared': 3.2.22
'@vue/reactivity': 3.2.23
'@vue/shared': 3.2.23
dev: false
/@vue/runtime-dom/3.2.22:
resolution: {integrity: sha512-w7VHYJoliLRTLc5beN77wxuOjla4v9wr2FF22xpZFYBmH4U1V7HkYhoHc1BTuNghI15CXT1tNIMhibI1nrQgdw==}
/@vue/runtime-dom/3.2.23:
resolution: {integrity: sha512-z6lp0888NkLmxD9j2sGoll8Kb7J743s8s6w7GbiyUc4WZwm0KJ35B4qTFDMoIU0G7CatS6Z+yRTpPHc6srtByg==}
dependencies:
'@vue/runtime-core': 3.2.22
'@vue/shared': 3.2.22
'@vue/runtime-core': 3.2.23
'@vue/shared': 3.2.23
csstype: 2.6.19
dev: false
/@vue/server-renderer/3.2.22_vue@3.2.22:
resolution: {integrity: sha512-jCwbQgKPXiXoH9VS9F7K+gyEvEMrjutannwEZD1R8fQ9szmOTqC+RRbIY3Uf2ibQjZtZ8DV9a4FjxICvd9zZlQ==}
/@vue/server-renderer/3.2.23_vue@3.2.23:
resolution: {integrity: sha512-mgQ2VAE5WjeZELJKNbwE69uiBNpN+3LyL0ZDki1bJWVwHD2fhPfx7pwyYuiucE81xz2LxVsyGxhKKUL997g8vw==}
peerDependencies:
vue: 3.2.22
vue: 3.2.23
dependencies:
'@vue/compiler-ssr': 3.2.22
'@vue/shared': 3.2.22
vue: 3.2.22
'@vue/compiler-ssr': 3.2.23
'@vue/shared': 3.2.23
vue: 3.2.23
dev: false
/@vue/shared/3.2.22:
resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==}
dev: true
/@vue/test-utils/2.0.0-rc.17_vue@3.2.22:
/@vue/shared/3.2.23:
resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==}
/@vue/test-utils/2.0.0-rc.17_vue@3.2.23:
resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==}
peerDependencies:
vue: ^3.0.1
dependencies:
vue: 3.2.22
vue: 3.2.23
dev: true
/@vueuse/core/7.1.1_vue@3.2.22:
resolution: {integrity: sha512-c1t2uKGARqibJxYBGWsrCF/McDsTXayONBDgDWBpbEjiRX4M1MOHYsWI3Lici4MK6C6XPX2XhUs2vJbKjYPTRw==}
/@vueuse/core/7.1.2_vue@3.2.23:
resolution: {integrity: sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@ -2749,13 +2762,13 @@ packages:
vue:
optional: true
dependencies:
'@vueuse/shared': 7.1.1_vue@3.2.22
vue: 3.2.22
vue-demi: 0.12.1_vue@3.2.22
'@vueuse/shared': 7.1.2_vue@3.2.23
vue: 3.2.23
vue-demi: 0.12.1_vue@3.2.23
dev: false
/@vueuse/shared/7.1.1_vue@3.2.22:
resolution: {integrity: sha512-+FimthLGxGfYUpkBZKhnB8RtwFKSsoXmcWiE/0nCHvYsms6acmWLwQsaVwWZ7Z621a/8v4neo0cmL0z3oO+5fQ==}
/@vueuse/shared/7.1.2_vue@3.2.23:
resolution: {integrity: sha512-AjYh4y9S5FMOoHDsysqcXY/1mpqNTrnWUD50yaaiyf+5kGWQVIpAkkjKZlYSC/NHKxxCRn0cLR4nWMzceUWewQ==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@ -2765,26 +2778,26 @@ packages:
vue:
optional: true
dependencies:
vue: 3.2.22
vue-demi: 0.12.1_vue@3.2.22
vue: 3.2.23
vue-demi: 0.12.1_vue@3.2.23
dev: false
/@windicss/config/1.5.1:
resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==}
/@windicss/config/1.5.3:
resolution: {integrity: sha512-DXUR+LWOWwG+prkcvey4IV4V9BvigOcfuLP28k21fO3UkfS6G6HRRgf+STB0AgKrXIGlUDDHfoPvEbndfUlYjg==}
dependencies:
debug: 4.3.2
debug: 4.3.3
jiti: 1.12.9
windicss: 3.2.1
transitivePeerDependencies:
- supports-color
dev: true
/@windicss/plugin-utils/1.5.1:
resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==}
/@windicss/plugin-utils/1.5.3:
resolution: {integrity: sha512-6C6R/wB2vzaiWn1Tv95FaK5/932UnnbObwitusyDcuCDmCM97aCCB93CYLZCtQtPdPlLYODezinPFhdfMm746w==}
dependencies:
'@antfu/utils': 0.3.0
'@windicss/config': 1.5.1
debug: 4.3.2
'@windicss/config': 1.5.3
debug: 4.3.3
fast-glob: 3.2.7
magic-string: 0.25.7
micromatch: 4.0.4
@ -2968,17 +2981,17 @@ packages:
engines: {node: '>=12'}
dev: true
/ant-design-vue/3.0.0-alpha.12_d993d7eb47a5c30940fe6565e4c82216:
resolution: {integrity: sha512-kwmfnK2hC5NZW5QbkdJ7bzogXWlt9YvKTU3bw53OP4BBUep2OcSbxwR8txWLQ3A9HFeb4O1oeWkSh70LoDvpZg==}
/ant-design-vue/3.0.0-alpha.13_6c363558ee21611f4fd805827a1f8ce7:
resolution: {integrity: sha512-qILjbNRHXz3vJJZtG45RTQTiAL97XXnr6BwOfOvDiILK6UqsaLWCerRxcF8uUnqtcbj/zQSCU1Yb0OLb7a/sHA==}
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.22
'@ant-design/icons-vue': 6.0.1_vue@3.2.23
'@babel/runtime': 7.16.3
'@simonwep/pickr': 1.8.2
'@vue/compiler-sfc': 3.2.22
'@vue/compiler-sfc': 3.2.23
array-tree-filter: 2.1.0
async-validator: 4.0.7
dayjs: 1.10.7
@ -2989,8 +3002,8 @@ packages:
resize-observer-polyfill: 1.5.1
scroll-into-view-if-needed: 2.2.28
shallow-equal: 1.2.1
vue: 3.2.22
vue-types: 3.0.2_vue@3.2.22
vue: 3.2.23
vue-types: 3.0.2_vue@3.2.23
warning: 4.0.3
dev: false
@ -3111,7 +3124,7 @@ packages:
hasBin: true
dev: true
/autoprefixer/10.4.0_postcss@8.4.1:
/autoprefixer/10.4.0_postcss@8.4.4:
resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
@ -3123,7 +3136,7 @@ packages:
fraction.js: 4.1.2
normalize-range: 0.1.2
picocolors: 1.0.0
postcss: 8.4.1
postcss: 8.4.4
postcss-value-parser: 4.1.0
dev: true
@ -4378,6 +4391,18 @@ packages:
supports-color: 9.1.0
dev: true
/debug/4.3.3:
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies:
ms: 2.1.2
dev: true
/decamelize-keys/1.1.0:
resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=}
engines: {node: '>=0.10.0'}
@ -5071,8 +5096,8 @@ packages:
eslint: 8.3.0
dev: true
/eslint-define-config/1.1.4:
resolution: {integrity: sha512-B1o0OTL32lPXwjjCpe+HtowrHqAlldInkU9PWVs+BsSi3E1GgjGIsiEz0g/1jHpBjP8zZMWh+DmdaB7gdLjUKQ==}
/eslint-define-config/1.2.0:
resolution: {integrity: sha512-EQ8d9F9LmJVRfkZW9WgSa5VBAVZialrLZKy0k1062zlhM8KFUyFoAC8xRI+mdp5m81FNMPnpKZfyq0AfJDyNTg==}
engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'}
dev: true
@ -7740,6 +7765,10 @@ packages:
resolution: {integrity: sha512-h9ivI88e1lFNmTT4HovBN33Ysn0OIJG7IPG2mkpx2uniQXFWqo35QdiX7w0TovlUFXfW8aPFblP5/q0jlOr2sA==}
dev: true
/kolorist/1.5.0:
resolution: {integrity: sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==}
dev: true
/less/4.1.2:
resolution: {integrity: sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==}
engines: {node: '>=6'}
@ -8922,7 +8951,7 @@ packages:
engines: {node: '>=6'}
dev: true
/pinia/2.0.4_typescript@4.5.2+vue@3.2.22:
/pinia/2.0.4_typescript@4.5.2+vue@3.2.23:
resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@ -8936,8 +8965,8 @@ packages:
dependencies:
'@vue/devtools-api': 6.0.0-beta.20.1
typescript: 4.5.2
vue: 3.2.22
vue-demi: 0.12.1_vue@3.2.22
vue: 3.2.23
vue-demi: 0.12.1_vue@3.2.23
dev: false
/pinkie-promise/2.0.1:
@ -8992,8 +9021,8 @@ packages:
engines: {node: ^12 || >=14}
dependencies:
htmlparser2: 7.2.0
postcss: 8.4.1
postcss-safe-parser: 6.0.0_postcss@8.4.1
postcss: 8.4.4
postcss-safe-parser: 6.0.0_postcss@8.4.4
dev: true
/postcss-less/5.0.0:
@ -9008,20 +9037,20 @@ packages:
/postcss-prefix-selector/1.13.0:
resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==}
dependencies:
postcss: 8.4.1
postcss: 8.4.4
dev: true
/postcss-resolve-nested-selector/0.1.1:
resolution: {integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=}
dev: true
/postcss-safe-parser/6.0.0_postcss@8.4.1:
/postcss-safe-parser/6.0.0_postcss@8.4.4:
resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.3.3
dependencies:
postcss: 8.4.1
postcss: 8.4.4
dev: true
/postcss-selector-parser/6.0.6:
@ -9032,12 +9061,12 @@ packages:
util-deprecate: 1.0.2
dev: true
/postcss-sorting/7.0.1_postcss@8.4.1:
/postcss-sorting/7.0.1_postcss@8.4.4:
resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==}
peerDependencies:
postcss: ^8.3.9
dependencies:
postcss: 8.4.1
postcss: 8.4.4
dev: true
/postcss-value-parser/4.1.0:
@ -9054,8 +9083,8 @@ packages:
supports-color: 3.2.3
dev: true
/postcss/8.4.1:
resolution: {integrity: sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag==}
/postcss/8.4.4:
resolution: {integrity: sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.1.30
@ -10405,8 +10434,8 @@ packages:
peerDependencies:
stylelint: ^14.0.0
dependencies:
postcss: 8.4.1
postcss-sorting: 7.0.1_postcss@8.4.1
postcss: 8.4.4
postcss-sorting: 7.0.1_postcss@8.4.4
stylelint: 14.1.0
dev: true
@ -10438,10 +10467,10 @@ packages:
normalize-path: 3.0.0
normalize-selector: 0.2.0
picocolors: 1.0.0
postcss: 8.4.1
postcss: 8.4.4
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.1
postcss-safe-parser: 6.0.0_postcss@8.4.1
postcss-safe-parser: 6.0.0_postcss@8.4.4
postcss-selector-parser: 6.0.6
postcss-value-parser: 4.1.0
resolve-from: 5.0.0
@ -11156,7 +11185,7 @@ packages:
diff-match-patch: 1.0.5
dev: false
/vite-plugin-compression/0.3.6_vite@2.7.0-beta.8:
/vite-plugin-compression/0.3.6_vite@2.7.0-beta.9:
resolution: {integrity: sha512-aSskQCJsP3VQ8PsnY+vO7UfD5qoFMOEuzg0PG2E9Zqyx+ARmc3wr9KCgOFraZOFW1Y4UAa5BR0SMTjoxHRMJoQ==}
peerDependencies:
vite: '>=2.0.0'
@ -11164,12 +11193,12 @@ packages:
chalk: 4.1.2
debug: 4.3.2
fs-extra: 10.0.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-html/2.1.1_vite@2.7.0-beta.8:
/vite-plugin-html/2.1.1_vite@2.7.0-beta.9:
resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==}
peerDependencies:
vite: '>=2.0.0'
@ -11180,10 +11209,10 @@ packages:
ejs: 3.1.6
fs-extra: 10.0.0
html-minifier-terser: 5.1.1
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
dev: true
/vite-plugin-imagemin/0.4.6_vite@2.7.0-beta.8:
/vite-plugin-imagemin/0.4.6_vite@2.7.0-beta.9:
resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==}
peerDependencies:
vite: '>=2.0.0'
@ -11208,12 +11237,12 @@ packages:
imagemin-pngquant: 9.0.2
imagemin-svgo: 9.0.0
imagemin-webp: 6.0.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.0-beta.8:
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.0-beta.9:
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
engines: {node: '>=12.0.0'}
peerDependencies:
@ -11230,13 +11259,13 @@ packages:
fast-glob: 3.2.7
mockjs: 1.1.0
path-to-regexp: 6.2.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- rollup
- supports-color
dev: true
/vite-plugin-purge-icons/0.7.0_vite@2.7.0-beta.8:
/vite-plugin-purge-icons/0.7.0_vite@2.7.0-beta.9:
resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==}
engines: {node: '>= 12'}
peerDependencies:
@ -11245,12 +11274,12 @@ packages:
'@purge-icons/core': 0.7.0
'@purge-icons/generated': 0.7.0
rollup-plugin-purge-icons: 0.7.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-pwa/0.11.7_vite@2.7.0-beta.8:
/vite-plugin-pwa/0.11.7_vite@2.7.0-beta.9:
resolution: {integrity: sha512-sU+VrUNVP87E79GCCBTusdoiqja3Qapsrp48+xFDf28zaeNZ2nuuCoCIPshmyusGuY0I51wRFxiBjcbdheEBSw==}
peerDependencies:
vite: ^2.0.0
@ -11260,7 +11289,7 @@ packages:
fast-glob: 3.2.7
pretty-bytes: 5.6.0
rollup: 2.60.1
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
workbox-build: 6.4.1
workbox-window: 6.4.1
transitivePeerDependencies:
@ -11269,7 +11298,7 @@ packages:
- supports-color
dev: true
/vite-plugin-style-import/1.4.0_vite@2.7.0-beta.8:
/vite-plugin-style-import/1.4.0_vite@2.7.0-beta.9:
resolution: {integrity: sha512-EGAx0zVGUkwAwvDaC66zxgzXyHE0CwAXp4O1xGKnpMcrDT9L1nlojiCjjLRQzL8C3zwY1jn9ilq+m0VABKiiLg==}
peerDependencies:
vite: '>=2.0.0'
@ -11280,12 +11309,12 @@ packages:
es-module-lexer: 0.9.3
fs-extra: 10.0.0
magic-string: 0.25.7
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-svg-icons/1.0.5_vite@2.7.0-beta.8:
/vite-plugin-svg-icons/1.0.5_vite@2.7.0-beta.9:
resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==}
peerDependencies:
vite: '>=2.0.0'
@ -11297,12 +11326,12 @@ packages:
fs-extra: 10.0.0
svg-baker: 1.7.0
svgo: 2.8.0
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-theme/0.8.1_vite@2.7.0-beta.8:
/vite-plugin-theme/0.8.1_vite@2.7.0-beta.9:
resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==}
peerDependencies:
vite: '>=2.0.0-beta.49'
@ -11315,37 +11344,37 @@ packages:
esbuild: 0.11.23
esbuild-plugin-alias: 0.1.2
tinycolor2: 1.4.2
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
transitivePeerDependencies:
- supports-color
dev: true
/vite-plugin-vue-setup-extend/0.1.0_vite@2.7.0-beta.8:
/vite-plugin-vue-setup-extend/0.1.0_vite@2.7.0-beta.9:
resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==}
peerDependencies:
vite: '>=2.0.0'
dependencies:
'@vue/compiler-sfc': 3.2.22
'@vue/compiler-sfc': 3.2.23
magic-string: 0.25.7
vite: 2.7.0-beta.8_less@4.1.2
vite: 2.7.0-beta.9_less@4.1.2
dev: true
/vite-plugin-windicss/1.5.1_vite@2.7.0-beta.8:
resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==}
/vite-plugin-windicss/1.5.3_vite@2.7.0-beta.9:
resolution: {integrity: sha512-t9iu+fs1egguTK/+RdV/UCp11R69EQhVvvGcrNhCMt43DQF/RU19gHZUXB8wspm0V02Bz+rSmtqy/h3laJ9Z5Q==}
peerDependencies:
vite: ^2.0.1
dependencies:
'@windicss/plugin-utils': 1.5.1
chalk: 4.1.2
debug: 4.3.2
vite: 2.7.0-beta.8_less@4.1.2
'@windicss/plugin-utils': 1.5.3
debug: 4.3.3
kolorist: 1.5.0
vite: 2.7.0-beta.9_less@4.1.2
windicss: 3.2.1
transitivePeerDependencies:
- supports-color
dev: true
/vite/2.7.0-beta.8_less@4.1.2:
resolution: {integrity: sha512-3WMItImjXnvTIihClFBy5t0n+OnXA8EreSy3dIAOFZZhf89VSIwmCcG+SS2qexlegneQz5ewiv6bzvYoKNjmZw==}
/vite/2.7.0-beta.9_less@4.1.2:
resolution: {integrity: sha512-4hVJC8iNGYLHdC2OjS9jSu5Dp3q7gtyz2+98XZsb46qVjdZHZPQBZAKpycPj1EcbGDiiJpY6XIaBKknxCQ+cKA==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
@ -11362,7 +11391,7 @@ packages:
dependencies:
esbuild: 0.13.15
less: 4.1.2
postcss: 8.4.1
postcss: 8.4.4
resolve: 1.20.0
rollup: 2.60.1
optionalDependencies:
@ -11490,7 +11519,7 @@ packages:
vscode-typescript-languageservice: 0.29.6
dev: true
/vue-demi/0.12.1_vue@3.2.22:
/vue-demi/0.12.1_vue@3.2.23:
resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==}
engines: {node: '>=12'}
hasBin: true
@ -11502,7 +11531,7 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.2.22
vue: 3.2.23
dev: false
/vue-eslint-parser/8.0.1_eslint@8.3.0:
@ -11523,7 +11552,7 @@ packages:
- supports-color
dev: true
/vue-i18n/9.1.9_vue@3.2.22:
/vue-i18n/9.1.9_vue@3.2.23:
resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==}
engines: {node: '>= 10'}
peerDependencies:
@ -11533,25 +11562,25 @@ packages:
'@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9
'@vue/devtools-api': 6.0.0-beta.20.1
vue: 3.2.22
vue: 3.2.23
dev: false
/vue-json-pretty/2.0.6_vue@3.2.22:
/vue-json-pretty/2.0.6_vue@3.2.23:
resolution: {integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A==}
engines: {node: '>= 10.0.0', npm: '>= 5.0.0'}
peerDependencies:
vue: '>=3.0.0'
dependencies:
vue: 3.2.22
vue: 3.2.23
dev: false
/vue-router/4.0.12_vue@3.2.22:
/vue-router/4.0.12_vue@3.2.23:
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.22
vue: 3.2.23
dev: false
/vue-tsc/0.29.6_typescript@4.5.2:
@ -11565,34 +11594,34 @@ packages:
vscode-vue-languageservice: 0.29.6
dev: true
/vue-types/3.0.2_vue@3.2.22:
/vue-types/3.0.2_vue@3.2.23:
resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
engines: {node: '>=10.15.0'}
peerDependencies:
vue: ^3.0.0
dependencies:
is-plain-object: 3.0.1
vue: 3.2.22
vue: 3.2.23
dev: false
/vue-types/4.1.1_vue@3.2.22:
/vue-types/4.1.1_vue@3.2.23:
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.22
vue: 3.2.23
dev: false
/vue/3.2.22:
resolution: {integrity: sha512-KD5nZpXVZquOC6926Xnp3zOvswrUyO9Rya7ZUoxWFQEjFDW4iACtwzubRB4Um2Om9kj6CaJOqAVRDSFlqLpdgw==}
/vue/3.2.23:
resolution: {integrity: sha512-MGp9JZC37lzGhwSu6c1tQxrQbXbw7XKFqtYh7SFwNrNK899FPxGAHwSHMZijMChTSC3uZrD2BGO/3EHOgMJ0cw==}
dependencies:
'@vue/compiler-dom': 3.2.22
'@vue/compiler-sfc': 3.2.22
'@vue/runtime-dom': 3.2.22
'@vue/server-renderer': 3.2.22_vue@3.2.22
'@vue/shared': 3.2.22
'@vue/compiler-dom': 3.2.23
'@vue/compiler-sfc': 3.2.23
'@vue/runtime-dom': 3.2.23
'@vue/server-renderer': 3.2.23_vue@3.2.23
'@vue/shared': 3.2.23
dev: false
/w3c-hr-time/1.0.2:

View File

@ -30,7 +30,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.9.1",
"tsup": "^5.10.0",
"typescript": "^4.5.2"
}
}