Skip to content

Commit

Permalink
Fixes package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
favorit committed Jun 27, 2018
1 parent ad962e4 commit 68cb7d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"jest-cli": "^23.2.0",
"path-to-regexp": "^2.2.0"
},
"peerDependencies": {
"next": "^4.2.3",
"react": "^16.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.51",
"babel-eslint": "^8.2.2",
Expand All @@ -57,9 +53,9 @@
"del-cli": "^1.1.0",
"jest": "^23.2.0",
"next": "^6.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"standard": "^11.0.1"
},
"author": "fridays",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5477,7 +5477,7 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-dom@^16.2.0:
react-dom@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
dependencies:
Expand Down Expand Up @@ -5505,7 +5505,7 @@ react-lifecycles-compat@^3.0.2:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

react-test-renderer@^16.2.0:
react-test-renderer@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.4.1.tgz#f2fb30c2c7b517db6e5b10ed20bb6b0a7ccd8d70"
dependencies:
Expand All @@ -5514,7 +5514,7 @@ react-test-renderer@^16.2.0:
prop-types "^15.6.0"
react-is "^16.4.1"

react@^16.2.0:
react@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
dependencies:
Expand Down

0 comments on commit 68cb7d1

Please sign in to comment.