Skip to content

Commit

Permalink
bump @types/react to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
thomschke authored and supasate committed Sep 23, 2018
1 parent e818746 commit b79db5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"seamless-immutable": "^7.1.3"
},
"peerDependencies": {
"react": "^15.5.4 || ^16.0.0",
"react": "^16.0.0",
"react-redux": "^4.4.8 || ^5.0.7",
"react-router": "^4.3.1",
"redux": "^3.6.0 || ^4.0.0"
},
"devDependencies": {
"@types/history": "^4.5.0",
"@types/react": "^15.0.23",
"@types/react": "^16.0.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
Expand Down
19 changes: 16 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@
version "10.3.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.2.tgz#3840ec6c12556fdda6e0e6d036df853101d732a4"

"@types/react@^15.0.23":
version "15.6.16"
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.16.tgz#35f62d2f34e1fa3af390b7fb70d0ff88ff3c5d22"
"@types/prop-types@*":
version "15.5.5"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.5.tgz#17038dd322c2325f5da650a94d5f9974943625e3"
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.0.0":
version "16.4.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.13.tgz#1385f5dc3486aa493849a32ccce626a817543e28"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

abab@^1.0.3:
version "1.0.4"
Expand Down Expand Up @@ -1485,6 +1494,10 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
dependencies:
cssom "0.3.x"

csstype@^2.2.0:
version "2.5.6"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.6.tgz#2ae1db2319642d8b80a668d2d025c6196071e788"

d@1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
Expand Down

0 comments on commit b79db5f

Please sign in to comment.