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

Commit 5455df5

Browse files
committed
Force [email protected] until esbuild update (#350)
1 parent a66e8fd commit 5455df5

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.changeset/made-by-nature.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'keystone-app': patch
3+
---
4+
5+
Fix graphql@^15.8.0 and [email protected] as pseudo-peer dependencies until next `@keystone-6/core` release

create-keystone-app/starter/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@
1313
"@keystone-6/core": "^2.1.0",
1414
"@keystone-6/fields-document": "^4.0.1",
1515
"graphql": "^15.8.0",
16+
"next": "12.2.4",
1617
"typescript": "^4.7.4"
1718
},
18-
"engines": {
19-
"node": "^14.15 || ^16.13"
19+
"// npm": "this is a temporary workaround for npm users, see https://github.com/keystonejs/create-keystone-app/pull/350",
20+
"overrides": {
21+
"graphql": "^15.8.0",
22+
"next": "12.2.4"
23+
},
24+
"// yarn": "this is a temporary workaround for yarn users, see https://github.com/keystonejs/create-keystone-app/pull/350",
25+
"resolutions": {
26+
"graphql": "^15.8.0",
27+
"next": "12.2.4"
2028
}
2129
}

0 commit comments

Comments
 (0)