Skip to content

Commit

Permalink
build(frontend): override React 17 peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Jun 20, 2024
1 parent 46def09 commit 856fed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
24 changes: 0 additions & 24 deletions frontend/package-lock.json

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

6 changes: 5 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"overrides": {
"react": "^18.3.0",
"react-dom": "^18.3.0"
}
}

0 comments on commit 856fed3

Please sign in to comment.