Skip to content

Commit

Permalink
Update react-dom to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Sep 18, 2023
1 parent f5d83c1 commit b764685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/lodash": "^4.14.173",
"@types/luxon": "^3.0.2",
"@types/react": "18.2.22",
"@types/react-dom": "^17.0.3",
"@types/react-dom": "18.2.7",
"@types/react-plotly.js": "^2.2.4",
"@types/react-router-dom": "^5.3.0",
"@types/webpack-env": "^1.15.1",
Expand Down Expand Up @@ -119,4 +119,4 @@
"src/app/store.ts"
]
}
}
}
9 changes: 8 additions & 1 deletion web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,14 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/react-dom@<18.0.0", "@types/react-dom@^17.0.3":
"@types/react-dom@18.2.7":
version "18.2.7"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
dependencies:
"@types/react" "*"

"@types/react-dom@<18.0.0":
version "17.0.20"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
Expand Down

0 comments on commit b764685

Please sign in to comment.