mirror of https://github.com/embarklabs/embark.git
build(deps-dev): bump react-dom from 16.9.0 to 16.12.0
This commit is contained in:
parent
cc0a8d8b7b
commit
57db0abc69
|
@ -39,8 +39,8 @@
|
|||
"jquery": "3.4.1",
|
||||
"popper.js": "1.15.0",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.9.0",
|
||||
"reactstrap": "8.0.1",
|
||||
"react-dom": "16.12.0",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"jquery": "3.4.0",
|
||||
"react": "16.12.0",
|
||||
"react-bootstrap": "0.32.4",
|
||||
"react-dom": "16.9.0",
|
||||
"react-dom": "16.12.0",
|
||||
"zeppelin-solidity": "1.12.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"react-blockies": "1.4.0",
|
||||
"react-bootstrap-typeahead": "3.4.6",
|
||||
"react-copy-to-clipboard": "5.0.1",
|
||||
"react-dom": "16.9.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-fontawesome": "1.6.1",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-json-view": "1.19.1",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -16872,7 +16872,17 @@ react-docgen@^4.1.0:
|
|||
node-dir "^0.1.10"
|
||||
recast "^0.17.3"
|
||||
|
||||
react-dom@16.9.0, react-dom@^16.8.3:
|
||||
react-dom@16.12.0:
|
||||
version "16.12.0"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
|
||||
integrity sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw==
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
object-assign "^4.1.1"
|
||||
prop-types "^15.6.2"
|
||||
scheduler "^0.18.0"
|
||||
|
||||
react-dom@^16.8.3:
|
||||
version "16.9.0"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
|
||||
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
|
||||
|
@ -18257,6 +18267,14 @@ scheduler@^0.15.0:
|
|||
loose-envify "^1.1.0"
|
||||
object-assign "^4.1.1"
|
||||
|
||||
scheduler@^0.18.0:
|
||||
version "0.18.0"
|
||||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
|
||||
integrity sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ==
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
object-assign "^4.1.1"
|
||||
|
||||
schema-utils@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
|
||||
|
|
Loading…
Reference in New Issue