Skip to content

Commit 2b82f5e

Browse files
committed
Update React to 16.8 (official hooks)
1 parent c20ee9d commit 2b82f5e

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

package-lock.json

+22-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"fetch-mock": "^6.4.4",
2020
"jest": "^23.0.1",
2121
"node-fetch": "^2.3.0",
22-
"react": "^16.7.0-alpha.2",
23-
"react-dom": "^16.7.0-alpha.2",
22+
"react": "^16.8.1",
23+
"react-dom": "^16.8.1",
2424
"react-testing-library": "^3.1.7"
2525
},
2626
"peerDependencies": {
27-
"react": "^16.7.0-alpha.0"
27+
"react": "^16.8.0"
2828
},
2929
"scripts": {
3030
"test": "jest",

0 commit comments

Comments
 (0)