Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent fb5ff00 commit e07eaa4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"sass": "1.83.1",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vite": "6.0.7",
"vitest": "1.6.0",
"vue": "3.5.13"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"sass": "1.83.1",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vite": "6.0.7",
"vitest": "1.6.0",
"vue": "3.5.13"
}
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ __metadata:
sass: "npm:1.83.1"
typescript: "npm:5.7.2"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
vite: "npm:6.0.7"
vitest: "npm:1.6.0"
vue: "npm:3.5.13"
vue3-lazy-hydration: "npm:^1.2.1"
Expand All @@ -1829,7 +1829,7 @@ __metadata:
sass: "npm:1.83.1"
typescript: "npm:5.7.2"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
vite: "npm:6.0.7"
vitest: "npm:1.6.0"
vue: "npm:3.5.13"
vue3-lazy-hydration: "npm:^1.2.1"
Expand Down Expand Up @@ -8387,29 +8387,34 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.4.11, vite@npm:^5.0.0":
version: 5.4.11
resolution: "vite@npm:5.4.11"
"vite@npm:6.0.7, vite@npm:^6.0.7":
version: 6.0.7
resolution: "vite@npm:6.0.7"
dependencies:
esbuild: "npm:^0.21.3"
esbuild: "npm:^0.24.2"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.43"
rollup: "npm:^4.20.0"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
jiti: ">=1.21.0"
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
jiti:
optional: true
less:
optional: true
lightningcss:
Expand All @@ -8424,40 +8429,39 @@ __metadata:
optional: true
terser:
optional: true
tsx:
optional: true
yaml:
optional: true
bin:
vite: bin/vite.js
checksum: 10/719c4dea896e9547958643354003c8c9ea98e5367196d98f5f46cffb3ec963fead3ea5853f5af941c79bbfb73583dec19bbb0d28d2f644b95d7f59c55e22919d
checksum: 10/bf76b3647983cb3d76c0db90d1f72cd4f6e80864a112145405ac0046cedfb14814cc4d9c1acbd9c53da8749c3a2fa80570971f7c44c0524b71974981065e9388
languageName: node
linkType: hard

"vite@npm:^6.0.7":
version: 6.0.7
resolution: "vite@npm:6.0.7"
"vite@npm:^5.0.0":
version: 5.4.11
resolution: "vite@npm:5.4.11"
dependencies:
esbuild: "npm:^0.24.2"
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
postcss: "npm:^8.4.43"
rollup: "npm:^4.20.0"
peerDependencies:
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
jiti: ">=1.21.0"
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
jiti:
optional: true
less:
optional: true
lightningcss:
Expand All @@ -8472,13 +8476,9 @@ __metadata:
optional: true
terser:
optional: true
tsx:
optional: true
yaml:
optional: true
bin:
vite: bin/vite.js
checksum: 10/bf76b3647983cb3d76c0db90d1f72cd4f6e80864a112145405ac0046cedfb14814cc4d9c1acbd9c53da8749c3a2fa80570971f7c44c0524b71974981065e9388
checksum: 10/719c4dea896e9547958643354003c8c9ea98e5367196d98f5f46cffb3ec963fead3ea5853f5af941c79bbfb73583dec19bbb0d28d2f644b95d7f59c55e22919d
languageName: node
linkType: hard

Expand Down

0 comments on commit e07eaa4

Please sign in to comment.