Update react monorepo to v19.2.0

This commit is contained in:
Renovater 2025-10-01 22:03:36 +00:00
parent 7317e3efb2
commit 80a789bb17
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View file

@ -19,8 +19,8 @@
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@types/react": "19.1.17",
"@types/react-dom": "19.1.11",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@vitejs/plugin-react": "5.0.4",
"eslint": "9.33.0",
"eslint-plugin-react": "7.37.5",
@ -1617,9 +1617,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.1.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz",
"integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==",
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz",
"integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==",
"dev": true,
"license": "MIT",
"peer": true,
@ -1628,13 +1628,13 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.1.11",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.11.tgz",
"integrity": "sha512-3BKc/yGdNTYQVVw4idqHtSOcFsgGuBbMveKCOgF8wQ5QtrYOc3jDIlzg3jef04zcXFIHLelyGlj0T+BJ8+KN+w==",
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.0.tgz",
"integrity": "sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"@types/react": "^19.0.0"
"@types/react": "^19.2.0"
}
},
"node_modules/@vitejs/plugin-react": {