We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddde34 commit ea01e4eCopy full SHA for ea01e4e
stack/eslint-config/package.json
@@ -21,12 +21,12 @@
21
"typescript": ">=3.0.0"
22
},
23
"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",
+ "@typescript-eslint/eslint-plugin": "2.3.3",
+ "@typescript-eslint/experimental-utils": "2.3.3",
+ "@typescript-eslint/parser": "2.3.3",
+ "@typescript-eslint/typescript-estree": "2.3.3",
28
"eslint-plugin-promise": "~4.2.1",
29
- "eslint-plugin-react": "~7.14.3",
+ "eslint-plugin-react": "~7.16.0",
30
"eslint-plugin-security": "~1.4.0"
31
32
"devDependencies": {
0 commit comments