Skip to content

Commit a747449

Browse files
authored
Upgraded React Dependencies (#111)
1 parent 33bdfc3 commit a747449

File tree

3 files changed

+515
-483
lines changed

3 files changed

+515
-483
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
steps:
88
- checkout
99
- run: yarn install
10-
- run: yarn add react@16.8.6
11-
- run: yarn add [email protected].4
10+
- run: yarn add react@16.9.0
11+
- run: yarn add [email protected].5
1212
- run: yarn add codecov
1313
- run: yarn tslint
1414
- run: yarn type-check

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
"shortid": "2.2.14"
2020
},
2121
"peerDependencies": {
22-
"react": "16.8.6",
23-
"react-native": "~0.60.4"
22+
"react": "16.9.0",
23+
"react-native": "~0.60.5"
2424
},
2525
"devDependencies": {
26-
"@types/lodash.isequal": "4.5.5",
27-
"@types/jest": "24.0.15",
28-
"@types/react": "16.0.40",
29-
"@types/react-native": "0.55.0",
30-
"@types/react-test-renderer": "16.8.3",
31-
"@types/shortid": "0.0.29",
32-
"babel-jest": "24.8.0",
3326
"@babel/core": "7.5.5",
3427
"@babel/runtime": "7.5.5",
35-
"metro-react-native-babel-preset": "0.55.0",
36-
"flow-bin": "0.104.0",
28+
"@types/jest": "24.0.17",
29+
"@types/lodash.isequal": "4.5.5",
30+
"@types/react": "16.9.2",
31+
"@types/react-native": "0.60.6",
32+
"@types/react-test-renderer": "16.9.0",
33+
"@types/shortid": "0.0.29",
34+
"babel-jest": "24.9.0",
35+
"flow-bin": "0.105.2",
3736
"istanbul": "0.4.5",
3837
"istanbul-api": "2.1.6",
3938
"istanbul-reports": "2.2.6",
40-
"jest": "24.8.0",
39+
"jest": "24.9.0",
40+
"metro-react-native-babel-preset": "0.56.0",
4141
"prettier": "1.18.2",
4242
"prettier-eslint": "9.0.0",
43-
"react-test-renderer": "16.8.6",
43+
"react-test-renderer": "16.9.0",
4444
"ts-jest": "24.0.2",
4545
"tslint": "5.18.0",
4646
"typescript": "3.5.3"

0 commit comments

Comments
 (0)