chore(deps): update all patch dependencies (#12773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-20 15:41:48 +08:00 committed by GitHub
parent d7956abc5e
commit 4fad2a0c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 211 additions and 204 deletions

View File

@ -43,15 +43,15 @@
"@types/lodash": "^4.17.0", "@types/lodash": "^4.17.0",
"@types/markdown-it": "^13.0.7", "@types/markdown-it": "^13.0.7",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"vue": "^3.4.21" "vue": "^3.4.23"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.24.4", "@babel/core": "^7.24.4",
"@babel/preset-typescript": "^7.24.1", "@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.1", "@rsbuild/core": "0.6.4",
"@rsbuild/plugin-babel": "0.6.1", "@rsbuild/plugin-babel": "0.6.4",
"@rsbuild/plugin-vue": "0.6.1", "@rsbuild/plugin-vue": "0.6.4",
"@rsbuild/plugin-vue-jsx": "0.6.1", "@rsbuild/plugin-vue-jsx": "0.6.4",
"@vant/eslint-config": "workspace:^", "@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^", "@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue": "^4.6.2",
@ -82,6 +82,6 @@
"transliteration": "^2.3.5", "transliteration": "^2.3.5",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^5.0.12", "vite": "^5.0.12",
"vue-router": "^4.3.0" "vue-router": "^4.3.2"
} }
} }

View File

@ -36,9 +36,9 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@vue/runtime-core": "^3.4.21", "@vue/runtime-core": "^3.4.23",
"vant": "workspace:*", "vant": "workspace:*",
"vue": "^3.4.21", "vue": "^3.4.23",
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.0.4"

View File

@ -41,7 +41,7 @@
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vue": "^3.4.21" "vue": "^3.4.23"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"

View File

@ -48,13 +48,13 @@
"dependencies": { "dependencies": {
"@vant/popperjs": "workspace:^", "@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^", "@vant/use": "workspace:^",
"@vue/shared": "^3.4.21" "@vue/shared": "^3.4.23"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.19.29", "@types/node": "^18.19.31",
"@vant/area-data": "workspace:*", "@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*", "@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*", "@vant/eslint-config": "workspace:*",
@ -62,7 +62,7 @@
"@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.1.3", "@vitest/coverage-istanbul": "^1.1.3",
"@vue/runtime-core": "^3.4.21", "@vue/runtime-core": "^3.4.23",
"@vue/test-utils": "^2.4.5", "@vue/test-utils": "^2.4.5",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"diffable-html": "^5.0.0", "diffable-html": "^5.0.0",
@ -71,8 +71,8 @@
"vite": "^5.0.12", "vite": "^5.0.12",
"vitest": "^1.1.3", "vitest": "^1.1.3",
"vitest-canvas-mock": "^0.3.3", "vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.21", "vue": "^3.4.23",
"vue-router": "^4.3.0" "vue-router": "^4.3.2"
}, },
"sideEffects": [ "sideEffects": [
"es/**/style/*", "es/**/style/*",

387
pnpm-lock.yaml generated
View File

@ -64,12 +64,12 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../vant-use version: link:../vant-use
'@vue/shared': '@vue/shared':
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21 version: 3.4.23
devDependencies: devDependencies:
'@types/node': '@types/node':
specifier: ^18.19.29 specifier: ^18.19.31
version: 18.19.29 version: 18.19.31
'@vant/area-data': '@vant/area-data':
specifier: workspace:* specifier: workspace:*
version: link:../vant-area-data version: link:../vant-area-data
@ -84,16 +84,16 @@ importers:
version: link:../vant-icons version: link:../vant-icons
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: ^4.6.2 specifier: ^4.6.2
version: 4.6.2(vite@5.0.13)(vue@3.4.21) version: 4.6.2(vite@5.0.13)(vue@3.4.23)
'@vitejs/plugin-vue-jsx': '@vitejs/plugin-vue-jsx':
specifier: ^3.1.0 specifier: ^3.1.0
version: 3.1.0(vite@5.0.13)(vue@3.4.21) version: 3.1.0(vite@5.0.13)(vue@3.4.23)
'@vitest/coverage-istanbul': '@vitest/coverage-istanbul':
specifier: ^1.1.3 specifier: ^1.1.3
version: 1.2.0(vitest@1.2.0) version: 1.2.0(vitest@1.2.0)
'@vue/runtime-core': '@vue/runtime-core':
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21 version: 3.4.23
'@vue/test-utils': '@vue/test-utils':
specifier: ^2.4.5 specifier: ^2.4.5
version: 2.4.5 version: 2.4.5
@ -111,19 +111,19 @@ importers:
version: 5.3.3 version: 5.3.3
vite: vite:
specifier: ^5.0.12 specifier: ^5.0.12
version: 5.0.13(@types/node@18.19.29) version: 5.0.13(@types/node@18.19.31)
vitest: vitest:
specifier: ^1.1.3 specifier: ^1.1.3
version: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) version: 1.2.0(@types/node@18.19.31)(jsdom@22.1.0)
vitest-canvas-mock: vitest-canvas-mock:
specifier: ^0.3.3 specifier: ^0.3.3
version: 0.3.3(vitest@1.2.0) version: 0.3.3(vitest@1.2.0)
vue: vue:
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21(typescript@5.3.3) version: 3.4.23(typescript@5.3.3)
vue-router: vue-router:
specifier: ^4.3.0 specifier: ^4.3.2
version: 4.3.0(vue@3.4.21) version: 4.3.2(vue@3.4.23)
packages/vant-area-data: packages/vant-area-data:
devDependencies: devDependencies:
@ -155,17 +155,17 @@ importers:
specifier: ^7.24.1 specifier: ^7.24.1
version: 7.24.1(@babel/core@7.24.4) version: 7.24.1(@babel/core@7.24.4)
'@rsbuild/core': '@rsbuild/core':
specifier: 0.6.1 specifier: 0.6.4
version: 0.6.1 version: 0.6.4
'@rsbuild/plugin-babel': '@rsbuild/plugin-babel':
specifier: 0.6.1 specifier: 0.6.4
version: 0.6.1(@rsbuild/core@0.6.1) version: 0.6.4(@rsbuild/core@0.6.4)
'@rsbuild/plugin-vue': '@rsbuild/plugin-vue':
specifier: 0.6.1 specifier: 0.6.4
version: 0.6.1(@rsbuild/core@0.6.1)(esbuild@0.20.2)(vue@3.4.21) version: 0.6.4(@rsbuild/core@0.6.4)(esbuild@0.20.2)(vue@3.4.23)
'@rsbuild/plugin-vue-jsx': '@rsbuild/plugin-vue-jsx':
specifier: 0.6.1 specifier: 0.6.4
version: 0.6.1(@babel/core@7.24.4)(@rsbuild/core@0.6.1) version: 0.6.4(@babel/core@7.24.4)(@rsbuild/core@0.6.4)
'@vant/eslint-config': '@vant/eslint-config':
specifier: workspace:^ specifier: workspace:^
version: link:../vant-eslint-config version: link:../vant-eslint-config
@ -174,10 +174,10 @@ importers:
version: link:../vant-touch-emulator version: link:../vant-touch-emulator
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: ^4.6.2 specifier: ^4.6.2
version: 4.6.2(vite@5.0.13)(vue@3.4.21) version: 4.6.2(vite@5.0.13)(vue@3.4.23)
'@vitejs/plugin-vue-jsx': '@vitejs/plugin-vue-jsx':
specifier: ^3.1.0 specifier: ^3.1.0
version: 3.1.0(vite@5.0.13)(vue@3.4.21) version: 3.1.0(vite@5.0.13)(vue@3.4.23)
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx':
specifier: ^1.2.2 specifier: ^1.2.2
version: 1.2.2(@babel/core@7.24.4) version: 1.2.2(@babel/core@7.24.4)
@ -257,8 +257,8 @@ importers:
specifier: ^5.0.12 specifier: ^5.0.12
version: 5.0.13(less@4.2.0)(terser@5.30.3) version: 5.0.13(less@4.2.0)(terser@5.30.3)
vue-router: vue-router:
specifier: ^4.3.0 specifier: ^4.3.2
version: 4.3.0(vue@3.4.21) version: 4.3.2(vue@3.4.23)
devDependencies: devDependencies:
'@types/fs-extra': '@types/fs-extra':
specifier: ^11.0.4 specifier: ^11.0.4
@ -276,14 +276,14 @@ importers:
specifier: ^5.0.5 specifier: ^5.0.5
version: 5.0.5 version: 5.0.5
vue: vue:
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21(typescript@5.3.3) version: 3.4.23(typescript@5.3.3)
packages/vant-compat: packages/vant-compat:
devDependencies: devDependencies:
'@vue/runtime-core': '@vue/runtime-core':
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21 version: 3.4.23
esbuild: esbuild:
specifier: ^0.20.2 specifier: ^0.20.2
version: 0.20.2 version: 0.20.2
@ -297,8 +297,8 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:../vant version: link:../vant
vue: vue:
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21(typescript@5.3.3) version: 3.4.23(typescript@5.3.3)
packages/vant-eslint-config: packages/vant-eslint-config:
dependencies: dependencies:
@ -353,8 +353,8 @@ importers:
specifier: ^5.0.4 specifier: ^5.0.4
version: 5.3.3 version: 5.3.3
vue: vue:
specifier: ^3.4.21 specifier: ^3.4.23
version: 3.4.21(typescript@5.3.3) version: 3.4.23(typescript@5.3.3)
packages: packages:
@ -1283,28 +1283,28 @@ packages:
'@jridgewell/resolve-uri': 3.1.1 '@jridgewell/resolve-uri': 3.1.1
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
/@module-federation/runtime-tools@0.0.8: /@module-federation/runtime-tools@0.1.6:
resolution: {integrity: sha512-tqx3wlVHnpWLk+vn22c0x9Nv1BqdZnoS6vdMb53IsVpbQIFP70nhhvymHUyFuPkoLzMFidS7GpG58DYT/4lvCw==} resolution: {integrity: sha512-7ILVnzMIa0Dlc0Blck5tVZG1tnk1MmLnuZpLOMpbdW+zl+N6wdMjjHMjEZFCUAJh2E5XJ3BREwfX8Ets0nIkLg==}
dependencies: dependencies:
'@module-federation/runtime': 0.0.8 '@module-federation/runtime': 0.1.6
'@module-federation/webpack-bundler-runtime': 0.0.8 '@module-federation/webpack-bundler-runtime': 0.1.6
dev: false dev: false
/@module-federation/runtime@0.0.8: /@module-federation/runtime@0.1.6:
resolution: {integrity: sha512-Hi9g10aHxHdQ7CbchSvke07YegYwkf162XPOmixNmJr5Oy4wVa2d9yIVSrsWFhBRbbvM5iJP6GrSuEq6HFO3ug==} resolution: {integrity: sha512-nj6a+yJ+QxmcE89qmrTl4lphBIoAds0PFPVGnqLRWflwAP88jrCcrrTqRhARegkFDL+wE9AE04+h6jzlbIfMKg==}
dependencies: dependencies:
'@module-federation/sdk': 0.0.8 '@module-federation/sdk': 0.1.6
dev: false dev: false
/@module-federation/sdk@0.0.8: /@module-federation/sdk@0.1.6:
resolution: {integrity: sha512-lkasywBItjUTNT0T0IskonDE2E/2tXE9UhUCPVoDL3NteDUSFGg4tpkF+cey1pD8mHh0XJcGrCuOW7s96peeAg==} resolution: {integrity: sha512-qifXpyYLM7abUeEOIfv0oTkguZgRZuwh89YOAYIZJlkP6QbRG7DJMQvtM8X2yHXm9PTk0IYNnOJH0vNQCo6auQ==}
dev: false dev: false
/@module-federation/webpack-bundler-runtime@0.0.8: /@module-federation/webpack-bundler-runtime@0.1.6:
resolution: {integrity: sha512-ULwrTVzF47+6XnWybt6SIq97viEYJRv4P/DByw5h7PSX9PxSGyMm5pHfXdhcb7tno7VknL0t2V8F48fetVL9kA==} resolution: {integrity: sha512-K5WhKZ4RVNaMEtfHsd/9CNCgGKB0ipbm/tgweNNeC11mEuBTNxJ09Y630vg3WPkKv9vfMCuXg2p2Dk+Q/KWTSA==}
dependencies: dependencies:
'@module-federation/runtime': 0.0.8 '@module-federation/runtime': 0.1.6
'@module-federation/sdk': 0.0.8 '@module-federation/sdk': 0.1.6
dev: false dev: false
/@nodelib/fs.scandir@2.1.5: /@nodelib/fs.scandir@2.1.5:
@ -1445,30 +1445,30 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@rsbuild/core@0.6.1: /@rsbuild/core@0.6.4:
resolution: {integrity: sha512-I/AE7AbRu7hEytRlxKptSGkd2ZXAgowUjH86dspkinoBlGcGjRhYGAYaDR4svfq3MmTTuU0lA/w4JAHHR0E59A==} resolution: {integrity: sha512-9sdsfP0v44C5/JB33UbZ+qoubWNCmRCt4z/XknXXLmBrCQxHL+OoVq1YV5YChlc9QQsa5ePG3bVmNqzg4gzc7A==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
'@rsbuild/shared': 0.6.1(@swc/helpers@0.5.3) '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3)
'@rspack/core': 0.6.1(@swc/helpers@0.5.3) '@rspack/core': 0.6.2(@swc/helpers@0.5.3)
'@swc/helpers': 0.5.3 '@swc/helpers': 0.5.3
core-js: 3.36.0 core-js: 3.36.0
html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.6.1) html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.6.2)
postcss: 8.4.38 postcss: 8.4.38
dev: false dev: false
/@rsbuild/plugin-babel@0.6.1(@rsbuild/core@0.6.1): /@rsbuild/plugin-babel@0.6.4(@rsbuild/core@0.6.4):
resolution: {integrity: sha512-Omp8U/B+NiAOCI3a4z9HxC/7EycFNmbfniAQlWDd+87QIwjGZ2ZiPjHjogq9V+jDuEnm7bCVLCRQDfVAloA/wg==} resolution: {integrity: sha512-D1yXR9cvZWvsLWRWDhtlLmLD6sPVlcH6H1zg6590Uf5EK7J9MruNxa54GI9JCnR5yVo6X1zhRSnOB3jJEIDdEQ==}
peerDependencies: peerDependencies:
'@rsbuild/core': ^0.6.1 '@rsbuild/core': ^0.6.4
dependencies: dependencies:
'@babel/core': 7.24.4 '@babel/core': 7.24.4
'@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4)
'@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4)
'@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4)
'@rsbuild/core': 0.6.1 '@rsbuild/core': 0.6.4
'@rsbuild/shared': 0.6.1(@swc/helpers@0.5.3) '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3)
'@types/babel__core': 7.20.5 '@types/babel__core': 7.20.5
upath: 2.0.1 upath: 2.0.1
transitivePeerDependencies: transitivePeerDependencies:
@ -1476,14 +1476,14 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@rsbuild/plugin-vue-jsx@0.6.1(@babel/core@7.24.4)(@rsbuild/core@0.6.1): /@rsbuild/plugin-vue-jsx@0.6.4(@babel/core@7.24.4)(@rsbuild/core@0.6.4):
resolution: {integrity: sha512-dsjsGxj7nZVwZ9v7uPmZkmRuFARSHHS6jbnHTEfMcB4iS+dyn+Au8PXggGv82XpazJxfkosV55s9ZB/Wb1k2+g==} resolution: {integrity: sha512-G3Na2Rt4/MDRmrZ2X/J1Ixwr01eX2iOSkV7CILHWd/KsIcFbmAlYn0s86duYT4Bi1h6WaOU25TkWpihQ1J1HCQ==}
peerDependencies: peerDependencies:
'@rsbuild/core': ^0.6.1 '@rsbuild/core': ^0.6.4
dependencies: dependencies:
'@rsbuild/core': 0.6.1 '@rsbuild/core': 0.6.4
'@rsbuild/plugin-babel': 0.6.1(@rsbuild/core@0.6.1) '@rsbuild/plugin-babel': 0.6.4(@rsbuild/core@0.6.4)
'@rsbuild/shared': 0.6.1(@swc/helpers@0.5.3) '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3)
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4)
babel-plugin-vue-jsx-hmr: 1.0.0 babel-plugin-vue-jsx-hmr: 1.0.0
transitivePeerDependencies: transitivePeerDependencies:
@ -1492,14 +1492,14 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@rsbuild/plugin-vue@0.6.1(@rsbuild/core@0.6.1)(esbuild@0.20.2)(vue@3.4.21): /@rsbuild/plugin-vue@0.6.4(@rsbuild/core@0.6.4)(esbuild@0.20.2)(vue@3.4.23):
resolution: {integrity: sha512-OkKIIX7skZMyma/Bk4mMYeHL0WbYG/NiBunU5vf4JpijEnUtzZCTz69CZGGTmL4pVsFMKb2LAW2uWqRk9U2Wtw==} resolution: {integrity: sha512-2WoSUe/sGCOY/jX/Ft/tZAwdMRfYjezOIF5l29nTY5zOPZYalS0ohAzgjf83jbQXSX1+pgSzTgOPE3whgq/0Aw==}
peerDependencies: peerDependencies:
'@rsbuild/core': ^0.6.1 '@rsbuild/core': ^0.6.4
dependencies: dependencies:
'@rsbuild/core': 0.6.1 '@rsbuild/core': 0.6.4
'@rsbuild/shared': 0.6.1(@swc/helpers@0.5.3) '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3)
vue-loader: 17.4.2(vue@3.4.21)(webpack@5.91.0) vue-loader: 17.4.2(vue@3.4.23)(webpack@5.91.0)
webpack: 5.91.0(esbuild@0.20.2) webpack: 5.91.0(esbuild@0.20.2)
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
@ -1511,104 +1511,104 @@ packages:
- webpack-cli - webpack-cli
dev: false dev: false
/@rsbuild/shared@0.6.1(@swc/helpers@0.5.3): /@rsbuild/shared@0.6.4(@swc/helpers@0.5.3):
resolution: {integrity: sha512-AEjdkhgc1FHPPEPWua3k6i/UOgxw9xvIGjl7IEyC4jJgYAKDqr2LcL6hhP+dS3BAVDUsJrQJ0FN3zWLkaYICDQ==} resolution: {integrity: sha512-MqaVYNRcq/eT7TNt/iMQzdyN71WwT1wEonnJIz4/x5wV0sf82BN0rrIwFLBSkEO/0HBf1K5bKGTjX727tJNztw==}
dependencies: dependencies:
'@rspack/core': 0.6.1(@swc/helpers@0.5.3) '@rspack/core': 0.6.2(@swc/helpers@0.5.3)
caniuse-lite: 1.0.30001609 caniuse-lite: 1.0.30001609
postcss: 8.4.38 postcss: 8.4.38
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
dev: false dev: false
/@rspack/binding-darwin-arm64@0.6.1: /@rspack/binding-darwin-arm64@0.6.2:
resolution: {integrity: sha512-VbNGprAwNDrddEzGUuy6c+Q9DVlLj8jbtKsBK8maw0ERH7csX+RiH8iK+mUUf3TVMB7egRPODCBgzluyh4smYw==} resolution: {integrity: sha512-2+fpr27wJXVMsY441NRonws/e9RKBUWYX7onc0lFKVg/ZSmEfHWyrygcit/dpghIYQw9NJl5SiPGIPcIYeZd4w==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-darwin-x64@0.6.1: /@rspack/binding-darwin-x64@0.6.2:
resolution: {integrity: sha512-JPRSVUEHxPPNaD8H1e5dCinu/ST5UKF0PTfxL4yElbwWnujWRYhoXZAqEEImDTFIHl8pzf5asUEUt01UGpLuqw==} resolution: {integrity: sha512-q9m+10CZEmElqYoZNSN0V/kNBv1QMjHA7X+93GxtFa2hC7u/zfy80w0EFwSWV/6s5Z7wygmOHH72GAquuRZJUg==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-linux-arm64-gnu@0.6.1: /@rspack/binding-linux-arm64-gnu@0.6.2:
resolution: {integrity: sha512-XM3qcxuoH3cETolV1xE8ig169K8hJ5xUcll3bJ0xAmDOdqzXIjnlcKiXWEJbgDY5VFwOqh27SoB3xxXQQv6KPQ==} resolution: {integrity: sha512-F13+1zk8KUagizuvSjh7A83FxF3R/b6+yRIMln7TuV0DQ42JV8H48q/tU8+wI+KqdsNgj2yO8LZjqOQ994k4ow==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-linux-arm64-musl@0.6.1: /@rspack/binding-linux-arm64-musl@0.6.2:
resolution: {integrity: sha512-WHDZew5i/Vts5MOyFwwjkfZrPehx9d6Zx/dGSsUriyu+bFmJGNnvSPpcpJejL9t0GNsjs1EL7K5fjwXro3qABA==} resolution: {integrity: sha512-1IyPH6hQreOvcNZmwK4XD8E5NEYqrtzKvsUPB13AV3+mO1EHxhnwQ7Dtk82mqwtaTTUPXJRREp+UNjwUTeJ6bA==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-linux-x64-gnu@0.6.1: /@rspack/binding-linux-x64-gnu@0.6.2:
resolution: {integrity: sha512-bvexuC7ad2hbIDWRURAdwvMHoJmDLL+W2iaQp2xe7x1WKaGt5fT6ZePAth+f0xro+PuAbnfJ5H3J++xvqvAUHA==} resolution: {integrity: sha512-NbqU05wIy1qC+66qlQjE9Zo4oAd70lZRgfO8iuLvon0GxG7plpffefhsAoAsh5vFg17ac6NWdwUUzWImYv2jhQ==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-linux-x64-musl@0.6.1: /@rspack/binding-linux-x64-musl@0.6.2:
resolution: {integrity: sha512-o4P54sUVaHVYyCd6KAUgBNOkBVD39xOyjpK3Ob8+lmrunDAzw6hbE2tMORMm9BfaCeKh+F17VthPjTlFgQsRRg==} resolution: {integrity: sha512-K18x2AR1UiABqJMTlB/mXPytdc9dk0tQuQyJ3hH+gxhYI6T6w22p+hQWq1T9vJsIIk2P693YrfXR66mRFiknsw==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-win32-arm64-msvc@0.6.1: /@rspack/binding-win32-arm64-msvc@0.6.2:
resolution: {integrity: sha512-6OoPlxZH2j+k1JyzO0khbtodJmXgpscx7sa6i2HvUsSWJVxAAjMf2ZdRsDGwMxATp9S9HIDklqV7h2X9/nfIvg==} resolution: {integrity: sha512-00FdIoh2X8zt2i07R89zyI0HONof91PiM5JgY8BAfSPur+M9Uj7stqYHezr0KtVdgH2sASMURFGmgcz62pLViw==}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-win32-ia32-msvc@0.6.1: /@rspack/binding-win32-ia32-msvc@0.6.2:
resolution: {integrity: sha512-eJ+WNrEymxFBAB187fFobCS3MUc1afCv0EzAs9LAVPgj2Z3fE8l2XCDUPsRkGtQyh8ftTdyyY9JNqYEIOrx4RQ==} resolution: {integrity: sha512-ZU43j+iicnDrTsu/Wrw/18E+zUTFCfTUdq2BlaKH8yxhJVYqPHFjQo64p/7djULeZVchZU4uGuu00oovEHl/zg==}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding-win32-x64-msvc@0.6.1: /@rspack/binding-win32-x64-msvc@0.6.2:
resolution: {integrity: sha512-Wk/p1jwcjICKOGLmUkrbUZTZ5yQuYJEjNhMyAZDBQtQMOqkycOsijw8c/KYEfJTzSK0TuE+5rK5WDqQkGaYFoQ==} resolution: {integrity: sha512-1Ycfry5nk5SMDYOjlOmVXf4tJHOp2H2Wwupf5j2pUYPD9lyETt7O7GIQbdCLOcBLuyt0OSscDARTcqGlLw27gQ==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: false dev: false
optional: true optional: true
/@rspack/binding@0.6.1: /@rspack/binding@0.6.2:
resolution: {integrity: sha512-Kh81wjmT7r0JiFrqyMOkuve5Pwm4Mq44m6+tywE15bDTpahDIDQ3x18fZqeSTWG4t3P0fhvljsiWWAlPvwyjOg==} resolution: {integrity: sha512-1LVccU/LRIMqp2g1ct2ebDS1DL7MnBlQNcUGf3szIiDsYXuGe3Pk4qdiLbVLzBQoDQFYKJmIgmUA1UkKZ5UN5g==}
optionalDependencies: optionalDependencies:
'@rspack/binding-darwin-arm64': 0.6.1 '@rspack/binding-darwin-arm64': 0.6.2
'@rspack/binding-darwin-x64': 0.6.1 '@rspack/binding-darwin-x64': 0.6.2
'@rspack/binding-linux-arm64-gnu': 0.6.1 '@rspack/binding-linux-arm64-gnu': 0.6.2
'@rspack/binding-linux-arm64-musl': 0.6.1 '@rspack/binding-linux-arm64-musl': 0.6.2
'@rspack/binding-linux-x64-gnu': 0.6.1 '@rspack/binding-linux-x64-gnu': 0.6.2
'@rspack/binding-linux-x64-musl': 0.6.1 '@rspack/binding-linux-x64-musl': 0.6.2
'@rspack/binding-win32-arm64-msvc': 0.6.1 '@rspack/binding-win32-arm64-msvc': 0.6.2
'@rspack/binding-win32-ia32-msvc': 0.6.1 '@rspack/binding-win32-ia32-msvc': 0.6.2
'@rspack/binding-win32-x64-msvc': 0.6.1 '@rspack/binding-win32-x64-msvc': 0.6.2
dev: false dev: false
/@rspack/core@0.6.1(@swc/helpers@0.5.3): /@rspack/core@0.6.2(@swc/helpers@0.5.3):
resolution: {integrity: sha512-DBlyxm0cyxJ0WiYLeirdJghLhKovLXDhZiQZovZPTFljd1ZX1lCDvTj11KApmW8eJDoiBi0QDYWRLXeZetGllg==} resolution: {integrity: sha512-1IggX3FZM4bVhUWhBIeUroiyOH05fBFIT3gvanpXIE00yMbp1exFjkfko5HmQ6e5FQrIvcNEBoQ2QyIYzu0vOw==}
engines: {node: '>=16.0.0'} engines: {node: '>=16.0.0'}
peerDependencies: peerDependencies:
'@swc/helpers': '>=0.5.1' '@swc/helpers': '>=0.5.1'
@ -1616,8 +1616,8 @@ packages:
'@swc/helpers': '@swc/helpers':
optional: true optional: true
dependencies: dependencies:
'@module-federation/runtime-tools': 0.0.8 '@module-federation/runtime-tools': 0.1.6
'@rspack/binding': 0.6.1 '@rspack/binding': 0.6.2
'@swc/helpers': 0.5.3 '@swc/helpers': 0.5.3
browserslist: 4.23.0 browserslist: 4.23.0
enhanced-resolve: 5.12.0 enhanced-resolve: 5.12.0
@ -1707,7 +1707,7 @@ packages:
/@types/jsonfile@6.1.4: /@types/jsonfile@6.1.4:
resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==}
dependencies: dependencies:
'@types/node': 18.19.29 '@types/node': 18.19.31
dev: true dev: true
/@types/less@3.0.6: /@types/less@3.0.6:
@ -1734,6 +1734,12 @@ packages:
resolution: {integrity: sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==} resolution: {integrity: sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
dev: true
/@types/node@18.19.31:
resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==}
dependencies:
undici-types: 5.26.5
/@types/semver@7.5.6: /@types/semver@7.5.6:
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
@ -1874,7 +1880,7 @@ packages:
/@ungap/structured-clone@1.2.0: /@ungap/structured-clone@1.2.0:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
/@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.13)(vue@3.4.21): /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.13)(vue@3.4.23):
resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -1884,20 +1890,20 @@ packages:
'@babel/core': 7.24.3 '@babel/core': 7.24.3
'@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3)
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.3) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.3)
vite: 5.0.13(@types/node@18.19.29) vite: 5.0.13(@types/node@18.19.31)
vue: 3.4.21(typescript@5.3.3) vue: 3.4.23(typescript@5.3.3)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
/@vitejs/plugin-vue@4.6.2(vite@5.0.13)(vue@3.4.21): /@vitejs/plugin-vue@4.6.2(vite@5.0.13)(vue@3.4.23):
resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==} resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 || ^5.0.0 vite: ^4.0.0 || ^5.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 5.0.13(@types/node@18.19.29) vite: 5.0.13(@types/node@18.19.31)
vue: 3.4.21(typescript@5.3.3) vue: 3.4.23(typescript@5.3.3)
/@vitest/coverage-istanbul@1.2.0(vitest@1.2.0): /@vitest/coverage-istanbul@1.2.0(vitest@1.2.0):
resolution: {integrity: sha512-hNN/pUR5la6P/L78+YcRl05Lpf6APXlH9ujkmCxxjVWtVG6WuKuqUMhHgYQBYfiOORBwDZ1MBgSUGCMPh4kpmQ==} resolution: {integrity: sha512-hNN/pUR5la6P/L78+YcRl05Lpf6APXlH9ujkmCxxjVWtVG6WuKuqUMhHgYQBYfiOORBwDZ1MBgSUGCMPh4kpmQ==}
@ -1913,7 +1919,7 @@ packages:
magicast: 0.3.2 magicast: 0.3.2
picocolors: 1.0.0 picocolors: 1.0.0
test-exclude: 6.0.0 test-exclude: 6.0.0
vitest: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) vitest: 1.2.0(@types/node@18.19.31)(jsdom@22.1.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -1937,7 +1943,7 @@ packages:
/@vitest/snapshot@1.2.0: /@vitest/snapshot@1.2.0:
resolution: {integrity: sha512-P33EE7TrVgB3HDLllrjK/GG6WSnmUtWohbwcQqmm7TAk9AVHpdgf7M3F3qRHKm6vhr7x3eGIln7VH052Smo6Kw==} resolution: {integrity: sha512-P33EE7TrVgB3HDLllrjK/GG6WSnmUtWohbwcQqmm7TAk9AVHpdgf7M3F3qRHKm6vhr7x3eGIln7VH052Smo6Kw==}
dependencies: dependencies:
magic-string: 0.30.5 magic-string: 0.30.8
pathe: 1.1.2 pathe: 1.1.2
pretty-format: 29.7.0 pretty-format: 29.7.0
dev: true dev: true
@ -2017,7 +2023,7 @@ packages:
'@babel/helper-module-imports': 7.22.15 '@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.0 '@babel/helper-plugin-utils': 7.24.0
'@babel/parser': 7.24.1 '@babel/parser': 7.24.1
'@vue/compiler-sfc': 3.4.15 '@vue/compiler-sfc': 3.4.21
/@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4): /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4):
resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==}
@ -2029,32 +2035,26 @@ packages:
'@babel/helper-module-imports': 7.22.15 '@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.0 '@babel/helper-plugin-utils': 7.24.0
'@babel/parser': 7.24.1 '@babel/parser': 7.24.1
'@vue/compiler-sfc': 3.4.15 '@vue/compiler-sfc': 3.4.21
dev: false dev: false
/@vue/compiler-core@3.4.15:
resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==}
dependencies:
'@babel/parser': 7.24.1
'@vue/shared': 3.4.15
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
/@vue/compiler-core@3.4.21: /@vue/compiler-core@3.4.21:
resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==}
dependencies: dependencies:
'@babel/parser': 7.24.1 '@babel/parser': 7.24.4
'@vue/shared': 3.4.21 '@vue/shared': 3.4.21
entities: 4.5.0 entities: 4.5.0
estree-walker: 2.0.2 estree-walker: 2.0.2
source-map-js: 1.2.0 source-map-js: 1.2.0
/@vue/compiler-dom@3.4.15: /@vue/compiler-core@3.4.23:
resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==} resolution: {integrity: sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==}
dependencies: dependencies:
'@vue/compiler-core': 3.4.15 '@babel/parser': 7.24.4
'@vue/shared': 3.4.15 '@vue/shared': 3.4.23
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
/@vue/compiler-dom@3.4.21: /@vue/compiler-dom@3.4.21:
resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==}
@ -2062,23 +2062,16 @@ packages:
'@vue/compiler-core': 3.4.21 '@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21 '@vue/shared': 3.4.21
/@vue/compiler-sfc@3.4.15: /@vue/compiler-dom@3.4.23:
resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==} resolution: {integrity: sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==}
dependencies: dependencies:
'@babel/parser': 7.24.1 '@vue/compiler-core': 3.4.23
'@vue/compiler-core': 3.4.15 '@vue/shared': 3.4.23
'@vue/compiler-dom': 3.4.15
'@vue/compiler-ssr': 3.4.15
'@vue/shared': 3.4.15
estree-walker: 2.0.2
magic-string: 0.30.5
postcss: 8.4.38
source-map-js: 1.2.0
/@vue/compiler-sfc@3.4.21: /@vue/compiler-sfc@3.4.21:
resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==}
dependencies: dependencies:
'@babel/parser': 7.24.1 '@babel/parser': 7.24.4
'@vue/compiler-core': 3.4.21 '@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21 '@vue/compiler-dom': 3.4.21
'@vue/compiler-ssr': 3.4.21 '@vue/compiler-ssr': 3.4.21
@ -2088,11 +2081,18 @@ packages:
postcss: 8.4.38 postcss: 8.4.38
source-map-js: 1.2.0 source-map-js: 1.2.0
/@vue/compiler-ssr@3.4.15: /@vue/compiler-sfc@3.4.23:
resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==} resolution: {integrity: sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==}
dependencies: dependencies:
'@vue/compiler-dom': 3.4.15 '@babel/parser': 7.24.4
'@vue/shared': 3.4.15 '@vue/compiler-core': 3.4.23
'@vue/compiler-dom': 3.4.23
'@vue/compiler-ssr': 3.4.23
'@vue/shared': 3.4.23
estree-walker: 2.0.2
magic-string: 0.30.8
postcss: 8.4.38
source-map-js: 1.2.0
/@vue/compiler-ssr@3.4.21: /@vue/compiler-ssr@3.4.21:
resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==}
@ -2100,42 +2100,48 @@ packages:
'@vue/compiler-dom': 3.4.21 '@vue/compiler-dom': 3.4.21
'@vue/shared': 3.4.21 '@vue/shared': 3.4.21
/@vue/compiler-ssr@3.4.23:
resolution: {integrity: sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==}
dependencies:
'@vue/compiler-dom': 3.4.23
'@vue/shared': 3.4.23
/@vue/devtools-api@6.6.1: /@vue/devtools-api@6.6.1:
resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==}
/@vue/reactivity@3.4.21: /@vue/reactivity@3.4.23:
resolution: {integrity: sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==} resolution: {integrity: sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==}
dependencies: dependencies:
'@vue/shared': 3.4.21 '@vue/shared': 3.4.23
/@vue/runtime-core@3.4.21: /@vue/runtime-core@3.4.23:
resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} resolution: {integrity: sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==}
dependencies: dependencies:
'@vue/reactivity': 3.4.21 '@vue/reactivity': 3.4.23
'@vue/shared': 3.4.21 '@vue/shared': 3.4.23
/@vue/runtime-dom@3.4.21: /@vue/runtime-dom@3.4.23:
resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} resolution: {integrity: sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==}
dependencies: dependencies:
'@vue/runtime-core': 3.4.21 '@vue/runtime-core': 3.4.23
'@vue/shared': 3.4.21 '@vue/shared': 3.4.23
csstype: 3.1.3 csstype: 3.1.3
/@vue/server-renderer@3.4.21(vue@3.4.21): /@vue/server-renderer@3.4.23(vue@3.4.23):
resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} resolution: {integrity: sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==}
peerDependencies: peerDependencies:
vue: 3.4.21 vue: 3.4.23
dependencies: dependencies:
'@vue/compiler-ssr': 3.4.21 '@vue/compiler-ssr': 3.4.23
'@vue/shared': 3.4.21 '@vue/shared': 3.4.23
vue: 3.4.21(typescript@5.3.3) vue: 3.4.23(typescript@5.3.3)
/@vue/shared@3.4.15:
resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==}
/@vue/shared@3.4.21: /@vue/shared@3.4.21:
resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==}
/@vue/shared@3.4.23:
resolution: {integrity: sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==}
/@vue/test-utils@2.4.5: /@vue/test-utils@2.4.5:
resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==} resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==}
dependencies: dependencies:
@ -3372,7 +3378,7 @@ packages:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
dev: true dev: true
/html-rspack-plugin@5.6.2(@rspack/core@0.6.1): /html-rspack-plugin@5.6.2(@rspack/core@0.6.2):
resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==} resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==}
engines: {node: '>=10.13.0'} engines: {node: '>=10.13.0'}
peerDependencies: peerDependencies:
@ -3381,7 +3387,7 @@ packages:
'@rspack/core': '@rspack/core':
optional: true optional: true
dependencies: dependencies:
'@rspack/core': 0.6.1(@swc/helpers@0.5.3) '@rspack/core': 0.6.2(@swc/helpers@0.5.3)
lodash: 4.17.21 lodash: 4.17.21
tapable: 2.2.1 tapable: 2.2.1
dev: false dev: false
@ -3579,7 +3585,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 18.19.29 '@types/node': 18.19.31
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 8.1.1 supports-color: 8.1.1
dev: false dev: false
@ -3782,6 +3788,7 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
dev: true
/magic-string@0.30.8: /magic-string@0.30.8:
resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==}
@ -4640,7 +4647,7 @@ packages:
/util-deprecate@1.0.2: /util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
/vite-node@1.2.0(@types/node@18.19.29): /vite-node@1.2.0(@types/node@18.19.31):
resolution: {integrity: sha512-ETnQTHeAbbOxl7/pyBck9oAPZZZo+kYnFt1uQDD+hPReOc+wCjXw4r4jHriBRuVDB5isHmPXxrfc1yJnfBERqg==} resolution: {integrity: sha512-ETnQTHeAbbOxl7/pyBck9oAPZZZo+kYnFt1uQDD+hPReOc+wCjXw4r4jHriBRuVDB5isHmPXxrfc1yJnfBERqg==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -4649,7 +4656,7 @@ packages:
debug: 4.3.4 debug: 4.3.4
pathe: 1.1.2 pathe: 1.1.2
picocolors: 1.0.0 picocolors: 1.0.0
vite: 5.0.13(@types/node@18.19.29) vite: 5.0.13(@types/node@18.19.31)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
- less - less
@ -4661,7 +4668,7 @@ packages:
- terser - terser
dev: true dev: true
/vite@5.0.13(@types/node@18.19.29): /vite@5.0.13(@types/node@18.19.31):
resolution: {integrity: sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==} resolution: {integrity: sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -4689,7 +4696,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.19.29 '@types/node': 18.19.31
esbuild: 0.19.12 esbuild: 0.19.12
postcss: 8.4.38 postcss: 8.4.38
rollup: 4.14.0 rollup: 4.14.0
@ -4739,10 +4746,10 @@ packages:
vitest: '*' vitest: '*'
dependencies: dependencies:
jest-canvas-mock: 2.5.2 jest-canvas-mock: 2.5.2
vitest: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) vitest: 1.2.0(@types/node@18.19.31)(jsdom@22.1.0)
dev: true dev: true
/vitest@1.2.0(@types/node@18.19.29)(jsdom@22.1.0): /vitest@1.2.0(@types/node@18.19.31)(jsdom@22.1.0):
resolution: {integrity: sha512-Ixs5m7BjqvLHXcibkzKRQUvD/XLw0E3rvqaCMlrm/0LMsA0309ZqYvTlPzkhh81VlEyVZXFlwWnkhb6/UMtcaQ==} resolution: {integrity: sha512-Ixs5m7BjqvLHXcibkzKRQUvD/XLw0E3rvqaCMlrm/0LMsA0309ZqYvTlPzkhh81VlEyVZXFlwWnkhb6/UMtcaQ==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -4767,7 +4774,7 @@ packages:
jsdom: jsdom:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.19.29 '@types/node': 18.19.31
'@vitest/expect': 1.2.0 '@vitest/expect': 1.2.0
'@vitest/runner': 1.2.0 '@vitest/runner': 1.2.0
'@vitest/snapshot': 1.2.0 '@vitest/snapshot': 1.2.0
@ -4787,8 +4794,8 @@ packages:
strip-literal: 1.3.0 strip-literal: 1.3.0
tinybench: 2.5.1 tinybench: 2.5.1
tinypool: 0.8.1 tinypool: 0.8.1
vite: 5.0.13(@types/node@18.19.29) vite: 5.0.13(@types/node@18.19.31)
vite-node: 1.2.0(@types/node@18.19.29) vite-node: 1.2.0(@types/node@18.19.31)
why-is-node-running: 2.2.2 why-is-node-running: 2.2.2
transitivePeerDependencies: transitivePeerDependencies:
- less - less
@ -4822,7 +4829,7 @@ packages:
- supports-color - supports-color
dev: false dev: false
/vue-loader@17.4.2(vue@3.4.21)(webpack@5.91.0): /vue-loader@17.4.2(vue@3.4.23)(webpack@5.91.0):
resolution: {integrity: sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==} resolution: {integrity: sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==}
peerDependencies: peerDependencies:
'@vue/compiler-sfc': '*' '@vue/compiler-sfc': '*'
@ -4836,32 +4843,32 @@ packages:
dependencies: dependencies:
chalk: 4.1.2 chalk: 4.1.2
hash-sum: 2.0.0 hash-sum: 2.0.0
vue: 3.4.21(typescript@5.3.3) vue: 3.4.23(typescript@5.3.3)
watchpack: 2.4.1 watchpack: 2.4.1
webpack: 5.91.0(esbuild@0.20.2) webpack: 5.91.0(esbuild@0.20.2)
dev: false dev: false
/vue-router@4.3.0(vue@3.4.21): /vue-router@4.3.2(vue@3.4.23):
resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==} resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==}
peerDependencies: peerDependencies:
vue: ^3.2.0 vue: ^3.2.0
dependencies: dependencies:
'@vue/devtools-api': 6.6.1 '@vue/devtools-api': 6.6.1
vue: 3.4.21(typescript@5.3.3) vue: 3.4.23(typescript@5.3.3)
/vue@3.4.21(typescript@5.3.3): /vue@3.4.23(typescript@5.3.3):
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} resolution: {integrity: sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
peerDependenciesMeta: peerDependenciesMeta:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@vue/compiler-dom': 3.4.21 '@vue/compiler-dom': 3.4.23
'@vue/compiler-sfc': 3.4.21 '@vue/compiler-sfc': 3.4.23
'@vue/runtime-dom': 3.4.21 '@vue/runtime-dom': 3.4.23
'@vue/server-renderer': 3.4.21(vue@3.4.21) '@vue/server-renderer': 3.4.23(vue@3.4.23)
'@vue/shared': 3.4.21 '@vue/shared': 3.4.23
typescript: 5.3.3 typescript: 5.3.3
/w3c-xmlserializer@4.0.0: /w3c-xmlserializer@4.0.0: