Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslins committed Dec 15, 2023
1 parent f250d12 commit 6ff7a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
5 changes: 0 additions & 5 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.1.5",
"typescript": "^4.7.4"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.0.4"
}
}

0 comments on commit 6ff7a8e

Please sign in to comment.