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

Force next@12.2.4 until esbuild update #350

Merged
merged 5 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
dcousens marked this conversation as resolved.
Show resolved Hide resolved
"graphql": "^15.8.0",
"next": "12.2.4"
},
dcousens marked this conversation as resolved.
Show resolved Hide resolved
"// 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"
}
}