Skip to content

Commit ca70778

Browse files
committed
version 0.59.4
1 parent 63e1177 commit ca70778

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

RnDiffApp/package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
7-
"test": "jest",
8-
"lint": "eslint ."
7+
"test": "jest"
98
},
109
"dependencies": {
1110
"react": "16.8.3",
12-
"react-native": "0.59.3"
11+
"react-native": "0.59.4"
1312
},
1413
"devDependencies": {
15-
"@babel/core": "^7.4.0",
16-
"@babel/runtime": "^7.4.2",
17-
"@react-native-community/eslint-config": "^0.0.3",
18-
"babel-jest": "^24.5.0",
19-
"eslint": "^5.16.0",
20-
"jest": "^24.5.0",
14+
"@babel/core": "^7.4.3",
15+
"@babel/runtime": "^7.4.3",
16+
"babel-jest": "^24.7.1",
17+
"jest": "^24.7.1",
2118
"metro-react-native-babel-preset": "^0.53.1",
2219
"react-test-renderer": "16.8.3"
2320
},

0 commit comments

Comments
 (0)