Skip to content

Commit c6dd86c

Browse files
chore(deps): update dependency next [security]
1 parent 8349432 commit c6dd86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/blogkit-theme-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"peerDependencies": {
2626
"blogkit": "workspace:^",
27-
"next": "^12.1.0",
27+
"next": "^12.1.0 || ^15.0.0",
2828
"react": "^17.0.2 || ^18.0.0",
2929
"react-dom": "^17.0.2 || ^18.0.0"
3030
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prepublishOnly": "npm run build"
1717
},
1818
"peerDependencies": {
19-
"next": "^12.1.0"
19+
"next": "^12.1.0 || ^15.0.0"
2020
},
2121
"dependencies": {
2222
"feed": "^4.2.2",

0 commit comments

Comments
 (0)