Skip to content

Commit

Permalink
Merge pull request #1273 from broadinstitute/ew-secure-immer
Browse files Browse the repository at this point in the history
Update `react-scripts` to fix alert about `immer` (SCP-3893)
  • Loading branch information
eweitz committed Nov 23, 2021
2 parents 26fcb3b + 4e840f3 commit 5558d97
Show file tree
Hide file tree
Showing 2 changed files with 2,913 additions and 2,042 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"react-bootstrap": "^0.33.1",
"react-compound-slider": "^3.0.0-beta.1",
"react-dom": "^16.12.0",
"react-notifications-component": "3.1.0",
"react-plotly.js": "2.5.1",
"react-scripts": "^3.4.0",
"react-scripts": "^4.0.3",
"react-select": "^3.1.0",
"react-switch": "6.0.0",
"react-table": "^7.1.0",
"react-notifications-component": "3.1.0",
"sass": "^1.37.5",
"spearman-rho": "^1.0.6",
"spin.js": "^4.0.0",
Expand All @@ -51,6 +51,7 @@
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"@sheerun/mutationobserver-shim": "^0.3.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.0.4",
Expand Down

0 comments on commit 5558d97

Please sign in to comment.