mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(deps): update react monorepo to v16.14.0
This commit is contained in:
committed by
renovate[bot]
parent
7782fb95cd
commit
037d11d70a
12
ui/package-lock.json
generated
12
ui/package-lock.json
generated
@@ -17461,9 +17461,9 @@
|
||||
}
|
||||
},
|
||||
"react": {
|
||||
"version": "16.13.1",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz",
|
||||
"integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==",
|
||||
"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",
|
||||
@@ -17805,9 +17805,9 @@
|
||||
}
|
||||
},
|
||||
"react-dom": {
|
||||
"version": "16.13.1",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz",
|
||||
"integrity": "sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==",
|
||||
"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",
|
||||
|
||||
@@ -57,12 +57,12 @@
|
||||
"prettier": "2.1.2",
|
||||
"promise-retry": "2.0.1",
|
||||
"qs": "6.9.4",
|
||||
"react": "16.13.1",
|
||||
"react": "16.14.0",
|
||||
"react-app-polyfill": "1.0.6",
|
||||
"react-autosuggest": "10.0.2",
|
||||
"react-cool-dimensions": "1.1.8",
|
||||
"react-day-picker": "7.4.8",
|
||||
"react-dom": "16.13.1",
|
||||
"react-dom": "16.14.0",
|
||||
"react-highlighter": "0.4.3",
|
||||
"react-hotkeys-hook": "2.3.1",
|
||||
"react-idle-timer": "4.3.7",
|
||||
|
||||
Reference in New Issue
Block a user