Update react monorepo to v16.14.0

This commit is contained in:
renovate[bot] 2022-12-05 12:08:55 +00:00 committed by Salah Benmoussati
parent a5745d027f
commit 85638b4c7d
2 changed files with 19 additions and 21 deletions

36
package-lock.json generated
View File

@ -21,8 +21,8 @@
"ffi-napi": "^4.0.3",
"filesize": "6.4.0",
"lazy-brush": "^1.0.1",
"react": "16.13.0",
"react-dom": "16.13.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"rimraf": "^3.0.2",
"save-svg-as-png": "^1.4.17",
"shell-path": "^3.0.0",
@ -16502,10 +16502,9 @@
}
},
"node_modules/react": {
"version": "16.13.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/react/-/react-16.13.0.tgz",
"integrity": "sha1-0EbqvN9k5Fe77tHnkuI14bmTTPc=",
"license": "MIT",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
@ -16516,18 +16515,17 @@
}
},
"node_modules/react-dom": {
"version": "16.13.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/react-dom/-/react-dom-16.13.0.tgz",
"integrity": "sha1-zd5UtI656KDKGz3JlD2btAm4GGY=",
"license": "MIT",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz",
"integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.0"
"scheduler": "^0.19.1"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.14.0"
}
},
"node_modules/react-is": {
@ -33249,9 +33247,9 @@
}
},
"react": {
"version": "16.13.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/react/-/react-16.13.0.tgz",
"integrity": "sha1-0EbqvN9k5Fe77tHnkuI14bmTTPc=",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
@ -33259,14 +33257,14 @@
}
},
"react-dom": {
"version": "16.13.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/react-dom/-/react-dom-16.13.0.tgz",
"integrity": "sha1-zd5UtI656KDKGz3JlD2btAm4GGY=",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz",
"integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.0"
"scheduler": "^0.19.1"
}
},
"react-is": {

View File

@ -211,8 +211,8 @@
"ffi-napi": "^4.0.3",
"filesize": "6.4.0",
"lazy-brush": "^1.0.1",
"react": "16.13.0",
"react-dom": "16.13.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"rimraf": "^3.0.2",
"save-svg-as-png": "^1.4.17",
"shell-path": "^3.0.0",