Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit b846658

Browse files
committed
feat: upgrade dependencies
1 parent cd8d5db commit b846658

File tree

3 files changed

+232
-351
lines changed

3 files changed

+232
-351
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
"test": "eslint ."
1616
},
1717
"devDependencies": {
18-
"babel-eslint": "^10.0.2",
18+
"babel-eslint": "^10.0.3",
1919
"conventional-github-releaser": "^3.1.3",
20-
"eslint": "^6.1.0",
21-
"eslint-config-airbnb": "^17.1.1",
22-
"eslint-config-prettier": "^6.0.0",
20+
"eslint": "^6.2.2",
21+
"eslint-config-airbnb": "^18.0.1",
22+
"eslint-config-prettier": "^6.1.0",
2323
"eslint-plugin-import": "^2.18.2",
2424
"eslint-plugin-jsx-a11y": "^6.2.3",
2525
"eslint-plugin-react": "^7.14.3",
26-
"eslint-plugin-react-hooks": "^1.6.1",
26+
"eslint-plugin-react-hooks": "^2.0.1",
2727
"prettier": "^1.18.2",
28-
"standard-version": "^6.0.1"
28+
"standard-version": "^7.0.0"
2929
},
3030
"peerDependencies": {
3131
"babel-eslint": "^10.0.0",
3232
"eslint": "^6.1.0",
33-
"eslint-config-airbnb": "^17.1.0",
33+
"eslint-config-airbnb": "^18.0.0",
3434
"eslint-config-prettier": "^6.0.0",
3535
"eslint-plugin-import": "^2.18.0",
3636
"eslint-plugin-jsx-a11y": "^6.2.0",
3737
"eslint-plugin-react": "^7.14.0",
38-
"eslint-plugin-react-hooks": "^1.6.0"
38+
"eslint-plugin-react-hooks": "^2.0.0"
3939
}
4040
}

react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
ignore: [],
2525
},
2626
],
27+
'react/jsx-props-no-spreading': 'off',
2728
'react/jsx-uses-react': 'warn',
2829
'react/jsx-uses-vars': 'warn',
2930
'react/no-danger-with-children': 'warn',

0 commit comments

Comments
 (0)