Skip to content

Commit 20d1c42

Browse files
fix(with-nextjs-headless): ignore on workspace
1 parent a9e6264 commit 20d1c42

File tree

3 files changed

+20
-845
lines changed

3 files changed

+20
-845
lines changed

examples/with-nextjs-headless/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"next": "^15.0.4",
2424
"next-intl": "^3.25.3",
2525
"react": "^19.0.0",
26-
"react-dom": "^19.0.0"
26+
"react-dom": "^19.0.0",
27+
"react-hook-form": "^7.43.5"
2728
},
2829
"devDependencies": {
2930
"@types/js-cookie": "^3.0.2",

0 commit comments

Comments
 (0)