Skip to content

Commit

Permalink
feat(hippy-react): update react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Oct 12, 2021
1 parent aa5a29d commit df6bccb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 79 deletions.
5 changes: 3 additions & 2 deletions examples/hippy-react-demo/package.json
Expand Up @@ -23,8 +23,9 @@
"dependencies": {
"@hippy/react": "^2.0.2",
"@hippy/react-web": "^2.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-reconciler": "0.26.2",
"react-router": "~5.1.2",
"react-router-dom": "~5.1.2",
"regenerator-runtime": "^0.13.5",
Expand Down
112 changes: 39 additions & 73 deletions packages/hippy-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/hippy-react/package.json
Expand Up @@ -20,11 +20,11 @@
],
"dependencies": {
"fast-deep-equal": "^2.0.1",
"react": "^16.14.0",
"react-reconciler": "^0.21.0"
"react": "^17.0.2",
"react-reconciler": "^0.26.2"
},
"devDependencies": {
"@types/react": "^16.14.0",
"@types/react-reconciler": "^0.18.0"
"@types/react": "^17.0.21",
"@types/react-reconciler": "^0.26.3"
}
}

0 comments on commit df6bccb

Please sign in to comment.