Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
build(deps): update dependency vite to v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 191c04b commit 368edbf
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "3.1.0",
"type-fest": "4.8.3",
"typescript": "5.3.2",
"vite": "5.0.4",
"vite": "5.0.5",
"vitest": "0.34.6",
"xo": "0.56.0"
},
Expand Down
46 changes: 43 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ __metadata:
prettier: "npm:3.1.0"
type-fest: "npm:4.8.3"
typescript: "npm:5.3.2"
vite: "npm:5.0.4"
vite: "npm:5.0.5"
vitest: "npm:0.34.6"
xo: "npm:0.56.0"
languageName: unknown
Expand Down Expand Up @@ -4740,7 +4740,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.31":
"postcss@npm:^8.4.31, postcss@npm:^8.4.32":
version: 8.4.32
resolution: "postcss@npm:8.4.32"
dependencies:
Expand Down Expand Up @@ -6071,7 +6071,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.4, vite@npm:^3.0.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0":
"vite@npm:5.0.5":
version: 5.0.5
resolution: "vite@npm:5.0.5"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.32"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: f4cd6e6e38448bdb6dd4dc36c0b34a5c42944d88961b9df246e75a4c3237196b1c64b1afc563524405d1fe3f34e728b9dbfd8cbc5af4e0a03371033d8057fdfe
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0":
version: 5.0.4
resolution: "vite@npm:5.0.4"
dependencies:
Expand Down

0 comments on commit 368edbf

Please sign in to comment.