Skip to content

Commit

Permalink
Add missing TS typings packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 23, 2017
1 parent 28e14e8 commit a703b55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"supports-color": "^3.2.3"
},
"devDependencies": {
"@types/react": "^0.14.55",
"@types/react-native": "^0.37.5",
"babel-cli": "^6.22.2",
"babel-core": "^6.17.0",
"babel-eslint": "^7.1.1",
Expand Down Expand Up @@ -99,9 +101,9 @@
"lint-staged": "^3.3.0",
"node-watch": "^0.4.1",
"pre-commit": "^1.2.2",
"react": "^15.4.1",
"react": "^15.5.4",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-dom": "^15.5.4",
"react-native": "^0.39.2",
"rimraf": "^2.6.1",
"rollup": "^0.37.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
# yarn lockfile v1


"@types/react-native@^0.37.5":
version "0.37.13"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.37.13.tgz#65548f892ed6e55ef87add1ffeec72275b4152b7"
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^0.14.55":
version "0.14.57"
resolved "https://registry.yarnpkg.com/@types/react/-/react-0.14.57.tgz#1878a8654fafdd1d381b8457292b6433498c5b62"

abab@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
Expand Down Expand Up @@ -4628,7 +4638,7 @@ react-deep-force-update@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.0.1.tgz#f911b5be1d2a6fe387507dd6e9a767aa2924b4c7"

react-dom@^15.4.1:
react-dom@^15.5.4:
version "15.5.4"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.5.4.tgz#ba0c28786fd52ed7e4f2135fe0288d462aef93da"
dependencies:
Expand Down Expand Up @@ -4734,7 +4744,7 @@ react-transform-hmr@^1.0.4:
global "^4.3.0"
react-proxy "^1.1.7"

react@^15.4.1:
react@^15.5.4:
version "15.5.4"
resolved "https://registry.yarnpkg.com/react/-/react-15.5.4.tgz#fa83eb01506ab237cdc1c8c3b1cea8de012bf047"
dependencies:
Expand Down

0 comments on commit a703b55

Please sign in to comment.