diff --git a/package-lock.json b/package-lock.json index d52247df8..7a916052f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,8 +49,8 @@ "@types/lodash-es": "^4.17.12", "@types/mdast": "^4.0.4", "@types/node": "^20.17.10", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@types/unist": "^3.0.3", "eslint": "^8.57.1", "husky": "^9.1.7", @@ -3157,9 +3157,9 @@ "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==" }, "node_modules/@types/react": { - "version": "18.3.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", - "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", + "version": "18.3.16", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.16.tgz", + "integrity": "sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -3167,12 +3167,12 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz", - "integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz", + "integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==", "license": "MIT", - "dependencies": { - "@types/react": "^18" + "peerDependencies": { + "@types/react": "^18.0.0" } }, "node_modules/@types/react-highlight-words": { diff --git a/package.json b/package.json index 53822f4b4..39ee9eb02 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "@types/lodash-es": "^4.17.12", "@types/mdast": "^4.0.4", "@types/node": "^20.17.10", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@types/unist": "^3.0.3", "eslint": "^8.57.1", "husky": "^9.1.7",