Skip to content

Commit

Permalink
peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Jun 5, 2018
1 parent 11a3186 commit ee45ebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "jest --coverage"
},
"peerDependencies": {
"next": "^6",
"react": "^16"
"next": ">= 1",
"react": ">= 15"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand All @@ -41,6 +41,7 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.42.0",
Expand All @@ -52,8 +53,5 @@
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0"
},
"dependencies": {
"enzyme-adapter-react-16": "^1.1.1"
}
}
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5253,6 +5253,10 @@ react-hot-loader@3.1.1:
redbox-react "^1.3.6"
source-map "^0.6.1"

react-is@^16.4.0:
version "16.4.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.0.tgz#cc9fdc855ac34d2e7d9d2eb7059bbc240d35ffcf"

react-proxy@^3.0.0-alpha.0:
version "3.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-3.0.0-alpha.1.tgz#4400426bcfa80caa6724c7755695315209fa4b07"
Expand All @@ -5269,12 +5273,13 @@ react-reconciler@^0.7.0:
prop-types "^15.6.0"

react-test-renderer@^16.0.0-0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.2.0.tgz#bddf259a6b8fcd8555f012afc8eacc238872a211"
version "16.4.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.4.0.tgz#0dbe0e24263e94e1830c7afb1f403707fad313a3"
dependencies:
fbjs "^0.8.16"
object-assign "^4.1.1"
prop-types "^15.6.0"
react-is "^16.4.0"

react@^16.2.0:
version "16.2.0"
Expand Down

0 comments on commit ee45ebc

Please sign in to comment.