Bump react-dom from 16.13.1 to 16.14.0

This commit is contained in:
Deluan 2020-11-16 15:08:02 -05:00
parent 49d28d34b4
commit f09a6423f7
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@ -13477,9 +13477,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",

View File

@ -14,7 +14,7 @@
"ra-data-json-server": "^3.9.6",
"react": "^16.14.0",
"react-admin": "^3.9.6",
"react-dom": "^16.13.1",
"react-dom": "^16.14.0",
"react-drag-listview": "^0.1.7",
"react-ga": "^3.2.1",
"react-hotkeys-hook": "^2.4.0",