Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent 0467085 commit 8b44789
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"prettier": "3.2.5",
"typescript": "5.3.3",
"unbuild": "2.0.0",
"vite": "5.1.1",
"vite": "5.1.2",
"vitest": "1.2.2",
"vue": "3.4.19",
"vue-tsc": "1.8.27"
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14794,7 +14794,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.1, vite@npm:^5.0.0":
"vite@npm:5.1.1":
version: 5.1.1
resolution: "vite@npm:5.1.1"
dependencies:
Expand Down Expand Up @@ -14834,6 +14834,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.2, vite@npm:^5.0.0":
version: 5.1.2
resolution: "vite@npm:5.1.2"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
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: 10/fbfc5a84ee33c01cd2c3109ba08c2f3822df9a85bee79179ba5a812757f895e2da234208881b9943291d48b0a4ef8fb90ffaa790d89888530a2ad6c70c169e12
languageName: node
linkType: hard

"vitest@npm:1.2.2":
version: 1.2.2
resolution: "vitest@npm:1.2.2"
Expand Down Expand Up @@ -15051,7 +15091,7 @@ __metadata:
type-fest: "npm:^4.9.0"
typescript: "npm:5.3.3"
unbuild: "npm:2.0.0"
vite: "npm:5.1.1"
vite: "npm:5.1.2"
vitest: "npm:1.2.2"
vue: "npm:3.4.19"
vue-demi: "npm:^0.14.6"
Expand Down

0 comments on commit 8b44789

Please sign in to comment.