Merge pull request 'Update dependency @types/react-dom to v18.3.2' (#225) from renovate/react-dom-18.x-lockfile into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #225
This commit is contained in:
Pierre HUBERT 2024-12-13 19:31:01 +00:00
commit 5808589cf8

View File

@ -5874,12 +5874,12 @@
}
},
"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==",
"license": "MIT",
"dependencies": {
"@types/react": "*"
"@types/react": "^18"
}
},
"node_modules/@types/react-syntax-highlighter": {