Skip to content

Commit

Permalink
fix: Downgrade react to avoid fetchPriority errors appearing. vercel/…
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyfed committed May 28, 2024
1 parent 1a0551c commit 88f25c4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"eslint-config-next": "^14.2.3",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"react": "^18.3.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-dom": "^18.2.0",
"rehype-stringify": "^10.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
Expand Down

0 comments on commit 88f25c4

Please sign in to comment.