Merge pull request #97 from donavon/patch-1

update to release React 16.8.0
This commit is contained in:
Va Da 2019-02-07 12:35:58 +01:00 committed by GitHub
commit 07112cb14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
},
"homepage": "https://github.com/streamich/react-use#readme",
"dependencies": {
"@types/react": "^16.7.13",
"@types/react": "^16.2.2",
"keyboardjs": "^2.5.1",
"nano-css": "^3.4.0",
"react-wait": "^0.3.0",
@ -48,8 +48,8 @@
"babel-core": "^6.26.3",
"callbag-interval": "^1.1.0",
"gh-pages": "^2.0.1",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-spring": "^6.1.4",
"rimraf": "^2.6.2",
"rxjs": "^6.3.3",
@ -59,8 +59,7 @@
"typescript": "^3.2.2"
},
"peerDependencies": {
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2"
"react": "^16.8.0"
},
"config": {
"commitizen": {