Skip to content

Commit e11235f

Browse files
committed
chore: update jest and eslint related packages
1 parent 23b5c89 commit e11235f

File tree

3 files changed

+1472
-899
lines changed

3 files changed

+1472
-899
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@
4545
"devDependencies": {
4646
"@babel/core": "^7.4.3",
4747
"@babel/runtime": "^7.4.3",
48-
"@react-native-community/eslint-config": "0.0.5",
48+
"@react-native-community/eslint-config": "0.0.6",
49+
"@react-native-community/eslint-plugin": "^1.0.0",
4950
"@types/react": "^16.9.17",
50-
"babel-jest": "^24.9.0",
51+
"babel-jest": "^25.1.0",
5152
"babel-plugin-module-resolver": "^3.2.0",
52-
"eslint": "^5.16.0",
53+
"eslint": "5",
5354
"eslint-plugin-prettier": "^3.0.1",
54-
"jest": "^24.9.0",
55-
"metro-react-native-babel-preset": "^0.53.1",
55+
"jest": "^25.1.0",
56+
"metro-react-native-babel-preset": "^0.58.0",
5657
"prettier": "^1.17.0",
5758
"react": "16.9.0",
5859
"react-native": "^0.61.5",

0 commit comments

Comments
 (0)