mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Peer dependencies shouldn't be pinned
This commit is contained in:
parent
49eb8d2f54
commit
4f1a446688
|
@ -114,8 +114,8 @@
|
|||
"wd": "1.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "15.4.2",
|
||||
"react-dom": "15.4.2"
|
||||
"react": "^15.4.2",
|
||||
"react-dom": "^15.4.2"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
|
|
Loading…
Reference in a new issue