Skip to content

Commit

Permalink
Merge pull request #9 from nodejs-monorepo-templates/renovate/major-r…
Browse files Browse the repository at this point in the history
…eact-monorepo

chore(deps): update react monorepo to v17 (major)
  • Loading branch information
KSXGitHub committed Oct 20, 2020
2 parents b7c04fe + 618de74 commit 6f6df88
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 29 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@tools/places": "file:../tools/places"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"@types/react": "^16.9.49"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/nodejs-monorepo-templates/typescript-monorepo-esm/issues"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3",
"toolcheck": "^0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^14.11.2"
},
"peerDependencies": {
"react": "^16.13.1",
"react": "^17.0.0",
"@types/react": "^16.9.49"
}
}
2 changes: 1 addition & 1 deletion packages/scoped-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^14.11.2"
},
"peerDependencies": {
"react": "^16.13.1",
"react": "^17.0.0",
"@types/react": "^16.9.49"
}
}
36 changes: 13 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 6f6df88

Please sign in to comment.