chore(deps-dev): bump @types/react from 19.2.0 to 19.2.1 in /client

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.2.0 to 19.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-06 21:05:38 +00:00
committed by GitHub
parent dd1c263f0d
commit df60738a7e
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -30,7 +30,7 @@
"vite-plugin-pwa": "^1.0.3"
},
"devDependencies": {
"@types/react": "^19.1.17",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.0"
}
},
@@ -2671,9 +2671,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz",
"integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==",
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.1.tgz",
"integrity": "sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==",
"dev": true,
"dependencies": {
"csstype": "^3.0.2"
@@ -8174,9 +8174,9 @@
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="
},
"@types/react": {
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz",
"integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==",
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.1.tgz",
"integrity": "sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==",
"dev": true,
"requires": {
"csstype": "^3.0.2"
+1 -1
View File
@@ -29,7 +29,7 @@
"vite-plugin-pwa": "^1.0.3"
},
"devDependencies": {
"@types/react": "^19.1.17",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.0"
}
}