mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 04:12:45 +08:00
Merge pull request #29 from xsf0105/dependabot/npm_and_yarn/vite-5.4.6
Bump vite from 5.4.2 to 5.4.6
This commit is contained in:
commit
30d1b2e9fa
62
package-lock.json
generated
62
package-lock.json
generated
@ -50,7 +50,7 @@
|
||||
"sass": "1.77.8",
|
||||
"typescript": "5.5.4",
|
||||
"unocss": "0.62.2",
|
||||
"vite": "5.4.2",
|
||||
"vite": "5.4.6",
|
||||
"vite-plugin-dev-inspector": "^2.2.5",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
@ -7657,9 +7657,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/picocolors": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
||||
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
||||
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
|
||||
},
|
||||
"node_modules/picomatch": {
|
||||
"version": "2.3.1",
|
||||
@ -7765,9 +7765,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.41",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
|
||||
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
||||
"version": "8.4.47",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
|
||||
"integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@ -7784,8 +7784,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.7",
|
||||
"picocolors": "^1.0.1",
|
||||
"source-map-js": "^1.2.0"
|
||||
"picocolors": "^1.1.0",
|
||||
"source-map-js": "^1.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14"
|
||||
@ -8685,9 +8685,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/source-map-js": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
||||
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
@ -9981,13 +9981,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz",
|
||||
"integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==",
|
||||
"version": "5.4.6",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz",
|
||||
"integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.21.3",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.43",
|
||||
"rollup": "^4.20.0"
|
||||
},
|
||||
"bin": {
|
||||
@ -16551,9 +16551,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"picocolors": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
||||
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
||||
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
|
||||
},
|
||||
"picomatch": {
|
||||
"version": "2.3.1",
|
||||
@ -16608,13 +16608,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"postcss": {
|
||||
"version": "8.4.41",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
|
||||
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
||||
"version": "8.4.47",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
|
||||
"integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
|
||||
"requires": {
|
||||
"nanoid": "^3.3.7",
|
||||
"picocolors": "^1.0.1",
|
||||
"source-map-js": "^1.2.0"
|
||||
"picocolors": "^1.1.0",
|
||||
"source-map-js": "^1.2.1"
|
||||
}
|
||||
},
|
||||
"postcss-prefix-selector": {
|
||||
@ -17269,9 +17269,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"source-map-js": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
||||
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg=="
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
|
||||
},
|
||||
"source-map-resolve": {
|
||||
"version": "0.5.3",
|
||||
@ -18238,14 +18238,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"vite": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz",
|
||||
"integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==",
|
||||
"version": "5.4.6",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz",
|
||||
"integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"esbuild": "^0.21.3",
|
||||
"fsevents": "~2.3.3",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.43",
|
||||
"rollup": "^4.20.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -57,7 +57,7 @@
|
||||
"sass": "1.77.8",
|
||||
"typescript": "5.5.4",
|
||||
"unocss": "0.62.2",
|
||||
"vite": "5.4.2",
|
||||
"vite": "5.4.6",
|
||||
"vite-plugin-dev-inspector": "^2.2.5",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
|
81
pnpm-lock.yaml
generated
81
pnpm-lock.yaml
generated
@ -86,10 +86,10 @@ importers:
|
||||
version: 8.2.0(eslint@8.57.0)(typescript@5.5.4)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: 5.1.2
|
||||
version: 5.1.2(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
|
||||
version: 5.1.2(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
|
||||
'@vitejs/plugin-vue-jsx':
|
||||
specifier: 4.0.1
|
||||
version: 4.0.1(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
|
||||
version: 4.0.1(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
|
||||
'@vue/eslint-config-prettier':
|
||||
specifier: 9.0.0
|
||||
version: 9.0.0(eslint@8.57.0)(prettier@3.3.3)
|
||||
@ -128,16 +128,16 @@ importers:
|
||||
version: 5.5.4
|
||||
unocss:
|
||||
specifier: 0.62.2
|
||||
version: 0.62.2(postcss@5.2.18)(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
version: 0.62.2(postcss@5.2.18)(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
vite:
|
||||
specifier: 5.4.2
|
||||
version: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
specifier: 5.4.6
|
||||
version: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite-plugin-dev-inspector:
|
||||
specifier: ^2.2.5
|
||||
version: 2.2.7(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
version: 2.2.7(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
vite-plugin-svg-icons:
|
||||
specifier: 2.0.1
|
||||
version: 2.0.1(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
version: 2.0.1(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
vite-svg-loader:
|
||||
specifier: 5.1.0
|
||||
version: 5.1.0(vue@3.4.38(typescript@5.5.4))
|
||||
@ -2685,6 +2685,9 @@ packages:
|
||||
picocolors@1.0.1:
|
||||
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
|
||||
|
||||
picocolors@1.1.0:
|
||||
resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
|
||||
|
||||
picomatch@2.3.1:
|
||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
||||
engines: {node: '>=8.6'}
|
||||
@ -2738,6 +2741,10 @@ packages:
|
||||
resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
postcss@8.4.47:
|
||||
resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
posthtml-parser@0.2.1:
|
||||
resolution: {integrity: sha512-nPC53YMqJnc/+1x4fRYFfm81KV2V+G9NZY+hTohpYg64Ay7NemWWcV4UWuy/SgMupqQ3kJ88M/iRfZmSnxT+pw==}
|
||||
|
||||
@ -2965,6 +2972,10 @@ packages:
|
||||
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
source-map-js@1.2.1:
|
||||
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
source-map-resolve@0.5.3:
|
||||
resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==}
|
||||
deprecated: See https://github.com/lydell/source-map-resolve#deprecated
|
||||
@ -3287,8 +3298,8 @@ packages:
|
||||
peerDependencies:
|
||||
vue: '>=3.2.13'
|
||||
|
||||
vite@5.4.2:
|
||||
resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==}
|
||||
vite@5.4.6:
|
||||
resolution: {integrity: sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -4232,13 +4243,13 @@ snapshots:
|
||||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
||||
'@unocss/astro@0.62.2(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))':
|
||||
'@unocss/astro@0.62.2(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))':
|
||||
dependencies:
|
||||
'@unocss/core': 0.62.2
|
||||
'@unocss/reset': 0.62.2
|
||||
'@unocss/vite': 0.62.2(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
'@unocss/vite': 0.62.2(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
optionalDependencies:
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
@ -4375,7 +4386,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@unocss/core': 0.62.2
|
||||
|
||||
'@unocss/vite@0.62.2(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))':
|
||||
'@unocss/vite@0.62.2(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.21.0)
|
||||
@ -4387,24 +4398,24 @@ snapshots:
|
||||
chokidar: 3.6.0
|
||||
magic-string: 0.30.11
|
||||
tinyglobby: 0.2.2
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
|
||||
'@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
|
||||
dependencies:
|
||||
'@babel/core': 7.25.2
|
||||
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
|
||||
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue@5.1.2(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
|
||||
'@vitejs/plugin-vue@5.1.2(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
|
||||
dependencies:
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
|
||||
'@vitest/expect@2.0.5':
|
||||
@ -6283,6 +6294,8 @@ snapshots:
|
||||
|
||||
picocolors@1.0.1: {}
|
||||
|
||||
picocolors@1.1.0: {}
|
||||
|
||||
picomatch@2.3.1: {}
|
||||
|
||||
picomatch@4.0.2: {}
|
||||
@ -6329,6 +6342,12 @@ snapshots:
|
||||
picocolors: 1.0.1
|
||||
source-map-js: 1.2.0
|
||||
|
||||
postcss@8.4.47:
|
||||
dependencies:
|
||||
nanoid: 3.3.7
|
||||
picocolors: 1.1.0
|
||||
source-map-js: 1.2.1
|
||||
|
||||
posthtml-parser@0.2.1:
|
||||
dependencies:
|
||||
htmlparser2: 3.10.1
|
||||
@ -6576,6 +6595,8 @@ snapshots:
|
||||
|
||||
source-map-js@1.2.0: {}
|
||||
|
||||
source-map-js@1.2.1: {}
|
||||
|
||||
source-map-resolve@0.5.3:
|
||||
dependencies:
|
||||
atob: 2.1.2
|
||||
@ -6877,9 +6898,9 @@ snapshots:
|
||||
|
||||
universalify@2.0.1: {}
|
||||
|
||||
unocss@0.62.2(postcss@5.2.18)(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8)):
|
||||
unocss@0.62.2(postcss@5.2.18)(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8)):
|
||||
dependencies:
|
||||
'@unocss/astro': 0.62.2(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
'@unocss/astro': 0.62.2(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
'@unocss/cli': 0.62.2(rollup@4.21.0)
|
||||
'@unocss/core': 0.62.2
|
||||
'@unocss/extractor-arbitrary-variants': 0.62.2
|
||||
@ -6898,9 +6919,9 @@ snapshots:
|
||||
'@unocss/transformer-compile-class': 0.62.2
|
||||
'@unocss/transformer-directives': 0.62.2
|
||||
'@unocss/transformer-variant-group': 0.62.2
|
||||
'@unocss/vite': 0.62.2(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8))
|
||||
'@unocss/vite': 0.62.2(rollup@4.21.0)(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8))
|
||||
optionalDependencies:
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- postcss
|
||||
- rollup
|
||||
@ -6940,7 +6961,7 @@ snapshots:
|
||||
debug: 4.3.6
|
||||
pathe: 1.1.2
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
@ -6952,7 +6973,7 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-plugin-dev-inspector@2.2.7(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8)):
|
||||
vite-plugin-dev-inspector@2.2.7(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8)):
|
||||
dependencies:
|
||||
'@babel/core': 7.25.2
|
||||
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2)
|
||||
@ -6963,11 +6984,11 @@ snapshots:
|
||||
'@vue/compiler-dom': 3.4.38
|
||||
kolorist: 1.8.0
|
||||
magic-string: 0.30.11
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite-plugin-svg-icons@2.0.1(vite@5.4.2(@types/node@22.5.0)(sass@1.77.8)):
|
||||
vite-plugin-svg-icons@2.0.1(vite@5.4.6(@types/node@22.5.0)(sass@1.77.8)):
|
||||
dependencies:
|
||||
'@types/svgo': 2.6.4
|
||||
cors: 2.8.5
|
||||
@ -6977,7 +6998,7 @@ snapshots:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -6986,10 +7007,10 @@ snapshots:
|
||||
svgo: 3.3.2
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
|
||||
vite@5.4.2(@types/node@22.5.0)(sass@1.77.8):
|
||||
vite@5.4.6(@types/node@22.5.0)(sass@1.77.8):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.41
|
||||
postcss: 8.4.47
|
||||
rollup: 4.21.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.5.0
|
||||
@ -7014,7 +7035,7 @@ snapshots:
|
||||
tinybench: 2.9.0
|
||||
tinypool: 1.0.1
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.2(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite: 5.4.6(@types/node@22.5.0)(sass@1.77.8)
|
||||
vite-node: 2.0.5(@types/node@22.5.0)(sass@1.77.8)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user