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

This commit is contained in:
Pierre HUBERT 2024-12-10 00:29:04 +00:00 committed by Pierre HUBERT
parent 023ab429fe
commit 45880e212d

View File

@ -2948,12 +2948,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.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.3.tgz",
"integrity": "sha512-uTYkxTLkYp41nq/ULXyXMtkNT1vu5fXJoqad6uTNCOGat5t9cLgF4vMNLBXsTOXpdOI44XzKPY1M5RRm0bQHuw==",
"license": "MIT",
"dependencies": {
"@types/react": "^18"
"peerDependencies": {
"@types/react": "^18.0.0"
}
},
"node_modules/@typescript-eslint/eslint-plugin": {