Skip to content

Commit

Permalink
Fix version range
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdm committed May 1, 2024
1 parent 9f73d71 commit 9c28f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"commerce"
],
"peerDependencies": {
"@redwoodjs/web": "^5.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@redwoodjs/web": ">=5.4.3",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"gitHead": "dc236d24165114a18811fe36e62482ff4ae75d36"
}

0 comments on commit 9c28f1a

Please sign in to comment.