react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
713 stars 1.03k forks source link

Invalid dependency tree from npm's pov #1070

Open ZuBB opened 1 month ago

ZuBB commented 1 month ago

Hi there!

I tried to spin up docs locally (the main site seems down), but I kinda try not to use yarn and npm reports that dependency tree is broken

image
ZuBB commented 1 month ago

downgrading next seems does the trick

vv@my-precious /tmp/documentation $ gt di package.json
diff --git i/package.json w/package.json
index 97d3a76a..d2023296 100644
--- i/package.json
+++ w/package.json
@@ -14,7 +14,7 @@
     "contentlayer": "^0.3.3",
     "date-fns": "^2.30.0",
     "little-state-machine": "^4.8.0",
-    "next": "^14.1.1",
+    "next": "^13",
     "next-contentlayer": "^0.3.3",
     "next-themes": "^0.2.1",
     "prism-react-renderer": "^2.0.5",
vv@my-precious /tmp/documentation $