chore(deps): update dependency @types/react to v19.0.4
Some checks failed
Lint / Lint (push) Successful in 41s
SonarQube Scan / SonarQube Trigger (push) Failing after 25s

This commit is contained in:
Renovate Bot 2025-01-11 00:02:18 +00:00
parent 0881f56718
commit 46b02b2aa9
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "15.1.3",
@ -1941,9 +1941,9 @@
}
},
"node_modules/@types/react": {
"version": "19.0.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.2.tgz",
"integrity": "sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==",
"version": "19.0.4",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.4.tgz",
"integrity": "sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "15.1.3",
@ -36,7 +36,7 @@
"typescript": "5.7.2"
},
"overrides": {
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}