Skip to content

Commit 437b89c

Browse files
committed
feat(deps): upgrade dependencies
1 parent a215859 commit 437b89c

File tree

2 files changed

+324
-65
lines changed

2 files changed

+324
-65
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"url": "https://github.com/gabts/eslint-config-react-native-typescript/issues"
2323
},
2424
"peerDependencies": {
25-
"eslint": "^6.0.0",
26-
"typescript": "^3.2.0"
25+
"eslint": "*",
26+
"typescript": "*"
2727
},
2828
"dependencies": {
2929
"@react-native-community/eslint-config": "^2.0.0",
30-
"@typescript-eslint/parser": "3.1.0",
31-
"eslint-config-prettier": "^6.11.0",
32-
"eslint-plugin-import": "^2.22.0",
30+
"@typescript-eslint/parser": "^4.15.0",
31+
"eslint-config-prettier": "^7.2.0",
32+
"eslint-plugin-import": "^2.22.1",
3333
"eslint-plugin-import-order-alphabetical": "^1.0.1",
34-
"eslint-plugin-prettier": "^3.1.4",
35-
"eslint-plugin-react-native-a11y": "^2.0.2"
34+
"eslint-plugin-prettier": "^3.3.1",
35+
"eslint-plugin-react-native-a11y": "^2.0.4"
3636
},
3737
"devDependencies": {
3838
"prettier": "^2.1.0"

0 commit comments

Comments
 (0)