Skip to content

Commit ab12e45

Browse files
committed
Update all major dependencies
1 parent 0696a87 commit ab12e45

File tree

2 files changed

+239
-154
lines changed

2 files changed

+239
-154
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"src"
2727
],
2828
"peerDependencies": {
29-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
29+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
3030
},
3131
"devDependencies": {
3232
"babel-cli": "6.26.0",
@@ -42,15 +42,15 @@
4242
"enzyme": "3.11.0",
4343
"enzyme-adapter-react-16": "1.15.2",
4444
"eslint": "7.3.1",
45-
"eslint-plugin-flowtype": "4.7.0",
45+
"eslint-plugin-flowtype": "5.2.0",
4646
"eslint-plugin-react": "7.20.0",
4747
"flow-bin": "0.127.0",
4848
"flow-typed": "3.1.0",
4949
"jsdom": "16.2.2",
50-
"mocha": "7.2.0",
51-
"react": "16.13.1",
52-
"react-dom": "16.13.1",
53-
"react-test-renderer": "16.13.1"
50+
"mocha": "8.2.0",
51+
"react": "17.0.1",
52+
"react-dom": "17.0.1",
53+
"react-test-renderer": "17.0.1"
5454
},
5555
"scripts": {
5656
"build": "babel src --out-dir lib --source-maps",

0 commit comments

Comments
 (0)