Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent b8fb561 commit 81f4aa2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 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.77.8",
"typescript": "5.5.4",
"unbuild": "2.0.0",
"vite": "5.3.5",
"vite": "5.4.0",
"vitest": "1.6.0",
"vue": "3.4.36"
}
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.77.8",
"typescript": "5.5.4",
"unbuild": "2.0.0",
"vite": "5.3.5",
"vite": "5.4.0",
"vitest": "1.6.0",
"vue": "3.4.36"
}
Expand Down
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ __metadata:
sass: "npm:1.77.8"
typescript: "npm:5.5.4"
unbuild: "npm:2.0.0"
vite: "npm:5.3.5"
vite: "npm:5.4.0"
vitest: "npm:1.6.0"
vue: "npm:3.4.36"
vue3-lazy-hydration: "npm:^1.2.1"
Expand All @@ -2357,7 +2357,7 @@ __metadata:
sass: "npm:1.77.8"
typescript: "npm:5.5.4"
unbuild: "npm:2.0.0"
vite: "npm:5.3.5"
vite: "npm:5.4.0"
vitest: "npm:1.6.0"
vue: "npm:3.4.36"
vue3-lazy-hydration: "npm:^1.2.1"
Expand Down Expand Up @@ -8947,19 +8947,20 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.3.5, vite@npm:^5.0.0, vite@npm:^5.3.4":
version: 5.3.5
resolution: "vite@npm:5.3.5"
"vite@npm:5.4.0, vite@npm:^5.0.0, vite@npm:^5.3.4":
version: 5.4.0
resolution: "vite@npm:5.4.0"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.40"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
Expand All @@ -8975,6 +8976,8 @@ __metadata:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
Expand All @@ -8983,7 +8986,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/5672dde4a969349d9cf90a9e43029c8489dfff60fb04d6a10717d6224553cf12283a8cace633fa80b006df6037f72d08a459a38bf8ea66cb19075d60fe159482
checksum: 10/5a98b1d30cc8c0263551f417a360102d40b78b9170e9e58a99c1a394ab700c7e604d3c52dafda323c11356a76eba865800d3d8588b33a8febdeaddd5a8981410
languageName: node
linkType: hard

Expand Down

0 comments on commit 81f4aa2

Please sign in to comment.