Skip to content

Commit

Permalink
Update react monorepo to v17 (major) (#4622)
Browse files Browse the repository at this point in the history
* Update react monorepo to v17

* Create dirty-goats-kick.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mitchell Hamilton <mitchell@hamil.town>
  • Loading branch information
3 people committed Feb 9, 2021
1 parent 74f4283 commit b97216a
Show file tree
Hide file tree
Showing 78 changed files with 209 additions and 156 deletions.
36 changes: 36 additions & 0 deletions .changeset/dirty-goats-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
"@keystonejs/fields": major
"@keystonejs/demo-project-blog": major
"@keystonejs/demo-custom-fields": major
"@keystonejs/demo-project-meetup": major
"@keystonejs/website": major
"@keystone-next/example-auth": major
"@keystone-next/app-basic": major
"@keystone-next/example-ecommerce": major
"@keystone-next/example-roles": major
"@keystone-next/example-todo": major
"@keystone-next/admin-ui-utils": major
"@keystone-next/admin-ui": major
"@keystone-next/auth": major
"@keystone-next/cloudinary": major
"@keystone-next/document-renderer": major
"@keystone-next/fields-document": major
"@keystone-next/fields": major
"@keystone-ui/button": major
"@keystone-ui/core": major
"@keystone-ui/fields": major
"@keystone-ui/icons": major
"@keystone-ui/loading": major
"@keystone-ui/modals": major
"@keystone-ui/notice": major
"@keystone-ui/options": major
"@keystone-ui/pill": major
"@keystone-ui/popover": major
"@keystone-ui/segmented-control": major
"@keystone-ui/toast": major
"@keystone-ui/tooltip": major
"@keystone-ui/website": major
"@keystone-next/website": major
---

Updated react and react-dom to v17
2 changes: 1 addition & 1 deletion design-system/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystone-ui/core": "^1.0.2",
"@keystone-ui/icons": "^1.0.0",
"@keystone-ui/loading": "^1.0.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"devDependencies": {
"@types/facepaint": "^1.2.1",
"@types/react": "^16.14.3",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@keystone-ui/popover": "^1.1.1",
"@types/react-select": "^3.1.2",
"date-fns": "^2.16.1",
"react": "^16.14.0",
"react": "^17.0.1",
"react-day-picker": "npm:react-day-picker@^7.4.8",
"react-focus-lock": "^2.5.0",
"react-select": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"feather-icons": "^4.28.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"react": "^16.14.0",
"react": "^17.0.1",
"to-pascal-case": "^1.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@keystone-ui/core": "^1.0.0"
},
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.12.13",
"@keystone-ui/core": "^1.0.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/runtime": "^7.12.13",
"@keystone-ui/button": "^2.0.1",
"@keystone-ui/core": "^1.0.2",
"react": "^16.14.0",
"react": "^17.0.1",
"react-focus-lock": "^2.5.0",
"react-remove-scroll": "^2.4.1",
"react-transition-group": "^4.4.1"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystone-ui/button": "^2.0.0",
"@keystone-ui/core": "^1.0.1",
"@keystone-ui/icons": "^1.0.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/options.cjs.js",
"module": "dist/options.esm.js",
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"devDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/pill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/pill.cjs.js",
"module": "dist/pill.esm.js",
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"devDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "dist/popover.cjs.js",
"module": "dist/popover.esm.js",
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"module": "dist/segmented-control.esm.js",
"devDependencies": {
"@types/react": "^16.14.3",
"react": "^16.14.0"
"react": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@keystone-ui/core": "^1.0.2"
},
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"module": "dist/toast.esm.js",
"devDependencies": {
"@types/react": "^16.14.3",
"react": "^16.14.0"
"react": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@keystone-ui/core": "^1.0.2",
"@keystone-ui/icons": "^1.0.0"
},
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "dist/tooltip.cjs.js",
"module": "dist/tooltip.esm.js",
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
Expand Down
4 changes: 2 additions & 2 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.26",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions docs-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"next": "10.0.5",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.2.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples-next/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@keystone-next/fields": "^4.1.1",
"@keystone-next/keystone": "^9.3.1",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples-next/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples-next/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"dotenv": "^8.2.0",
"next": "10.0.5",
"nodemailer": "^6.4.17",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"stripe": "^8.132.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples-next/roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@keystone-next/keystone": "^9.3.1",
"@keystone-next/types": "^12.0.1",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples-next/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@keystone-next/fields": "^4.1.1",
"@keystone-next/keystone": "^9.3.1",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"next": "10.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples/blog"
}
2 changes: 1 addition & 1 deletion examples/custom-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@keystonejs/keystone": "^19.0.0",
"@primer/octicons-react": "^11.2.0",
"cross-env": "^7.0.3",
"react": "^16.14.0"
"react": "^17.0.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples/custom-fields"
}
4 changes: 2 additions & 2 deletions examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"lodash.uniqby": "^4.7.0",
"next": "10.0.5",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-toast-notifications": "^2.4.0",
"react-use-form-state": "^0.13.2",
"uuid": "^8.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages-next/admin-ui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"graphql": "^15.5.0"
},
"peerDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"devDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"graphql": "^15.5.0",
"next": "10.0.5",
"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve": "^1.19.0",
"tabbable": "^5.1.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages-next/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"devDependencies": {
"@keystone-next/admin-ui": "^8.0.1",
"@keystone-next/keystone": "^9.3.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"peerDependencies": {
"@keystone-next/admin-ui": "^8.0.1",
"@keystone-next/keystone": "^9.3.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"preconstruct": {
"entrypoints": [
Expand Down
2 changes: 1 addition & 1 deletion packages-next/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@keystonejs/fields-cloudinary-image": "^2.1.1",
"@keystonejs/file-adapters": "^7.0.8",
"@types/react": "^16.14.3",
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages-next/document-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^16.14.0 || 17"
},
"devDependencies": {
"react": "^16.14.0"
"react": "^17.0.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages-next/document-renderer"
}
2 changes: 1 addition & 1 deletion packages-next/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mdast-util-gfm-strikethrough": "^0.2.3",
"micromark-extension-gfm-autolink-literal": "0.5.6",
"micromark-extension-gfm-strikethrough": "0.6.3",
"react": "^16.14.0",
"react": "^17.0.1",
"scroll-into-view-if-needed": "^2.2.26",
"slate": "npm:slate@^0.59.0",
"slate-history": "^0.59.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"date-fns": "^2.16.1",
"fast-deep-equal": "^3.1.3",
"intersection-observer": "^0.12.0",
"react": "^16.14.0"
"react": "^17.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
Loading

1 comment on commit b97216a

@vercel
Copy link

@vercel vercel bot commented on b97216a Feb 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again after in 28 seconds (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.