Skip to content

Commit c655825

Browse files
matthargettthymikee
authored andcommitted
feat: Bump eslint-plugin-react (#52)
We have an eslint-config package that depends on the @callstack/eslint-config, and adds a few overrides and eslint-plugin-react-redux. We had a need to update eslint-plugin-react to 7.13.0, which then requires eslint-plugin-import as a peerDependency. This means the apps have to add the import plugin to their package.json. Bumping the package version here so the peerDependency is encapsulated here.
1 parent 37a5739 commit c655825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"eslint-plugin-jest": "^22.4.1",
2020
"eslint-plugin-prettier": "^3.0.1",
2121
"eslint-plugin-promise": "^4.1.1",
22-
"eslint-plugin-react": "^7.12.4",
22+
"eslint-plugin-react": "^7.13.0",
2323
"eslint-plugin-react-hooks": "^1.6.0",
24-
"eslint-plugin-react-native": "^3.6.0",
24+
"eslint-plugin-react-native": "^3.7.0",
2525
"eslint-restricted-globals": "^0.2.0",
2626
"prettier": "^1.17.0"
2727
},

0 commit comments

Comments
 (0)