diff --git a/frontend/package.json b/frontend/package.json index f180ca306f3..7f149130d23 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -129,7 +129,7 @@ "@types/numeral": "^0.0.26", "@types/plotly.js": "^1.50.16", "@types/prismjs": "^1.16.1", - "@types/react": "^17.0.7", + "@types/react": "^18.0.8", "@types/react-color": "^3.0.4", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^17.0.5", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 571f1b28f71..85f15826078 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3204,18 +3204,10 @@ dependencies: "@types/react" "*" -"@types/react@*": - version "17.0.0" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" - integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/react@^17.0.7": - version "17.0.7" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.7.tgz#5f2ca73d8baee8c286e96c95df557799ac0d1996" - integrity sha512-lBc3fY20hRFQ/pXQT2XdtmpJeXZnRH8N+WPnEzEfPTzuKmaJTA7k/xGWHBaPvKceKpbf0ZnMlLWY/0sFZ5rfkw== +"@types/react@*", "@types/react@^18.0.8": + version "18.0.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87" + integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"