Skip to content

Commit

Permalink
📦 Update overrides to use explicit React versions since they're pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Jan 2, 2024
1 parent a98f778 commit b183ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"node": ">=20.0.0"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
"react": "18.3.0-canary-c5b937576-20231219",
"react-dom": "18.3.0-canary-c5b937576-20231219"
},
"eslintIgnore": [
"node_modules",
Expand Down

0 comments on commit b183ce0

Please sign in to comment.