Skip to content

Commit

Permalink
Update nextjs monorepo to ^10.2.0 (minor) (#5601)
Browse files Browse the repository at this point in the history
* Update nextjs monorepo to ^10.2.0

* Create nice-apples-shave.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
  • Loading branch information
3 people committed May 3, 2021
1 parent 3e1f9fc commit 8b77b69
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changeset/nice-apples-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@keystone-next/example-auth": patch
"@keystone-next/app-basic": patch
"@keystone-next/example-ecommerce": patch
"@keystone-next/example-next-lite": patch
"@keystone-next/example-roles": patch
"@keystone-next/example-todo": patch
"@keystone-next/admin-ui": patch
"@keystone-next/keystone": patch
"@keystone-ui/website": patch
"@keystone-next/website": patch
---

Updated Next.js dependency to `^10.2.0`.
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^17.0.3",
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.27",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tinycolor2": "^1.4.2"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@keystone-ui/tooltip": "^3.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.1.3",
"@next/mdx": "^10.2.0",
"@preconstruct/next": "^3.0.0",
"@primer/octicons-react": "^13.0.0",
"@sindresorhus/slugify": "^1.1.2",
Expand All @@ -36,7 +36,7 @@
"copy-to-clipboard": "^3.3.1",
"cypress": "^5.6.0",
"facepaint": "^1.2.1",
"next": "^10.1.3",
"next": "^10.2.0",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.7.0",
"prism-react-renderer": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@keystone-next/auth": "^22.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"apollo-server-micro": "^2.24.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@keystone-next/types": "^17.0.1",
"@types/nodemailer": "^6.4.1",
"dotenv": "^8.2.0",
"next": "^10.1.3",
"next": "^10.2.0",
"nodemailer": "^6.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"dotenv": "^8.2.0",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"@keystone-next/types": "^17.0.1",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0",
"dotenv": "^8.2.0",
"next": "^10.1.3",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fast-glob": "^3.2.5",
"fs-extra": "^9.1.0",
"graphql": "^15.5.0",
"next": "^10.1.3",
"next": "^10.2.0",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"image-size": "^1.0.0",
"image-type": "^4.1.0",
"meow": "^9.0.0",
"next": "^10.1.3",
"next": "^10.2.0",
"object-hash": "^2.1.1",
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
resolved "https://registry.yarnpkg.com/@next/env/-/env-10.2.0.tgz#154dbce2efa3ad067ebd20b7d0aa9aed775e7c97"
integrity sha512-tsWBsn1Rb6hXRaHc/pWMCpZ4Ipkf3OCbZ54ef5ukgIyEvzzGdGFXQshPP2AF7yb+8yMpunWs7vOMZW3e8oPF6A==

"@next/mdx@^10.1.3":
"@next/mdx@^10.2.0":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-10.2.0.tgz#303bcc4ba4a6902aec8e6d2e677ad0b82dcc0336"
integrity sha512-2AwN5Q4Av6McSpVKps2dDGdKEEUdme0cjdmo0iNuBFdBPzMBMeMyIMrT9T/QPCDUtqeB747f6Zkf/Xt2uVwzBg==
Expand Down Expand Up @@ -9591,7 +9591,7 @@ next-images@^1.7.0:
file-loader "^6.0.0"
url-loader "^4.0.0"

next@^10.1.3:
next@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/next/-/next-10.2.0.tgz#6654cc925d8abcb15474fa062fc6b3ee527dd6dc"
integrity sha512-PKDKCSF7s82xudu3kQhOEaokxggpbLEWouEUtzP6OqV0YqKYHF+Ff+BFLycEem8ixtTM2M6ElN0VRJcskJfxPQ==
Expand Down

1 comment on commit 8b77b69

@vercel
Copy link

@vercel vercel bot commented on 8b77b69 May 3, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.