We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d56859 commit f69fc0aCopy full SHA for f69fc0a
packages/app-next/package.json
@@ -10,6 +10,10 @@
10
"dependencies": {
11
"next": "^12.3.7"
12
},
13
+ "peerDependencies": {
14
+ "react": "^17.0.2",
15
+ "react-dom": "^17.0.2"
16
+ },
17
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/app-next",
18
"publishConfig": {
19
"access": "public"
yarn.lock
@@ -5808,6 +5808,9 @@ __metadata:
5808
resolution: "@open-keystone/app-next@workspace:packages/app-next"
5809
dependencies:
5810
next: ^12.3.7
5811
+ peerDependencies:
5812
+ react: ^17.0.2
5813
+ react-dom: ^17.0.2
5814
languageName: unknown
5815
linkType: soft
5816
0 commit comments