Skip to content

Commit

Permalink
add react as dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Aug 5, 2018
1 parent 49d14df commit de443cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"next": "^5.1.0",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-apollo": "^2.1.3",
"react-dom": "^16.3.2"
},
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5073,6 +5073,15 @@ react-hot-loader@4.0.0:
prop-types "^15.6.0"
shallowequal "^1.0.2"

react@^16.4.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

read-pkg-up@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
Expand Down

0 comments on commit de443cb

Please sign in to comment.