Skip to content

Commit 46e9488

Browse files
authored
chore: make it compatible with NextJS version 14
1 parent 37bd992 commit 46e9488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs-mf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"webpack": "^5.40.0",
24-
"next": "^12 || ^13",
24+
"next": "^12 || ^13 || ^14",
2525
"react": "^17 || ^18",
2626
"react-dom": "^17 || ^18",
2727
"styled-jsx": "*"

0 commit comments

Comments
 (0)