Compare commits

...

1 Commits

Author SHA1 Message Date
65c00b559e Update dependency @types/react-dom to v18.3.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-10 00:29:04 +00:00

View File

@ -2947,12 +2947,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": {