Skip to content

Commit f8b7e31

Browse files
committed
chore(deps): upgrade node modules:
BREAKING CHANGE: RNN version was upgraded to >=4.5.0
1 parent b63743f commit f8b7e31

File tree

2 files changed

+2448
-1992
lines changed

2 files changed

+2448
-1992
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"peerDependencies": {
2121
"react": ">=16.8.3",
2222
"react-native": ">=0.59.0",
23-
"react-native-navigation": ">=4.0.7"
23+
"react-native-navigation": ">=4.5.0"
2424
},
2525
"scripts": {
2626
"lint": "eslint *.js",
@@ -30,32 +30,32 @@
3030
"release": "semantic-release"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.7.2",
34-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
35-
"@babel/preset-env": "7.7.1",
36-
"@babel/preset-react": "7.7.0",
37-
"@babel/preset-typescript": "7.7.2",
38-
"@semantic-release/changelog": "3.0.6",
39-
"@semantic-release/git": "7.0.18",
40-
"@semantic-release/npm": "5.3.4",
33+
"@babel/core": "7.8.4",
34+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
35+
"@babel/preset-env": "7.8.4",
36+
"@babel/preset-react": "7.8.3",
37+
"@babel/preset-typescript": "7.8.3",
38+
"@semantic-release/changelog": "5.0.0",
39+
"@semantic-release/git": "9.0.0",
40+
"@semantic-release/npm": "7.0.3",
4141
"@testing-library/react-hooks": "3.2.1",
42-
"@types/jest": "24.0.23",
43-
"@types/react": "16.9.11",
42+
"@types/jest": "25.1.2",
43+
"@types/react": "16.9.19",
4444
"@types/react-native": ">=0.59.0",
4545
"babel-eslint": "10.0.3",
46-
"eslint": "6.4.0",
47-
"eslint-config-prettier": "6.6.0",
48-
"eslint-plugin-prettier": "3.1.1",
49-
"eslint-plugin-react": "7.14.3",
50-
"eslint-plugin-react-hooks": "2.0.1",
51-
"jest": "24.9.0",
46+
"eslint": "6.8.0",
47+
"eslint-config-prettier": "6.10.0",
48+
"eslint-plugin-prettier": "3.1.2",
49+
"eslint-plugin-react": "7.18.3",
50+
"eslint-plugin-react-hooks": "2.3.0",
51+
"jest": "25.1.0",
5252
"prettier": "1.19.1",
5353
"react": ">=16.8.3",
5454
"react-native": ">=0.59.0",
55-
"react-native-navigation": ">=4.0.7",
55+
"react-native-navigation": ">=4.5.0",
5656
"react-test-renderer": "16.12.0",
57-
"semantic-release": "15.13.31",
58-
"typescript": "3.7.2"
57+
"semantic-release": "17.0.3",
58+
"typescript": "3.7.5"
5959
},
6060
"release": {
6161
"branch": "master",

0 commit comments

Comments
 (0)