We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4d87 commit 30e8d05Copy full SHA for 30e8d05
2 files changed
.eslintrc.js
@@ -11,6 +11,7 @@ module.exports = {
11
'@typescript-eslint/no-explicit-any': 0,
12
'jsx-a11y/label-has-associated-control': 0,
13
'jsx-a11y/label-has-for': 0,
14
+ 'import/no-extraneous-dependencies': 0,
15
'no-shadow': 0
16
},
17
};
package.json
@@ -58,14 +58,10 @@
58
"react-dom": "^16.0.0",
59
"typescript": "^3.5.2"
60
61
- "peerDependencies": {
62
- "react": "^15.0.0 || ^16.0.0",
63
- "react-dom": "^15.0.0 || ^16.0.0"
64
- },
65
"dependencies": {
66
"array-tree-filter": "^2.1.0",
67
"rc-trigger": "^4.0.0",
68
- "rc-util": "^4.0.4",
+ "rc-util": "^5.0.1",
69
"warning": "^4.0.1"
70
}
71
0 commit comments