Skip to content

Commit

Permalink
Use same major version of all dependencies as tsdx
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Aug 16, 2020
1 parent 4a9ccb7 commit 2d036c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module.exports = {
extends: [
require.resolve("eslint-config-react-app"),
require.resolve("eslint-config-prettier/@typescript-eslint"),
"plugin:prettier/recommended",
"plugin:prettier/recommended"
],
settings: {
react: {
version: "999.999.999",
},
},
version: "999.999.999"
}
}
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"babel-eslint": "10.x",
"eslint-config-prettier": "6.x",
"eslint-config-react-app": "5.x",
"eslint-plugin-flowtype": "3.x || 4.x",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "3.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x || 2.x",
"prettier": "2.x"
"eslint-plugin-react-hooks": "2.x",
"prettier": "1.x"
},
"peerDependencies": {
"eslint": "6.x"
Expand Down

0 comments on commit 2d036c0

Please sign in to comment.