Skip to content

Commit 2c6d6ce

Browse files
committed
feat(next-drupal): add Next.js v14 support
Fixes #578
1 parent bd4f28a commit 2c6d6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@tailwindcss/typography": "^0.5.8",
15-
"next": "^13",
15+
"next": "^13 || ^14",
1616
"next-drupal": "^1.6.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)