mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Update reat-dom to v16.2.1 in app (#3387)
* Update reat-dom to v16.2.1 * Update reat-dom to v16.2.1 in app
This commit is contained in:
parent
5c41a82813
commit
fbc11a03dd
2 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
"parse-url": "3.0.2",
|
"parse-url": "3.0.2",
|
||||||
"queue": "4.4.2",
|
"queue": "4.4.2",
|
||||||
"react": "16.2.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "16.2.0",
|
"react-dom": "16.2.1",
|
||||||
"semver": "5.5.0",
|
"semver": "5.5.0",
|
||||||
"shell-env": "0.3.0",
|
"shell-env": "0.3.0",
|
||||||
"uuid": "3.2.1",
|
"uuid": "3.2.1",
|
||||||
|
|
|
||||||
|
|
@ -531,9 +531,10 @@ queue@4.4.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
inherits "~2.0.0"
|
inherits "~2.0.0"
|
||||||
|
|
||||||
react-dom@16.2.0:
|
react-dom@16.2.1:
|
||||||
version "16.2.0"
|
version "16.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
|
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.1.tgz#5cfb32f66267ece7b3850466bf3b219d4911fc1a"
|
||||||
|
integrity sha512-0ujGgYnpX0GlaAjUfwU7ddy0DjuzPmTHHi2SlPolGv7hAyUpK7XA7WZcxit5ZcU7cW5QU1HJjlS3eMn42tSfYQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
fbjs "^0.8.16"
|
fbjs "^0.8.16"
|
||||||
loose-envify "^1.1.0"
|
loose-envify "^1.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue