Skip to content

Commit

Permalink
Update dependency vite to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent d5789c8 commit b59b74e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"undici": "6.3.0",
"vite": "5.0.11",
"vite": "5.1.3",
"vite-plugin-dts": "^3.7.1"
},
"packageManager": "yarn@4.0.2"
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ __metadata:
tailwindcss: "npm:^3.4.1"
typescript: "npm:5.3.3"
undici: "npm:6.3.0"
vite: "npm:5.0.11"
vite: "npm:5.1.3"
vite-plugin-dts: "npm:^3.7.1"
peerDependencies:
"@builder.io/qwik": 1.4.0
Expand Down Expand Up @@ -5411,6 +5411,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: e8dd04e48001eb5857abc9475365bf08f4e508ddf9bc0b8525449a95d190f10d025acebc5b56ac2e94b3c7146790e4ae78989bb9633cb7ee20d1cc9b7dc909b2
languageName: node
linkType: hard

"prelude-ls@npm:^1.2.1":
version: 1.2.1
resolution: "prelude-ls@npm:1.2.1"
Expand Down Expand Up @@ -6897,7 +6908,47 @@ __metadata:
languageName: node
linkType: hard

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

"vite@npm:^5.0.11":
version: 5.0.11
resolution: "vite@npm:5.0.11"
dependencies:
Expand Down

0 comments on commit b59b74e

Please sign in to comment.