Merge pull request #1281 from gnmyt/dependabot/npm_and_yarn/client/types/react-dom-19.2.3

chore(deps-dev): bump @types/react-dom from 19.2.2 to 19.2.3 in /client
This commit is contained in:
github-actions[bot]
2025-11-12 21:05:50 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.2"
"@types/react-dom": "^19.2.3"
}
},
"node_modules/@apideck/better-ajv-errors": {
@@ -2679,9 +2679,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz",
"integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==",
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
"dev": true,
"peerDependencies": {
"@types/react": "^19.2.0"
@@ -8188,9 +8188,9 @@
}
},
"@types/react-dom": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz",
"integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==",
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
"dev": true,
"requires": {}
},

View File

@@ -30,6 +30,6 @@
},
"devDependencies": {
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.2"
"@types/react-dom": "^19.2.3"
}
}