diff --git a/frontend/package.json b/frontend/package.json index 1ff72d4..e4393e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@tanstack/react-query-next-experimental": "^5.0.0-alpha.80", "@types/codemirror": "^5.60.10", "@types/node": "20.7.1", - "@types/react": "18.2.35", + "@types/react": "18.2.48", "@types/react-dom": "18.2.14", "@uiw/react-codemirror": "^4.21.20", "antd": "^5.10.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c71900d..bd9e249 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1456,10 +1456,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.35": - version "18.2.35" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.35.tgz#bacdc6d139a4d6d47e5186e1a96952c65e1f3792" - integrity sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ== +"@types/react@*", "@types/react@18.2.48": + version "18.2.48" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1" + integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"