Merge pull request 'Update dependency @types/react to ^19.2.8' (#408) from renovate/react into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit was merged in pull request #408.
This commit is contained in:
2026-01-12 00:31:33 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
"semver": "^7.7.3"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",
@@ -2130,9 +2130,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.7",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
"integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",
"integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@@ -28,7 +28,7 @@
"semver": "^7.7.3"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",