Skip to content

Commit ea01e4e

Browse files
committed
Upgraded ESLint plugin dependencies
1 parent 2ddde34 commit ea01e4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stack/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"typescript": ">=3.0.0"
2222
},
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "2.1.0",
25-
"@typescript-eslint/experimental-utils": "2.1.0",
26-
"@typescript-eslint/parser": "2.1.0",
27-
"@typescript-eslint/typescript-estree": "2.1.0",
24+
"@typescript-eslint/eslint-plugin": "2.3.3",
25+
"@typescript-eslint/experimental-utils": "2.3.3",
26+
"@typescript-eslint/parser": "2.3.3",
27+
"@typescript-eslint/typescript-estree": "2.3.3",
2828
"eslint-plugin-promise": "~4.2.1",
29-
"eslint-plugin-react": "~7.14.3",
29+
"eslint-plugin-react": "~7.16.0",
3030
"eslint-plugin-security": "~1.4.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)