Skip to content

Commit

Permalink
chore: fix deps versions for react 18 (#3696)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
  • Loading branch information
2 people authored and mariuslundgard committed Oct 3, 2022
1 parent fe7d861 commit 3874af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"sanity": "3.0.0-dev-preview.20"
},
"peerDependencies": {
"react": "^16.9 || ^17 || ^18",
"react-dom": "^16.9 || ^17 || ^18",
"react": "^18",
"react-dom": "^18",
"sanity": "dev-preview"
}
}

0 comments on commit 3874af7

Please sign in to comment.