mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update all non-major dependencies (#9802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b915321d37
commit
c5494580a2
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
|||||||
nmMode: hardlinks-local
|
nmMode: hardlinks-local
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
yarnPath: .yarn/releases/yarn-3.3.0.cjs
|
yarnPath: .yarn/releases/yarn-3.3.1.cjs
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"resolutions": {
|
"resolutions": {
|
||||||
"parse5": "6.0.1"
|
"parse5": "6.0.1"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.3.0"
|
"packageManager": "yarn@3.3.1"
|
||||||
}
|
}
|
||||||
|
10
package.json
10
package.json
@ -36,7 +36,7 @@
|
|||||||
"nuxt": "workspace:*",
|
"nuxt": "workspace:*",
|
||||||
"nuxt3": "workspace:nuxt@*",
|
"nuxt3": "workspace:nuxt@*",
|
||||||
"unbuild": "^1.0.2",
|
"unbuild": "^1.0.2",
|
||||||
"vite": "^4.0.2",
|
"vite": "^4.0.3",
|
||||||
"vue": "3.2.45"
|
"vue": "3.2.45"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -51,7 +51,7 @@
|
|||||||
"@types/node": "^18.11.17",
|
"@types/node": "^18.11.17",
|
||||||
"@types/rimraf": "^3",
|
"@types/rimraf": "^3",
|
||||||
"@types/semver": "^7",
|
"@types/semver": "^7",
|
||||||
"@unocss/reset": "^0.47.6",
|
"@unocss/reset": "^0.48.0",
|
||||||
"case-police": "^0.5.10",
|
"case-police": "^0.5.10",
|
||||||
"changelogen": "^0.4.0",
|
"changelogen": "^0.4.0",
|
||||||
"crawler": "^1.3.0",
|
"crawler": "^1.3.0",
|
||||||
@ -72,11 +72,11 @@
|
|||||||
"typescript": "^4.9.4",
|
"typescript": "^4.9.4",
|
||||||
"ufo": "^1.0.1",
|
"ufo": "^1.0.1",
|
||||||
"unbuild": "^1.0.2",
|
"unbuild": "^1.0.2",
|
||||||
"vite": "^4.0.2",
|
"vite": "^4.0.3",
|
||||||
"vitest": "^0.26.1",
|
"vitest": "^0.26.2",
|
||||||
"vue-tsc": "^1.0.16"
|
"vue-tsc": "^1.0.16"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@7.18.2",
|
"packageManager": "pnpm@7.19.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
"knitwork": "^1.0.0",
|
"knitwork": "^1.0.0",
|
||||||
"magic-string": "^0.27.0",
|
"magic-string": "^0.27.0",
|
||||||
"mlly": "^1.0.0",
|
"mlly": "^1.0.0",
|
||||||
"nitropack": "npm:nitropack-edge@2.0.0-27857536.c326873",
|
"nitropack": "npm:nitropack-edge@2.0.0-27860563.409fe2b",
|
||||||
"nuxi": "3.0.0",
|
"nuxi": "3.0.0",
|
||||||
"ohash": "^1.0.0",
|
"ohash": "^1.0.0",
|
||||||
"ofetch": "^1.0.0",
|
"ofetch": "^1.0.0",
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
"@types/semver": "^7",
|
"@types/semver": "^7",
|
||||||
"@unhead/schema": "^1.0.13",
|
"@unhead/schema": "^1.0.13",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.0.0",
|
||||||
"nitropack": "npm:nitropack-edge@2.0.0-27857536.c326873",
|
"nitropack": "npm:nitropack-edge@2.0.0-27860563.409fe2b",
|
||||||
"unbuild": "latest",
|
"unbuild": "latest",
|
||||||
"vite": "~4.0.2"
|
"vite": "~4.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"c12": "^1.1.0",
|
"c12": "^1.1.0",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"playwright": "^1.29.0",
|
"playwright": "^1.29.0",
|
||||||
"unbuild": "latest",
|
"unbuild": "latest",
|
||||||
"vitest": "^0.26.1"
|
"vitest": "^0.26.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.2.45"
|
"vue": "^3.2.45"
|
||||||
|
@ -48,8 +48,8 @@
|
|||||||
"rollup-plugin-visualizer": "^5.8.3",
|
"rollup-plugin-visualizer": "^5.8.3",
|
||||||
"ufo": "^1.0.1",
|
"ufo": "^1.0.1",
|
||||||
"unplugin": "^1.0.1",
|
"unplugin": "^1.0.1",
|
||||||
"vite": "~4.0.2",
|
"vite": "~4.0.3",
|
||||||
"vite-node": "^0.26.1",
|
"vite-node": "^0.26.2",
|
||||||
"vite-plugin-checker": "^0.5.2",
|
"vite-plugin-checker": "^0.5.2",
|
||||||
"vue-bundle-renderer": "^1.0.0"
|
"vue-bundle-renderer": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
346
pnpm-lock.yaml
346
pnpm-lock.yaml
@ -10,7 +10,7 @@ overrides:
|
|||||||
nuxt: workspace:*
|
nuxt: workspace:*
|
||||||
nuxt3: workspace:nuxt@*
|
nuxt3: workspace:nuxt@*
|
||||||
unbuild: ^1.0.2
|
unbuild: ^1.0.2
|
||||||
vite: ^4.0.2
|
vite: ^4.0.3
|
||||||
vue: 3.2.45
|
vue: 3.2.45
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
@ -28,7 +28,7 @@ importers:
|
|||||||
'@types/node': ^18.11.17
|
'@types/node': ^18.11.17
|
||||||
'@types/rimraf': ^3
|
'@types/rimraf': ^3
|
||||||
'@types/semver': ^7
|
'@types/semver': ^7
|
||||||
'@unocss/reset': ^0.47.6
|
'@unocss/reset': ^0.48.0
|
||||||
case-police: ^0.5.10
|
case-police: ^0.5.10
|
||||||
changelogen: ^0.4.0
|
changelogen: ^0.4.0
|
||||||
crawler: ^1.3.0
|
crawler: ^1.3.0
|
||||||
@ -49,8 +49,8 @@ importers:
|
|||||||
typescript: ^4.9.4
|
typescript: ^4.9.4
|
||||||
ufo: ^1.0.1
|
ufo: ^1.0.1
|
||||||
unbuild: ^1.0.2
|
unbuild: ^1.0.2
|
||||||
vite: ^4.0.2
|
vite: ^4.0.3
|
||||||
vitest: ^0.26.1
|
vitest: ^0.26.2
|
||||||
vue-tsc: ^1.0.16
|
vue-tsc: ^1.0.16
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@actions/core': 1.10.0
|
'@actions/core': 1.10.0
|
||||||
@ -64,7 +64,7 @@ importers:
|
|||||||
'@types/node': 18.11.17
|
'@types/node': 18.11.17
|
||||||
'@types/rimraf': 3.0.2
|
'@types/rimraf': 3.0.2
|
||||||
'@types/semver': 7.3.12
|
'@types/semver': 7.3.12
|
||||||
'@unocss/reset': 0.47.6
|
'@unocss/reset': 0.48.0
|
||||||
case-police: 0.5.10
|
case-police: 0.5.10
|
||||||
changelogen: 0.4.0
|
changelogen: 0.4.0
|
||||||
crawler: 1.3.0
|
crawler: 1.3.0
|
||||||
@ -85,8 +85,8 @@ importers:
|
|||||||
typescript: 4.9.4
|
typescript: 4.9.4
|
||||||
ufo: 1.0.1
|
ufo: 1.0.1
|
||||||
unbuild: 1.0.2
|
unbuild: 1.0.2
|
||||||
vite: 4.0.2_@types+node@18.11.17
|
vite: 4.0.3_@types+node@18.11.17
|
||||||
vitest: 0.26.1
|
vitest: 0.26.2
|
||||||
vue-tsc: 1.0.16_typescript@4.9.4
|
vue-tsc: 1.0.16_typescript@4.9.4
|
||||||
|
|
||||||
examples/advanced/config-extends:
|
examples/advanced/config-extends:
|
||||||
@ -121,7 +121,7 @@ importers:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/test-utils': link:../../../packages/test-utils
|
'@nuxt/test-utils': link:../../../packages/test-utils
|
||||||
nuxt: link:../../../packages/nuxt
|
nuxt: link:../../../packages/nuxt
|
||||||
vitest: 0.26.1
|
vitest: 0.26.2
|
||||||
|
|
||||||
examples/app-config:
|
examples/app-config:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -435,7 +435,7 @@ importers:
|
|||||||
knitwork: ^1.0.0
|
knitwork: ^1.0.0
|
||||||
magic-string: ^0.27.0
|
magic-string: ^0.27.0
|
||||||
mlly: ^1.0.0
|
mlly: ^1.0.0
|
||||||
nitropack: npm:nitropack-edge@2.0.0-27857536.c326873
|
nitropack: npm:nitropack-edge@2.0.0-27860563.409fe2b
|
||||||
nuxi: workspace:*
|
nuxi: workspace:*
|
||||||
ofetch: ^1.0.0
|
ofetch: ^1.0.0
|
||||||
ohash: ^1.0.0
|
ohash: ^1.0.0
|
||||||
@ -481,7 +481,7 @@ importers:
|
|||||||
knitwork: 1.0.0
|
knitwork: 1.0.0
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
mlly: 1.0.0
|
mlly: 1.0.0
|
||||||
nitropack: /nitropack-edge/2.0.0-27857536.c326873
|
nitropack: /nitropack-edge/2.0.0-27860563.409fe2b
|
||||||
nuxi: link:../nuxi
|
nuxi: link:../nuxi
|
||||||
ofetch: 1.0.0
|
ofetch: 1.0.0
|
||||||
ohash: 1.0.0
|
ohash: 1.0.0
|
||||||
@ -517,7 +517,7 @@ importers:
|
|||||||
defu: ^6.1.1
|
defu: ^6.1.1
|
||||||
hookable: ^5.4.2
|
hookable: ^5.4.2
|
||||||
jiti: ^1.16.0
|
jiti: ^1.16.0
|
||||||
nitropack: npm:nitropack-edge@2.0.0-27857536.c326873
|
nitropack: npm:nitropack-edge@2.0.0-27860563.409fe2b
|
||||||
pathe: ^1.0.0
|
pathe: ^1.0.0
|
||||||
pkg-types: ^1.0.1
|
pkg-types: ^1.0.1
|
||||||
postcss-import-resolver: ^2.0.0
|
postcss-import-resolver: ^2.0.0
|
||||||
@ -527,7 +527,7 @@ importers:
|
|||||||
unbuild: ^1.0.2
|
unbuild: ^1.0.2
|
||||||
unimport: ^1.1.0
|
unimport: ^1.1.0
|
||||||
untyped: ^1.2.0
|
untyped: ^1.2.0
|
||||||
vite: ^4.0.2
|
vite: ^4.0.3
|
||||||
dependencies:
|
dependencies:
|
||||||
c12: 1.1.0
|
c12: 1.1.0
|
||||||
create-require: 1.1.1
|
create-require: 1.1.1
|
||||||
@ -546,10 +546,10 @@ importers:
|
|||||||
'@types/lodash.template': 4.5.1
|
'@types/lodash.template': 4.5.1
|
||||||
'@types/semver': 7.3.12
|
'@types/semver': 7.3.12
|
||||||
'@unhead/schema': 1.0.13
|
'@unhead/schema': 1.0.13
|
||||||
'@vitejs/plugin-vue': 4.0.0_vite@4.0.2
|
'@vitejs/plugin-vue': 4.0.0_vite@4.0.3
|
||||||
nitropack: /nitropack-edge/2.0.0-27857536.c326873
|
nitropack: /nitropack-edge/2.0.0-27860563.409fe2b
|
||||||
unbuild: 1.0.2
|
unbuild: 1.0.2
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
|
|
||||||
packages/test-utils:
|
packages/test-utils:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -564,7 +564,7 @@ importers:
|
|||||||
pathe: ^1.0.0
|
pathe: ^1.0.0
|
||||||
playwright: ^1.29.0
|
playwright: ^1.29.0
|
||||||
unbuild: ^1.0.2
|
unbuild: ^1.0.2
|
||||||
vitest: ^0.26.1
|
vitest: ^0.26.2
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': link:../kit
|
'@nuxt/kit': link:../kit
|
||||||
'@nuxt/schema': link:../schema
|
'@nuxt/schema': link:../schema
|
||||||
@ -578,7 +578,7 @@ importers:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
playwright: 1.29.0
|
playwright: 1.29.0
|
||||||
unbuild: 1.0.2
|
unbuild: 1.0.2
|
||||||
vitest: 0.26.1
|
vitest: 0.26.2
|
||||||
|
|
||||||
packages/vite:
|
packages/vite:
|
||||||
specifiers:
|
specifiers:
|
||||||
@ -614,16 +614,16 @@ importers:
|
|||||||
ufo: ^1.0.1
|
ufo: ^1.0.1
|
||||||
unbuild: ^1.0.2
|
unbuild: ^1.0.2
|
||||||
unplugin: ^1.0.1
|
unplugin: ^1.0.1
|
||||||
vite: ^4.0.2
|
vite: ^4.0.3
|
||||||
vite-node: ^0.26.1
|
vite-node: ^0.26.2
|
||||||
vite-plugin-checker: ^0.5.2
|
vite-plugin-checker: ^0.5.2
|
||||||
vue: 3.2.45
|
vue: 3.2.45
|
||||||
vue-bundle-renderer: ^1.0.0
|
vue-bundle-renderer: ^1.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': link:../kit
|
'@nuxt/kit': link:../kit
|
||||||
'@rollup/plugin-replace': 5.0.2_rollup@3.7.5
|
'@rollup/plugin-replace': 5.0.2_rollup@3.7.5
|
||||||
'@vitejs/plugin-vue': 4.0.0_vite@4.0.2+vue@3.2.45
|
'@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.45
|
||||||
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.2+vue@3.2.45
|
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.45
|
||||||
autoprefixer: 10.4.13_postcss@8.4.20
|
autoprefixer: 10.4.13_postcss@8.4.20
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
cssnano: 5.1.14_postcss@8.4.20
|
cssnano: 5.1.14_postcss@8.4.20
|
||||||
@ -649,9 +649,9 @@ importers:
|
|||||||
rollup-plugin-visualizer: 5.8.3_rollup@3.7.5
|
rollup-plugin-visualizer: 5.8.3_rollup@3.7.5
|
||||||
ufo: 1.0.1
|
ufo: 1.0.1
|
||||||
unplugin: 1.0.1
|
unplugin: 1.0.1
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
vite-node: 0.26.1
|
vite-node: 0.26.2
|
||||||
vite-plugin-checker: 0.5.2_vite@4.0.2
|
vite-plugin-checker: 0.5.2_vite@4.0.3
|
||||||
vue-bundle-renderer: 1.0.0
|
vue-bundle-renderer: 1.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/schema': link:../schema
|
'@nuxt/schema': link:../schema
|
||||||
@ -1066,8 +1066,8 @@ packages:
|
|||||||
'@babel/helper-validator-identifier': 7.19.1
|
'@babel/helper-validator-identifier': 7.19.1
|
||||||
to-fast-properties: 2.0.0
|
to-fast-properties: 2.0.0
|
||||||
|
|
||||||
/@cloudflare/kv-asset-handler/0.2.0:
|
/@cloudflare/kv-asset-handler/0.3.0:
|
||||||
resolution: {integrity: sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==}
|
resolution: {integrity: sha512-9CB/MKf/wdvbfkUdfrj+OkEwZ5b7rws0eogJ4293h+7b6KX5toPwym+VQKmILafNB9YiehqY0DlNrDcDhdWHSQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
mime: 3.0.0
|
mime: 3.0.0
|
||||||
|
|
||||||
@ -1096,14 +1096,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/android-arm/0.16.9:
|
|
||||||
resolution: {integrity: sha512-kW5ccqWHVOOTGUkkJbtfoImtqu3kA1PFkivM+9QPFSHphPfPBlBalX9eDRqPK+wHCqKhU48/78T791qPgC9e9A==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [android]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/android-arm64/0.16.10:
|
/@esbuild/android-arm64/0.16.10:
|
||||||
resolution: {integrity: sha512-47Y+NwVKTldTlDhSgJHZ/RpvBQMUDG7eKihqaF/u6g7s0ZPz4J1vy8A3rwnnUOF2CuDn7w7Gj/QcMoWz3U3SJw==}
|
resolution: {integrity: sha512-47Y+NwVKTldTlDhSgJHZ/RpvBQMUDG7eKihqaF/u6g7s0ZPz4J1vy8A3rwnnUOF2CuDn7w7Gj/QcMoWz3U3SJw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1112,14 +1104,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/android-arm64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-ndIAZJUeLx4O+4AJbFQCurQW4VRUXjDsUvt1L+nP8bVELOWdmdCEOtlIweCUE6P+hU0uxYbEK2AEP0n5IVQvhg==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [android]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/android-x64/0.16.10:
|
/@esbuild/android-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-C4PfnrBMcuAcOurQzpF1tTtZz94IXO5JmICJJ3NFJRHbXXsQUg9RFG45KvydKqtFfBaFLCHpduUkUfXwIvGnRg==}
|
resolution: {integrity: sha512-C4PfnrBMcuAcOurQzpF1tTtZz94IXO5JmICJJ3NFJRHbXXsQUg9RFG45KvydKqtFfBaFLCHpduUkUfXwIvGnRg==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1128,14 +1112,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/android-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-UbMcJB4EHrAVOnknQklREPgclNU2CPet2h+sCBCXmF2mfoYWopBn/CfTfeyOkb/JglOcdEADqAljFndMKnFtOw==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [android]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/darwin-arm64/0.16.10:
|
/@esbuild/darwin-arm64/0.16.10:
|
||||||
resolution: {integrity: sha512-bH/bpFwldyOKdi9HSLCLhhKeVgRYr9KblchwXgY2NeUHBB/BzTUHtUSBgGBmpydB1/4E37m+ggXXfSrnD7/E7g==}
|
resolution: {integrity: sha512-bH/bpFwldyOKdi9HSLCLhhKeVgRYr9KblchwXgY2NeUHBB/BzTUHtUSBgGBmpydB1/4E37m+ggXXfSrnD7/E7g==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1144,14 +1120,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/darwin-arm64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-d7D7/nrt4CxPul98lx4PXhyNZwTYtbdaHhOSdXlZuu5zZIznjqtMqLac8Bv+IuT6SVHiHUwrkL6ywD7mOgLW+A==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [darwin]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/darwin-x64/0.16.10:
|
/@esbuild/darwin-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-OXt7ijoLuy+AjDSKQWu+KdDFMBbdeaL6wtgMKtDUXKWHiAMKHan5+R1QAG6HD4+K0nnOvEJXKHeA9QhXNAjOTQ==}
|
resolution: {integrity: sha512-OXt7ijoLuy+AjDSKQWu+KdDFMBbdeaL6wtgMKtDUXKWHiAMKHan5+R1QAG6HD4+K0nnOvEJXKHeA9QhXNAjOTQ==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1160,14 +1128,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/darwin-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-LZc+Wlz06AkJYtwWsBM3x2rSqTG8lntDuftsUNQ3fCx9ZttYtvlDcVtgb+NQ6t9s6K5No5zutN3pcjZEC2a4iQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [darwin]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/freebsd-arm64/0.16.10:
|
/@esbuild/freebsd-arm64/0.16.10:
|
||||||
resolution: {integrity: sha512-shSQX/3GHuspE3Uxtq5kcFG/zqC+VuMnJkqV7LczO41cIe6CQaXHD3QdMLA4ziRq/m0vZo7JdterlgbmgNIAlQ==}
|
resolution: {integrity: sha512-shSQX/3GHuspE3Uxtq5kcFG/zqC+VuMnJkqV7LczO41cIe6CQaXHD3QdMLA4ziRq/m0vZo7JdterlgbmgNIAlQ==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1176,14 +1136,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/freebsd-arm64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-gIj0UQZlQo93CHYouHKkpzP7AuruSaMIm1etcWIxccFEVqCN1xDr6BWlN9bM+ol/f0W9w3hx3HDuEwcJVtGneQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [freebsd]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/freebsd-x64/0.16.10:
|
/@esbuild/freebsd-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-5YVc1zdeaJGASijZmTzSO4h6uKzsQGG3pkjI6fuXvolhm3hVRhZwnHJkforaZLmzvNv5Tb7a3QL2FAVmrgySIA==}
|
resolution: {integrity: sha512-5YVc1zdeaJGASijZmTzSO4h6uKzsQGG3pkjI6fuXvolhm3hVRhZwnHJkforaZLmzvNv5Tb7a3QL2FAVmrgySIA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1192,14 +1144,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/freebsd-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-GNors4vaMJ7lzGOuhzNc7jvgsQZqErGA8rsW+nck8N1nYu86CvsJW2seigVrQQWOV4QzEP8Zf3gm+QCjA2hnBQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [freebsd]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-arm/0.16.10:
|
/@esbuild/linux-arm/0.16.10:
|
||||||
resolution: {integrity: sha512-c360287ZWI2miBnvIj23bPyVctgzeMT2kQKR+x94pVqIN44h3GF8VMEs1SFPH1UgyDr3yBbx3vowDS1SVhyVhA==}
|
resolution: {integrity: sha512-c360287ZWI2miBnvIj23bPyVctgzeMT2kQKR+x94pVqIN44h3GF8VMEs1SFPH1UgyDr3yBbx3vowDS1SVhyVhA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1208,14 +1152,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-arm/0.16.9:
|
|
||||||
resolution: {integrity: sha512-cNx1EF99c2t1Ztn0lk9N+MuwBijGF8mH6nx9GFsB3e0lpUpPkCE/yt5d+7NP9EwJf5uzqdjutgVYoH1SNqzudA==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-arm64/0.16.10:
|
/@esbuild/linux-arm64/0.16.10:
|
||||||
resolution: {integrity: sha512-2aqeNVxIaRfPcIaMZIFoblLh588sWyCbmj1HHCCs9WmeNWm+EIN0SmvsmPvTa/TsNZFKnxTcvkX2eszTcCqIrA==}
|
resolution: {integrity: sha512-2aqeNVxIaRfPcIaMZIFoblLh588sWyCbmj1HHCCs9WmeNWm+EIN0SmvsmPvTa/TsNZFKnxTcvkX2eszTcCqIrA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1224,14 +1160,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-arm64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-YPxQunReYp8RQ1FvexFrOEqqf+nLbS3bKVZF5FRT2uKM7Wio7BeATqAwO02AyrdSEntt3I5fhFsujUChIa8CZg==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-ia32/0.16.10:
|
/@esbuild/linux-ia32/0.16.10:
|
||||||
resolution: {integrity: sha512-sqMIEWeyrLGU7J5RB5fTkLRIFwsgsQ7ieWXlDLEmC2HblPYGb3AucD7inw2OrKFpRPKsec1l+lssiM3+NV5aOw==}
|
resolution: {integrity: sha512-sqMIEWeyrLGU7J5RB5fTkLRIFwsgsQ7ieWXlDLEmC2HblPYGb3AucD7inw2OrKFpRPKsec1l+lssiM3+NV5aOw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1240,14 +1168,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-ia32/0.16.9:
|
|
||||||
resolution: {integrity: sha512-zb12ixDIKNwFpIqR00J88FFitVwOEwO78EiUi8wi8FXlmSc3GtUuKV/BSO+730Kglt0B47+ZrJN1BhhOxZaVrw==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [ia32]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-loong64/0.15.18:
|
/@esbuild/linux-loong64/0.15.18:
|
||||||
resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==}
|
resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1264,14 +1184,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-loong64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-X8te4NLxtHiNT6H+4Pfm5RklzItA1Qy4nfyttihGGX+Koc53Ar20ViC+myY70QJ8PDEOehinXZj/F7QK3A+MKQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [loong64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-mips64el/0.16.10:
|
/@esbuild/linux-mips64el/0.16.10:
|
||||||
resolution: {integrity: sha512-FN8mZOH7531iPHM0kaFhAOqqNHoAb6r/YHW2ZIxNi0a85UBi2DO4Vuyn7t1p4UN8a4LoAnLOT1PqNgHkgBJgbA==}
|
resolution: {integrity: sha512-FN8mZOH7531iPHM0kaFhAOqqNHoAb6r/YHW2ZIxNi0a85UBi2DO4Vuyn7t1p4UN8a4LoAnLOT1PqNgHkgBJgbA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1280,14 +1192,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-mips64el/0.16.9:
|
|
||||||
resolution: {integrity: sha512-ZqyMDLt02c5smoS3enlF54ndK5zK4IpClLTxF0hHfzHJlfm4y8IAkIF8LUW0W7zxcKy7oAwI7BRDqeVvC120SA==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [mips64el]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-ppc64/0.16.10:
|
/@esbuild/linux-ppc64/0.16.10:
|
||||||
resolution: {integrity: sha512-Dg9RiqdvHOAWnOKIOTsIx8dFX9EDlY2IbPEY7YFzchrCiTZmMkD7jWA9UdZbNUygPjdmQBVPRCrLydReFlX9yg==}
|
resolution: {integrity: sha512-Dg9RiqdvHOAWnOKIOTsIx8dFX9EDlY2IbPEY7YFzchrCiTZmMkD7jWA9UdZbNUygPjdmQBVPRCrLydReFlX9yg==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1296,14 +1200,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-ppc64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-k+ca5W5LDBEF3lfDwMV6YNXwm4wEpw9krMnNvvlNz3MrKSD2Eb2c861O0MaKrZkG/buTQAP4vkavbLwgIe6xjg==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [ppc64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-riscv64/0.16.10:
|
/@esbuild/linux-riscv64/0.16.10:
|
||||||
resolution: {integrity: sha512-XMqtpjwzbmlar0BJIxmzu/RZ7EWlfVfH68Vadrva0Wj5UKOdKvqskuev2jY2oPV3aoQUyXwnMbMrFmloO2GfAw==}
|
resolution: {integrity: sha512-XMqtpjwzbmlar0BJIxmzu/RZ7EWlfVfH68Vadrva0Wj5UKOdKvqskuev2jY2oPV3aoQUyXwnMbMrFmloO2GfAw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1312,14 +1208,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-riscv64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-GuInVdogjmg9DhgkEmNipHkC+3tzkanPJzgzTC2ihsvrruLyFoR1YrTGixblNSMPudQLpiqkcwGwwe0oqfrvfA==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [riscv64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-s390x/0.16.10:
|
/@esbuild/linux-s390x/0.16.10:
|
||||||
resolution: {integrity: sha512-fu7XtnoeRNFMx8DjK3gPWpFBDM2u5ba+FYwg27SjMJwKvJr4bDyKz5c+FLXLUSSAkMAt/UL+cUbEbra+rYtUgw==}
|
resolution: {integrity: sha512-fu7XtnoeRNFMx8DjK3gPWpFBDM2u5ba+FYwg27SjMJwKvJr4bDyKz5c+FLXLUSSAkMAt/UL+cUbEbra+rYtUgw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1328,14 +1216,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-s390x/0.16.9:
|
|
||||||
resolution: {integrity: sha512-49wQ0aYkvwXonGsxc7LuuLNICMX8XtO92Iqmug5Qau0kpnV6SP34jk+jIeu4suHwAbSbRhVFtDv75yRmyfQcHw==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [s390x]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/linux-x64/0.16.10:
|
/@esbuild/linux-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-61lcjVC/RldNNMUzQQdyCWjCxp9YLEQgIxErxU9XluX7juBdGKb0pvddS0vPNuCvotRbzijZ1pzII+26haWzbA==}
|
resolution: {integrity: sha512-61lcjVC/RldNNMUzQQdyCWjCxp9YLEQgIxErxU9XluX7juBdGKb0pvddS0vPNuCvotRbzijZ1pzII+26haWzbA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1344,14 +1224,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/linux-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-Nx4oKEAJ6EcQlt4dK7qJyuZUoXZG7CAeY22R7rqZijFzwFfMOD+gLP56uV7RrV86jGf8PeRY8TBsRmOcZoG42w==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/netbsd-x64/0.16.10:
|
/@esbuild/netbsd-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-JeZXCX3viSA9j4HqSoygjssdqYdfHd6yCFWyfSekLbz4Ef+D2EjvsN02ZQPwYl5a5gg/ehdHgegHhlfOFP0HCA==}
|
resolution: {integrity: sha512-JeZXCX3viSA9j4HqSoygjssdqYdfHd6yCFWyfSekLbz4Ef+D2EjvsN02ZQPwYl5a5gg/ehdHgegHhlfOFP0HCA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1360,14 +1232,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/netbsd-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-d0WnpgJ+FTiMZXEQ1NOv9+0gvEhttbgKEvVqWWAtl1u9AvlspKXbodKHzQ5MLP6YV1y52Xp+p8FMYqj8ykTahg==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [netbsd]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/openbsd-x64/0.16.10:
|
/@esbuild/openbsd-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-3qpxQKuEVIIg8SebpXsp82OBrqjPV/OwNWmG+TnZDr3VGyChNnGMHccC1xkbxCHDQNnnXjxhMQNyHmdFJbmbRA==}
|
resolution: {integrity: sha512-3qpxQKuEVIIg8SebpXsp82OBrqjPV/OwNWmG+TnZDr3VGyChNnGMHccC1xkbxCHDQNnnXjxhMQNyHmdFJbmbRA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1376,14 +1240,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/openbsd-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-jccK11278dvEscHFfMk5EIPjF4wv1qGD0vps7mBV1a6TspdR36O28fgPem/SA/0pcsCPHjww5ouCLwP+JNAFlw==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [openbsd]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/sunos-x64/0.16.10:
|
/@esbuild/sunos-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-z+q0xZ+et/7etz7WoMyXTHZ1rB8PMSNp/FOqURLJLOPb3GWJ2aj4oCqFCjPwEbW1rsT7JPpxeH/DwGAWk/I1Bg==}
|
resolution: {integrity: sha512-z+q0xZ+et/7etz7WoMyXTHZ1rB8PMSNp/FOqURLJLOPb3GWJ2aj4oCqFCjPwEbW1rsT7JPpxeH/DwGAWk/I1Bg==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1392,14 +1248,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/sunos-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-OetwTSsv6mIDLqN7I7I2oX9MmHGwG+AP+wKIHvq+6sIHwcPPJqRx+DJB55jy9JG13CWcdcQno/7V5MTJ5a0xfQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [sunos]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/win32-arm64/0.16.10:
|
/@esbuild/win32-arm64/0.16.10:
|
||||||
resolution: {integrity: sha512-+YYu5sbQ9npkNT9Dec+tn1F/kjg6SMgr6bfi/6FpXYZvCRfu2YFPZGb+3x8K30s8eRxFpoG4sGhiSUkr1xbHEw==}
|
resolution: {integrity: sha512-+YYu5sbQ9npkNT9Dec+tn1F/kjg6SMgr6bfi/6FpXYZvCRfu2YFPZGb+3x8K30s8eRxFpoG4sGhiSUkr1xbHEw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1408,14 +1256,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/win32-arm64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-tKSSSK6unhxbGbHg+Cc+JhRzemkcsX0tPBvG0m5qsWbkShDK9c+/LSb13L18LWVdOQZwuA55Vbakxmt6OjBDOQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [arm64]
|
|
||||||
os: [win32]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/win32-ia32/0.16.10:
|
/@esbuild/win32-ia32/0.16.10:
|
||||||
resolution: {integrity: sha512-Aw7Fupk7XNehR1ftHGYwUteyJ2q+em/aE+fVU3YMTBN2V5A7Z4aVCSV+SvCp9HIIHZavPFBpbdP3VfjQpdf6Xg==}
|
resolution: {integrity: sha512-Aw7Fupk7XNehR1ftHGYwUteyJ2q+em/aE+fVU3YMTBN2V5A7Z4aVCSV+SvCp9HIIHZavPFBpbdP3VfjQpdf6Xg==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1424,14 +1264,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/win32-ia32/0.16.9:
|
|
||||||
resolution: {integrity: sha512-ZTQ5vhNS5gli0KK8I6/s6+LwXmNEfq1ftjnSVyyNm33dBw8zDpstqhGXYUbZSWWLvkqiRRjgxgmoncmi6Yy7Ng==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [ia32]
|
|
||||||
os: [win32]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@esbuild/win32-x64/0.16.10:
|
/@esbuild/win32-x64/0.16.10:
|
||||||
resolution: {integrity: sha512-qddWullt3sC1EIpfHvCRBq3H4g3L86DZpD6n8k2XFjFVyp01D++uNbN1hT/JRsHxTbyyemZcpwL5aRlJwc/zFw==}
|
resolution: {integrity: sha512-qddWullt3sC1EIpfHvCRBq3H4g3L86DZpD6n8k2XFjFVyp01D++uNbN1hT/JRsHxTbyyemZcpwL5aRlJwc/zFw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -1440,14 +1272,6 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@esbuild/win32-x64/0.16.9:
|
|
||||||
resolution: {integrity: sha512-C4ZX+YFIp6+lPrru3tpH6Gaapy8IBRHw/e7l63fzGDhn/EaiGpQgbIlT5paByyy+oMvRFQoxxyvC4LE0AjJMqQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [win32]
|
|
||||||
requiresBuild: true
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@eslint/eslintrc/1.4.0:
|
/@eslint/eslintrc/1.4.0:
|
||||||
resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==}
|
resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@ -1796,8 +1620,8 @@ packages:
|
|||||||
rollup: 3.7.0
|
rollup: 3.7.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@rollup/plugin-commonjs/23.0.4_rollup@3.7.5:
|
/@rollup/plugin-commonjs/24.0.0_rollup@3.7.5:
|
||||||
resolution: {integrity: sha512-bOPJeTZg56D2MCm+TT4psP8e8Jmf1Jsi7pFUMl8BN5kOADNzofNHe47+84WVCt7D095xPghC235/YKuNDEhczg==}
|
resolution: {integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
rollup: ^2.68.0||^3.0.0
|
rollup: ^2.68.0||^3.0.0
|
||||||
@ -1810,11 +1634,11 @@ packages:
|
|||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
glob: 8.0.3
|
glob: 8.0.3
|
||||||
is-reference: 1.2.1
|
is-reference: 1.2.1
|
||||||
magic-string: 0.26.7
|
magic-string: 0.27.0
|
||||||
rollup: 3.7.5
|
rollup: 3.7.5
|
||||||
|
|
||||||
/@rollup/plugin-inject/5.0.2_rollup@3.7.5:
|
/@rollup/plugin-inject/5.0.3_rollup@3.7.5:
|
||||||
resolution: {integrity: sha512-zRthPC/sZ2OaQwPh2LvFn0A+3SyMAZR1Vqsp89mWkIuGXKswT8ty1JWj1pf7xdZvft4gHZaCuhdopuiCwjclWg==}
|
resolution: {integrity: sha512-411QlbL+z2yXpRWFXSmw/teQRMkXcAAC8aYTemc15gwJRpvEVDQwoe+N/HTFD8RFG8+88Bme9DK2V9CVm7hJdA==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
rollup: ^1.20.0||^2.0.0||^3.0.0
|
rollup: ^1.20.0||^2.0.0||^3.0.0
|
||||||
@ -1824,7 +1648,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/pluginutils': 5.0.2_rollup@3.7.5
|
'@rollup/pluginutils': 5.0.2_rollup@3.7.5
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.26.7
|
magic-string: 0.27.0
|
||||||
rollup: 3.7.5
|
rollup: 3.7.5
|
||||||
|
|
||||||
/@rollup/plugin-json/5.0.2_rollup@3.7.0:
|
/@rollup/plugin-json/5.0.2_rollup@3.7.0:
|
||||||
@ -1928,8 +1752,8 @@ packages:
|
|||||||
smob: 0.0.6
|
smob: 0.0.6
|
||||||
terser: 5.16.1
|
terser: 5.16.1
|
||||||
|
|
||||||
/@rollup/plugin-wasm/6.0.1_rollup@3.7.5:
|
/@rollup/plugin-wasm/6.1.1_rollup@3.7.5:
|
||||||
resolution: {integrity: sha512-a5yRknFQG/QGhb1xGkazWXgjpsv0hhWlx34irsf5adMEo55NdpzhZLg+jx49u+bzH6ekktuFg2WKA1RAF+WEDQ==}
|
resolution: {integrity: sha512-dccyb8OvtpY21KiYjaNmibWlQJd/kBg+IVP24x9l1dsIRXBmGqLt+wsPjU296FNO8ap0SSEsTpi/7AfrlvQvBQ==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
rollup: ^1.20.0||^2.0.0||^3.0.0
|
rollup: ^1.20.0||^2.0.0||^3.0.0
|
||||||
@ -2540,8 +2364,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-ytnKxyJdjvhjHrZ9yQUnQwiuL4hiXvjZUj88F2JkwgFJX6Y8jEz3V2xU1BPZNOv20/F6P1ngzEPRfrWHG8XG6A==}
|
resolution: {integrity: sha512-ytnKxyJdjvhjHrZ9yQUnQwiuL4hiXvjZUj88F2JkwgFJX6Y8jEz3V2xU1BPZNOv20/F6P1ngzEPRfrWHG8XG6A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/reset/0.47.6:
|
/@unocss/reset/0.48.0:
|
||||||
resolution: {integrity: sha512-bdc2dbuDg+CzgeLowEwO1URRIMdzmCE4RH4IKpCpT1Xoa+92RRubdtzK4N/9ZiSo8d4vvfWcc8fvhZko/6smPQ==}
|
resolution: {integrity: sha512-i7z6Rbs7fXFD3NdlVJViFltpDJUCo5xDm5y01Xaoa4mJQHr/1335Ht0JW/emAJXf170UYSwb2rUeK1J3fty9eg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@unocss/scope/0.45.25:
|
/@unocss/scope/0.45.25:
|
||||||
@ -2604,8 +2428,8 @@ packages:
|
|||||||
webpack-sources: 3.2.3
|
webpack-sources: 3.2.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vercel/nft/0.22.5:
|
/@vercel/nft/0.22.6:
|
||||||
resolution: {integrity: sha512-mug57Wd1BL7GMj9gXMgMeKUjdqO0e4u+0QLPYMFE1rwdJ+55oPy6lp3nIBCS8gOvigT62UI4QKUL2sGqcoW4Hw==}
|
resolution: {integrity: sha512-gTsFnnT4mGxodr4AUlW3/urY+8JKKB452LwF3m477RFUJTAaDmcz2JqFuInzvdybYIeyIv1sSONEJxsxnbQ5JQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2624,7 +2448,7 @@ packages:
|
|||||||
- encoding
|
- encoding
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.2+vue@3.2.45:
|
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.3+vue@3.2.45:
|
||||||
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==}
|
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -2634,30 +2458,30 @@ packages:
|
|||||||
'@babel/core': 7.20.5
|
'@babel/core': 7.20.5
|
||||||
'@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5
|
'@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5
|
||||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.5
|
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.5
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
vue: 3.2.45
|
vue: 3.2.45
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vitejs/plugin-vue/4.0.0_vite@4.0.2:
|
/@vitejs/plugin-vue/4.0.0_vite@4.0.3:
|
||||||
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue/4.0.0_vite@4.0.2+vue@3.2.45:
|
/@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.45:
|
||||||
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
vue: 3.2.45
|
vue: 3.2.45
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
@ -4483,35 +4307,6 @@ packages:
|
|||||||
'@esbuild/win32-ia32': 0.16.10
|
'@esbuild/win32-ia32': 0.16.10
|
||||||
'@esbuild/win32-x64': 0.16.10
|
'@esbuild/win32-x64': 0.16.10
|
||||||
|
|
||||||
/esbuild/0.16.9:
|
|
||||||
resolution: {integrity: sha512-gkH83yHyijMSZcZFs1IWew342eMdFuWXmQo3zkDPTre25LIPBJsXryg02M3u8OpTwCJdBkdaQwqKkDLnAsAeLQ==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
hasBin: true
|
|
||||||
requiresBuild: true
|
|
||||||
optionalDependencies:
|
|
||||||
'@esbuild/android-arm': 0.16.9
|
|
||||||
'@esbuild/android-arm64': 0.16.9
|
|
||||||
'@esbuild/android-x64': 0.16.9
|
|
||||||
'@esbuild/darwin-arm64': 0.16.9
|
|
||||||
'@esbuild/darwin-x64': 0.16.9
|
|
||||||
'@esbuild/freebsd-arm64': 0.16.9
|
|
||||||
'@esbuild/freebsd-x64': 0.16.9
|
|
||||||
'@esbuild/linux-arm': 0.16.9
|
|
||||||
'@esbuild/linux-arm64': 0.16.9
|
|
||||||
'@esbuild/linux-ia32': 0.16.9
|
|
||||||
'@esbuild/linux-loong64': 0.16.9
|
|
||||||
'@esbuild/linux-mips64el': 0.16.9
|
|
||||||
'@esbuild/linux-ppc64': 0.16.9
|
|
||||||
'@esbuild/linux-riscv64': 0.16.9
|
|
||||||
'@esbuild/linux-s390x': 0.16.9
|
|
||||||
'@esbuild/linux-x64': 0.16.9
|
|
||||||
'@esbuild/netbsd-x64': 0.16.9
|
|
||||||
'@esbuild/openbsd-x64': 0.16.9
|
|
||||||
'@esbuild/sunos-x64': 0.16.9
|
|
||||||
'@esbuild/win32-arm64': 0.16.9
|
|
||||||
'@esbuild/win32-ia32': 0.16.9
|
|
||||||
'@esbuild/win32-x64': 0.16.9
|
|
||||||
|
|
||||||
/escalade/3.1.1:
|
/escalade/3.1.1:
|
||||||
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
@ -5337,7 +5132,7 @@ packages:
|
|||||||
fs.realpath: 1.0.0
|
fs.realpath: 1.0.0
|
||||||
inflight: 1.0.6
|
inflight: 1.0.6
|
||||||
inherits: 2.0.4
|
inherits: 2.0.4
|
||||||
minimatch: 5.1.0
|
minimatch: 5.1.1
|
||||||
once: 1.4.0
|
once: 1.4.0
|
||||||
|
|
||||||
/globals/11.12.0:
|
/globals/11.12.0:
|
||||||
@ -6324,6 +6119,7 @@ packages:
|
|||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/minimatch/5.1.1:
|
/minimatch/5.1.1:
|
||||||
resolution: {integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==}
|
resolution: {integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==}
|
||||||
@ -6459,23 +6255,23 @@ packages:
|
|||||||
/neo-async/2.6.2:
|
/neo-async/2.6.2:
|
||||||
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
||||||
|
|
||||||
/nitropack-edge/2.0.0-27857536.c326873:
|
/nitropack-edge/2.0.0-27860563.409fe2b:
|
||||||
resolution: {integrity: sha512-Lna1krzV+g/2bKq3UVMrODaEym0jGHMIbC7u8GN4kSHIVStg5z4uBJA2+yul6K9229yFbDawBkGOGDexcsfE1w==}
|
resolution: {integrity: sha512-K/YSYLd4Elgrl5U1Qu240MDkEEPDByhSnhVixCYT349ZewIHoSqsgm8aMgcXD4t31XIGBvWL0XD2dBk+OLzdMA==}
|
||||||
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.2.0
|
'@cloudflare/kv-asset-handler': 0.3.0
|
||||||
'@netlify/functions': 1.3.0
|
'@netlify/functions': 1.3.0
|
||||||
'@rollup/plugin-alias': 4.0.2_rollup@3.7.5
|
'@rollup/plugin-alias': 4.0.2_rollup@3.7.5
|
||||||
'@rollup/plugin-commonjs': 23.0.4_rollup@3.7.5
|
'@rollup/plugin-commonjs': 24.0.0_rollup@3.7.5
|
||||||
'@rollup/plugin-inject': 5.0.2_rollup@3.7.5
|
'@rollup/plugin-inject': 5.0.3_rollup@3.7.5
|
||||||
'@rollup/plugin-json': 6.0.0_rollup@3.7.5
|
'@rollup/plugin-json': 6.0.0_rollup@3.7.5
|
||||||
'@rollup/plugin-node-resolve': 15.0.1_rollup@3.7.5
|
'@rollup/plugin-node-resolve': 15.0.1_rollup@3.7.5
|
||||||
'@rollup/plugin-replace': 5.0.2_rollup@3.7.5
|
'@rollup/plugin-replace': 5.0.2_rollup@3.7.5
|
||||||
'@rollup/plugin-terser': 0.2.0_rollup@3.7.5
|
'@rollup/plugin-terser': 0.2.0_rollup@3.7.5
|
||||||
'@rollup/plugin-wasm': 6.0.1_rollup@3.7.5
|
'@rollup/plugin-wasm': 6.1.1_rollup@3.7.5
|
||||||
'@rollup/pluginutils': 5.0.2_rollup@3.7.5
|
'@rollup/pluginutils': 5.0.2_rollup@3.7.5
|
||||||
'@vercel/nft': 0.22.5
|
'@vercel/nft': 0.22.6
|
||||||
archiver: 5.3.1
|
archiver: 5.3.1
|
||||||
c12: 1.1.0
|
c12: 1.1.0
|
||||||
chalk: 5.2.0
|
chalk: 5.2.0
|
||||||
@ -8589,8 +8385,8 @@ packages:
|
|||||||
extsprintf: 1.3.0
|
extsprintf: 1.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-node/0.26.1:
|
/vite-node/0.26.2:
|
||||||
resolution: {integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==}
|
resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==}
|
||||||
engines: {node: '>=v14.16.0'}
|
engines: {node: '>=v14.16.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -8599,7 +8395,7 @@ packages:
|
|||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@ -8610,8 +8406,8 @@ packages:
|
|||||||
- terser
|
- terser
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite-node/0.26.1_@types+node@18.11.17:
|
/vite-node/0.26.2_@types+node@18.11.17:
|
||||||
resolution: {integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==}
|
resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==}
|
||||||
engines: {node: '>=v14.16.0'}
|
engines: {node: '>=v14.16.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -8620,7 +8416,7 @@ packages:
|
|||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
vite: 4.0.2_@types+node@18.11.17
|
vite: 4.0.3_@types+node@18.11.17
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@ -8631,7 +8427,7 @@ packages:
|
|||||||
- terser
|
- terser
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-checker/0.5.2_vite@4.0.2:
|
/vite-plugin-checker/0.5.2_vite@4.0.3:
|
||||||
resolution: {integrity: sha512-RtpoXS1+A31HcXcNiuHyVDU3SlH1tU/ufOZEBlBrKclNsE+P9BdVsXiO5AWpczZCM6G2k/7GeH/BRi9lDvvakQ==}
|
resolution: {integrity: sha512-RtpoXS1+A31HcXcNiuHyVDU3SlH1tU/ufOZEBlBrKclNsE+P9BdVsXiO5AWpczZCM6G2k/7GeH/BRi9lDvvakQ==}
|
||||||
engines: {node: '>=14.16'}
|
engines: {node: '>=14.16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8670,15 +8466,15 @@ packages:
|
|||||||
npm-run-path: 4.0.1
|
npm-run-path: 4.0.1
|
||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
tiny-invariant: 1.3.1
|
tiny-invariant: 1.3.1
|
||||||
vite: 4.0.2
|
vite: 4.0.3
|
||||||
vscode-languageclient: 7.0.0
|
vscode-languageclient: 7.0.0
|
||||||
vscode-languageserver: 7.0.0
|
vscode-languageserver: 7.0.0
|
||||||
vscode-languageserver-textdocument: 1.0.7
|
vscode-languageserver-textdocument: 1.0.7
|
||||||
vscode-uri: 3.0.6
|
vscode-uri: 3.0.6
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vite/4.0.2:
|
/vite/4.0.3:
|
||||||
resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==}
|
resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8702,15 +8498,15 @@ packages:
|
|||||||
terser:
|
terser:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.16.9
|
esbuild: 0.16.10
|
||||||
postcss: 8.4.20
|
postcss: 8.4.20
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
rollup: 3.7.5
|
rollup: 3.7.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
|
|
||||||
/vite/4.0.2_@types+node@18.11.17:
|
/vite/4.0.3_@types+node@18.11.17:
|
||||||
resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==}
|
resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8735,7 +8531,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.11.17
|
'@types/node': 18.11.17
|
||||||
esbuild: 0.16.9
|
esbuild: 0.16.10
|
||||||
postcss: 8.4.20
|
postcss: 8.4.20
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
rollup: 3.7.5
|
rollup: 3.7.5
|
||||||
@ -8743,8 +8539,8 @@ packages:
|
|||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vitest/0.26.1:
|
/vitest/0.26.2:
|
||||||
resolution: {integrity: sha512-qTLRnjYmjmJpHlLUtErxtlRqGCe8WItFhGXKklpWivu7CLP9KXN9iTezROe+vf51Kb+BB/fzxK6fUG9DvFGL5Q==}
|
resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==}
|
||||||
engines: {node: '>=v14.16.0'}
|
engines: {node: '>=v14.16.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8778,8 +8574,8 @@ packages:
|
|||||||
tinybench: 2.3.1
|
tinybench: 2.3.1
|
||||||
tinypool: 0.3.0
|
tinypool: 0.3.0
|
||||||
tinyspy: 1.0.2
|
tinyspy: 1.0.2
|
||||||
vite: 4.0.2_@types+node@18.11.17
|
vite: 4.0.3_@types+node@18.11.17
|
||||||
vite-node: 0.26.1_@types+node@18.11.17
|
vite-node: 0.26.2_@types+node@18.11.17
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
- sass
|
- sass
|
||||||
|
Loading…
Reference in New Issue
Block a user