diff --git a/package.json b/package.json index 058eb53c..cf47cff6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@monaco-editor/react": "^4.6.0", "@rails/actioncable": "^7.1.3", "@types/react": "~18.2.65", - "@types/react-dom": "~18.2.21", + "@types/react-dom": "~18.2.22", "antd": "^5.11.5", "apollo-upload-client": "^18.0.1", "array-move": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index a366cd37..16539b40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2525,10 +2525,10 @@ resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@~18.2.21": - version "18.2.21" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.21.tgz#b8c81715cebdebb2994378616a8d54ace54f043a" - integrity sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw== +"@types/react-dom@~18.2.22": + version "18.2.22" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.22.tgz#d332febf0815403de6da8a97e5fe282cbe609bae" + integrity sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ== dependencies: "@types/react" "*"