chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 27s
SonarQube Scan / SonarQube Trigger (push) Successful in 49s

This commit is contained in:
Renovate Bot 2024-12-07 02:04:53 +00:00
parent 5fc9fca06d
commit 0810ca6cce
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "8.4.49",
@ -1935,9 +1935,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.3.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
"integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
"version": "18.3.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz",
"integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1946,13 +1946,13 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz",
"integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==",
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz",
"integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
"@types/react": "^18"
}
},
"node_modules/@types/semver": {

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"eslint": "8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "8.4.49",