Skip to content

Commit

Permalink
Merge pull request #113 from uc-cdis/fix/dep
Browse files Browse the repository at this point in the history
PPS-1406 override ws
  • Loading branch information
mfshao authored Jul 12, 2024
2 parents 80f9448 + d715289 commit 1841d10
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
30 changes: 15 additions & 15 deletions bmh_admin_portal_ui/package-lock.json

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

10 changes: 8 additions & 2 deletions bmh_admin_portal_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.0.0",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.0",
"react-tooltip": "^4.2.19",
"web-vitals": "^1.1.0"
},
Expand Down Expand Up @@ -65,7 +65,13 @@
"enzyme-adapter-react-16": "^1.15.7"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
"@svgr/webpack": "$@svgr/webpack",
"webpack-dev-server": {
"ws": "8.17.1"
},
"jsdom": {
"ws": "7.5.10"
}
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit 1841d10

Please sign in to comment.