Skip to content

Commit 30e8d05

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent eac4d87 commit 30e8d05

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
'@typescript-eslint/no-explicit-any': 0,
1212
'jsx-a11y/label-has-associated-control': 0,
1313
'jsx-a11y/label-has-for': 0,
14+
'import/no-extraneous-dependencies': 0,
1415
'no-shadow': 0
1516
},
1617
};

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,10 @@
5858
"react-dom": "^16.0.0",
5959
"typescript": "^3.5.2"
6060
},
61-
"peerDependencies": {
62-
"react": "^15.0.0 || ^16.0.0",
63-
"react-dom": "^15.0.0 || ^16.0.0"
64-
},
6561
"dependencies": {
6662
"array-tree-filter": "^2.1.0",
6763
"rc-trigger": "^4.0.0",
68-
"rc-util": "^4.0.4",
64+
"rc-util": "^5.0.1",
6965
"warning": "^4.0.1"
7066
}
7167
}

0 commit comments

Comments
 (0)