Compare commits

...

1 Commits

Author SHA1 Message Date
eed4c533f6 Update dependency @types/react-dom to v18.3.2
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-06 00:24:59 +00:00

View File

@ -2039,13 +2039,13 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz",
"integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==",
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz",
"integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
"@types/react": "^18"
}
},
"node_modules/@types/react-transition-group": {