Skip to content

Commit

Permalink
revert the peer dependency version bump on vite
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jan 8, 2025
1 parent 40c73e6 commit a0203bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@shopify/hydrogen-codegen": "^0.3.2",
"@shopify/mini-oxygen": "^3.1.0",
"graphql-config": "^5.0.3",
"vite": "^5.1.8"
"vite": "^5.1.0"
},
"peerDependenciesMeta": {
"@graphql-codegen/cli": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@remix-run/react": "^2.10.0",
"@remix-run/server-runtime": "^2.10.0",
"react": "^18.2.0",
"vite": "^5.1.8"
"vite": "^5.1.0"
},
"peerDependenciesMeta": {
"vite": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-oxygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vitest": "^1.0.4"
},
"peerDependencies": {
"vite": "^5.1.8"
"vite": "^5.1.0"
},
"peerDependenciesMeta": {
"vite": {
Expand Down

0 comments on commit a0203bf

Please sign in to comment.