1
0
Fork 0
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:
Leo Lamprecht 2017-02-17 13:24:50 +01:00
parent 49eb8d2f54
commit 4f1a446688
No known key found for this signature in database
GPG key ID: B08517883D5E0E10

View file

@ -114,8 +114,8 @@
"wd": "1.1.3" "wd": "1.1.3"
}, },
"peerDependencies": { "peerDependencies": {
"react": "15.4.2", "react": "^15.4.2",
"react-dom": "15.4.2" "react-dom": "^15.4.2"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",