Update react monorepo

This commit is contained in:
renovate[bot] 2025-02-14 02:44:00 +00:00 committed by GitHub
parent 1fd9e36999
commit 69c6ff7f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

36
package-lock.json generated
View File

@ -36,8 +36,8 @@
"@types/fs-extra": "^9.0.0",
"@types/jest": "23.3.12",
"@types/node": "^18.16.0",
"@types/react": "16.14.34",
"@types/react-dom": "16.9.17",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.25",
"browserify": "17.0.0",
"builder-util-runtime": "^9.0.3",
"cheerio": "v1.0.0-rc.12",
@ -3984,27 +3984,34 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "16.14.34",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/react/-/react-16.14.34.tgz",
"integrity": "sha512-b99nWeGGReLh6aKBppghVqp93dFJtgtDOzc8NXM6hewD8PQ2zZG5kBLgbx+VJr7Q7WBMjHxaIl3dwpwwPIUgyA==",
"version": "16.14.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.62.tgz",
"integrity": "sha512-BWf7hqninZav6nerxXj+NeZT/mTpDeG6Lk2zREHAy63CrnXoOGPGtNqTFYFN/sqpSaREDP5otVV88axIXmKfGA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
"@types/scheduler": "^0.16",
"csstype": "^3.0.2"
}
},
"node_modules/@types/react-dom": {
"version": "16.9.17",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/react-dom/-/react-dom-16.9.17.tgz",
"integrity": "sha512-qSRyxEsrm5btPXnowDOs5jSkgT8ldAA0j6Qp+otHUh+xHzy3sXmgNfyhucZjAjkgpdAUw9rJe0QRtX/l+yaS4g==",
"version": "16.9.25",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.25.tgz",
"integrity": "sha512-ZK//eAPhwft9Ul2/Zj+6O11YR6L4JX0J2sVeBC9Ft7x7HFN7xk7yUV/zDxqV6rjvqgl6r8Dq7oQImxtyf/Mzcw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "^16"
"peerDependencies": {
"@types/react": "^16.0.0"
}
},
"node_modules/@types/react/node_modules/@types/scheduler": {
"version": "0.16.8",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz",
"integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/responselike": {
"version": "1.0.3",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/responselike/-/responselike-1.0.3.tgz",
@ -4015,13 +4022,6 @@
"@types/node": "*"
}
},
"node_modules/@types/scheduler": {
"version": "0.23.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/scheduler/-/scheduler-0.23.0.tgz",
"integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/stack-utils": {
"version": "1.0.1",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/stack-utils/-/stack-utils-1.0.1.tgz",

View File

@ -180,8 +180,8 @@
"@types/fs-extra": "^9.0.0",
"@types/jest": "23.3.12",
"@types/node": "^18.16.0",
"@types/react": "16.14.34",
"@types/react-dom": "16.9.17",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.25",
"browserify": "17.0.0",
"builder-util-runtime": "^9.0.3",
"cheerio": "v1.0.0-rc.12",