chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 32s

This commit is contained in:
Renovate Bot 2025-04-12 01:04:25 +00:00
parent d912528b6c
commit 0c81a15bb0
2 changed files with 12 additions and 12 deletions

16
package-lock.json generated
View File

@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -1961,9 +1961,9 @@
}
},
"node_modules/@types/react": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz",
"integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.1.tgz",
"integrity": "sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1971,9 +1971,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.1.tgz",
"integrity": "sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==",
"version": "19.1.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.2.tgz",
"integrity": "sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==",
"dev": true,
"license": "MIT",
"peerDependencies": {

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -36,7 +36,7 @@
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2"
}
}