mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Bump react-dom from 16.8.3 to 16.8.4
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.3 to 16.8.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.8.4/packages/react-dom) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
7fbb406a9f
commit
fd40eae0c4
@ -32,7 +32,7 @@
|
||||
"commander": "^2.19.0",
|
||||
"global": "^4.3.2",
|
||||
"react": "^16.6.0",
|
||||
"react-dom": "^16.6.0",
|
||||
"react-dom": "^16.8.4",
|
||||
"uuid": "^3.3.2",
|
||||
"webpack": "^4.23.1",
|
||||
"ws": "^6.1.0"
|
||||
|
@ -15,7 +15,7 @@
|
||||
"global": "^4.3.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-lifecycles-compat": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3"
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "5.1.0-alpha.6",
|
||||
|
@ -49,7 +49,7 @@
|
||||
"paths.macro": "^2.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"storybook-chromatic": "^1.2.6",
|
||||
"ts-loader": "^5.3.3",
|
||||
"uuid": "^3.3.2",
|
||||
|
@ -33,7 +33,7 @@
|
||||
"polished": "^3.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-focus-lock": "^1.18.3",
|
||||
"react-helmet-async": "^0.2.0",
|
||||
"react-popper-tooltip": "^2.8.0",
|
||||
|
@ -42,7 +42,7 @@
|
||||
"prop-types": "^15.7.2",
|
||||
"qs": "^6.6.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-draggable": "^3.1.1",
|
||||
"react-helmet-async": "^0.2.0",
|
||||
"react-hotkeys": "2.0.0-pre4",
|
||||
|
@ -154,7 +154,7 @@
|
||||
"prettier": "^1.16.4",
|
||||
"raf": "^3.4.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-test-renderer": "^16.8.4",
|
||||
"regenerator-runtime": "^0.12.1",
|
||||
"remark-cli": "^6.0.1",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -18731,15 +18731,15 @@ react-docgen@^3.0.0:
|
||||
node-dir "^0.1.10"
|
||||
recast "^0.16.0"
|
||||
|
||||
react-dom@^16.6.0, react-dom@^16.8.3:
|
||||
version "16.8.3"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32"
|
||||
integrity sha512-ttMem9yJL4/lpItZAQ2NTFAbV7frotHk5DZEHXUOws2rMmrsvh1Na7ThGT0dTzUIl6pqTOi5tYREfL8AEna3lA==
|
||||
react-dom@^16.8.4:
|
||||
version "16.8.4"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.4.tgz#1061a8e01a2b3b0c8160037441c3bf00a0e3bc48"
|
||||
integrity sha512-Ob2wK7XG2tUDt7ps7LtLzGYYB6DXMCLj0G5fO6WeEICtT4/HdpOi7W/xLzZnR6RCG1tYza60nMdqtxzA8FaPJQ==
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
object-assign "^4.1.1"
|
||||
prop-types "^15.6.2"
|
||||
scheduler "^0.13.3"
|
||||
scheduler "^0.13.4"
|
||||
|
||||
react-draggable@^3.1.1:
|
||||
version "3.2.1"
|
||||
@ -20384,7 +20384,7 @@ sax@~1.1.1:
|
||||
resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240"
|
||||
integrity sha1-XWFr6KXmB9VOEUr65Vt+ry/MMkA=
|
||||
|
||||
scheduler@^0.13.3, scheduler@^0.13.4:
|
||||
scheduler@^0.13.4:
|
||||
version "0.13.4"
|
||||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.4.tgz#8fef05e7a3580c76c0364d2df5e550e4c9140298"
|
||||
integrity sha512-cvSOlRPxOHs5dAhP9yiS/6IDmVAVxmk33f0CtTJRkmUWcb1Us+t7b1wqdzoC0REw2muC9V5f1L/w5R5uKGaepA==
|
||||
|
Loading…
x
Reference in New Issue
Block a user