Update dependency @types/react-dom to v18.3.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-12-15 00:08:02 +00:00
parent a2802647f2
commit 772e14cc3d

View File

@ -5854,12 +5854,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-syntax-highlighter": {