Skip to content

Commit

Permalink
fix: package.json uses next ^13.5.4 not latest (#12)
Browse files Browse the repository at this point in the history
Motivation
* when I was trying to dev in this repo for first time, I was seeing
hydration errors in react, plus warnings with `pnpm dev` that next
wanted me to add `appDir: true` to my next.config.js. @travis helped me
realize it was due to this
  • Loading branch information
gobengo authored Oct 25, 2023
1 parent 8f31e35 commit 056debe
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@w3ui/react-uploads-list": "^4.0.1",
"@web3-storage/access": "^15.2.1",
"blueimp-md5": "^2.19.0",
"next": "latest",
"next": "^13.5.4",
"react": "latest",
"react-dom": "latest"
},
Expand Down
Loading

0 comments on commit 056debe

Please sign in to comment.