Bump @types/react-dom from 19.0.3 to 19.0.4 in /client (#37)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-28 19:15:22 +02:00
committed by GitHub
parent aa3aa6497b
commit 6944110b79
2 changed files with 6 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.3",
"@types/react-dom": "^19.0.4",
"serve": "^14.2.4"
}
},
@@ -4110,10 +4110,11 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.3.tgz",
"integrity": "sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==",
"version": "19.0.4",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz",
"integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"@types/react": "^19.0.0"
}