We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349432 commit c6dd86cCopy full SHA for c6dd86c
packages/blogkit-theme-minimal/package.json
@@ -24,7 +24,7 @@
24
},
25
"peerDependencies": {
26
"blogkit": "workspace:^",
27
- "next": "^12.1.0",
+ "next": "^12.1.0 || ^15.0.0",
28
"react": "^17.0.2 || ^18.0.0",
29
"react-dom": "^17.0.2 || ^18.0.0"
30
packages/core/package.json
@@ -16,7 +16,7 @@
16
"prepublishOnly": "npm run build"
17
18
19
- "next": "^12.1.0"
+ "next": "^12.1.0 || ^15.0.0"
20
21
"dependencies": {
22
"feed": "^4.2.2",
0 commit comments