Skip to content

Commit

Permalink
Update dependency vite to v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 9edee96 commit df399dc
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 @@ -71,7 +71,7 @@
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"undici": "6.6.2",
"vite": "5.1.3",
"vite": "5.1.6",
"vite-plugin-dts": "^3.7.2"
},
"packageManager": "yarn@4.0.2"
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ __metadata:
tailwindcss: "npm:^3.4.1"
typescript: "npm:5.3.3"
undici: "npm:6.6.2"
vite: "npm:5.1.3"
vite: "npm:5.1.6"
vite-plugin-dts: "npm:^3.7.2"
peerDependencies:
"@builder.io/qwik": 1.4.0
Expand Down Expand Up @@ -4201,7 +4201,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.3, vite@npm:^5.0.12":
"vite@npm:5.1.6":
version: 5.1.6
resolution: "vite@npm:5.1.6"
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: b935527544741d9313143a77f811d97b8b094757e42f9c02b7aca6294a4912674dbad5379e4759629b6ba895c93b5020cc7594f74b37846715336837fdce850a
languageName: node
linkType: hard

"vite@npm:^5.0.12":
version: 5.1.3
resolution: "vite@npm:5.1.3"
dependencies:
Expand Down

0 comments on commit df399dc

Please sign in to comment.