Skip to content

Commit

Permalink
[packages][samples] Upgrade react, react-dom (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-illiakovalenko authored Dec 30, 2020
1 parent efc18cf commit 4a5ea82
Show file tree
Hide file tree
Showing 17 changed files with 12,188 additions and 7,832 deletions.
64 changes: 11 additions & 53 deletions packages/sitecore-jss-nextjs-editing-host/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/sitecore-jss-nextjs-editing-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"mocha": "^8.1.3",
"next": "^10.0.3",
"nyc": "^15.1.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"ts-node": "^9.0.0",
Expand All @@ -54,8 +54,8 @@
"peerDependencies": {
"@sitecore-jss/sitecore-jss-nextjs": "^16.0.0-canary.6",
"next": "^10.0.3",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"body-parser": "^1.19.0",
Expand Down
Loading

0 comments on commit 4a5ea82

Please sign in to comment.