Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Force next@12.2.4 until esbuild update (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Sep 12, 2022
1 parent 9533cbf commit f900138
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/made-by-nature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'keystone-app': patch
---

Fix graphql@^15.8.0 and next@12.2.4 as pseudo-peer dependencies until next `@keystone-6/core` release
12 changes: 10 additions & 2 deletions create-keystone-app/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@
"@keystone-6/core": "^2.1.0",
"@keystone-6/fields-document": "^4.0.1",
"graphql": "^15.8.0",
"next": "12.2.4",
"typescript": "^4.7.4"
},
"engines": {
"node": "^14.15 || ^16.13"
"// npm": "this is a temporary workaround for npm users, see https://github.com/keystonejs/create-keystone-app/pull/350",
"overrides": {
"graphql": "^15.8.0",
"next": "12.2.4"
},
"// yarn": "this is a temporary workaround for yarn users, see https://github.com/keystonejs/create-keystone-app/pull/350",
"resolutions": {
"graphql": "^15.8.0",
"next": "12.2.4"
}
}

0 comments on commit f900138

Please sign in to comment.