Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vite to v5.3.4 #10984

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ogimage-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ts-toolbelt": "9.6.0",
"tsx": "4.15.6",
"typescript": "5.4.5",
"vite": "5.3.1",
"vite": "5.3.4",
"vitest": "1.6.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "20.12.12",
"tsx": "4.15.6",
"typescript": "5.4.5",
"vite": "5.3.1"
"vite": "5.3.4"
},
"peerDependencies": {
"@redwoodjs/project-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"isbot": "5.1.13",
"react": "19.0.0-beta-04b058868c-20240508",
"react-server-dom-webpack": "19.0.0-beta-04b058868c-20240508",
"vite": "5.3.1",
"vite": "5.3.4",
"vite-plugin-cjs-interop": "2.1.1",
"vite-plugin-node-polyfills": "0.22.0",
"yargs-parser": "21.1.1"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8388,7 +8388,7 @@ __metadata:
ts-toolbelt: "npm:9.6.0"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
vite: "npm:5.3.1"
vite: "npm:5.3.4"
vitest: "npm:1.6.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8681,7 +8681,7 @@ __metadata:
rollup: "npm:4.18.1"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
vite: "npm:5.3.1"
vite: "npm:5.3.4"
vite-plugin-cjs-interop: "npm:2.1.1"
vite-plugin-node-polyfills: "npm:0.22.0"
vitest: "npm:1.6.0"
Expand Down Expand Up @@ -25278,14 +25278,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.38":
version: 8.4.38
resolution: "postcss@npm:8.4.38"
"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.39":
version: 8.4.39
resolution: "postcss@npm:8.4.39"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10c0/955407b8f70cf0c14acf35dab3615899a2a60a26718a63c848cf3c29f2467b0533991b985a2b994430d890bd7ec2b1963e36352b0774a19143b5f591540f7c06
checksum: 10c0/16f5ac3c4e32ee76d1582b3c0dcf1a1fdb91334a45ad755eeb881ccc50318fb8d64047de4f1601ac96e30061df203f0f2e2edbdc0bfc49b9c57bc9fb9bedaea3
languageName: node
linkType: hard

Expand Down Expand Up @@ -28100,7 +28100,7 @@ __metadata:
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
unplugin-auto-import: "npm:^0.17.5"
vite: "npm:5.3.1"
vite: "npm:5.3.4"
peerDependencies:
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/router": "workspace:*"
Expand Down Expand Up @@ -30132,13 +30132,13 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.3.1, vite@npm:^5.0.0":
version: 5.3.1
resolution: "vite@npm:5.3.1"
"vite@npm:5.3.4, vite@npm:^5.0.0":
version: 5.3.4
resolution: "vite@npm:5.3.4"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.38"
postcss: "npm:^8.4.39"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
Expand Down Expand Up @@ -30168,7 +30168,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/9317262c02ea2dc324dfdbc20c3c450cd89cc9a16399a41a4bf820a3a1f31cf400878c015135e355ee034853cc2399b5499899d5b1bc462d57642d71083e74b6
checksum: 10c0/604a1c8698bcf09d6889533c552f20137c80cb5027e9e7ddf6215d51e3df763414f8712168c22b3c8c16383aff9447094c05f21d7cca3c115874ff9d12e1538e
languageName: node
linkType: hard

Expand Down
Loading