Skip to content

Commit a07a28a

Browse files
authored
Merge pull request #437 from friederbluemle/update-ts-eslint
Update typescript-eslint dependencies
2 parents 3182a5b + 8d455ae commit a07a28a

File tree

2 files changed

+201
-385
lines changed

2 files changed

+201
-385
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@
6464
"devDependencies": {
6565
"@babel/core": "7.8.7",
6666
"@react-native-community/bob": "0.10.0",
67-
"@react-native-community/eslint-config": "0.0.7",
68-
"@react-native-community/eslint-plugin": "1.0.0",
67+
"@react-native-community/eslint-config": "1.0.0",
6968
"@types/react-native": "0.61.22",
70-
"@typescript-eslint/eslint-plugin": "2.23.0",
71-
"@typescript-eslint/parser": "2.23.0",
69+
"@typescript-eslint/eslint-plugin": "2.26.0",
70+
"@typescript-eslint/parser": "2.26.0",
7271
"eslint": "6.8.0",
73-
"eslint-config-prettier": "6.10.0",
72+
"eslint-config-prettier": "6.10.1",
7473
"eslint-plugin-prettier": "3.1.2",
7574
"husky": "4.2.3",
76-
"lint-staged": "10.0.8",
75+
"lint-staged": "10.1.2",
7776
"prettier": "1.19.1",
7877
"react": "16.9.0",
7978
"react-native": "0.61.5",

0 commit comments

Comments
 (0)