Skip to content

Commit

Permalink
Update peerdependency to account for React 17 (#18089)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 21, 2020
1 parent b89d417 commit f232387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/next/package.json
Expand Up @@ -122,8 +122,8 @@
"webpack-sources": "1.4.3"
},
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0"
"react": "^16.6.0 || ^17",
"react-dom": "^16.6.0 || ^17"
},
"optionalDependencies": {
"sharp": "0.26.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dev-overlay/package.json
Expand Up @@ -28,8 +28,8 @@
"strip-ansi": "6.0.0"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.9.0 || ^17",
"react-dom": "^16.9.0 || ^17",
"webpack": "^4 || ^5"
}
}

0 comments on commit f232387

Please sign in to comment.