Skip to content

Commit

Permalink
Bump react-dom from 16.13.1 to 16.14.0
Browse files Browse the repository at this point in the history
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2021
1 parent a8ef1de commit e7e43fc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/canvas-panel-cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"markdown-loader": "5.1.0",
"react": "16.14.0",
"react-ace": "6.6.0",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"react-measure": "2.5.2",
"react-promise": "3.0.2",
"react-router-dom": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-panel-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"manifesto.js": "https://github.com/stephenwf/manifesto.git#feature/p3-alpha-3",
"nwb": "0.23.0",
"react": "16.14.0",
"react-dom": "16.13.1"
"react-dom": "16.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-panel-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nwb-sass": "0.9.0",
"nwb-watch": "1.0.0",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"react-redux": "7.2.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/canvas-panel-slideshow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@canvas-panel/core": "0.2.0",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"react-flip-move": "^3.0.2",
"react-transition-group": "4.4.2"
},
Expand All @@ -43,7 +43,7 @@
"nwb": "0.23.0",
"nwb-sass": "0.9.0",
"react": "16.14.0",
"react-dom": "16.13.1"
"react-dom": "16.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-panel-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nwb": "0.23.0",
"nwb-sass": "0.9.0",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"redux-actions": "2.6.5",
"redux-saga": "1.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-panel-viewer-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"nwb": "0.23.0",
"react": "16.14.0",
"react-dom": "16.13.1"
"react-dom": "16.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 4 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12002,26 +12002,16 @@ react-docgen@3.0.0-rc.2:
node-dir "^0.1.10"
recast "^0.16.0"

react-dom@16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
react-dom@16.14.0, react-dom@^16.3.2:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.19.1"

react-dom@^16.3.2:
version "16.6.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.6.0.tgz#6375b8391e019a632a89a0988bce85f0cc87a92f"
integrity sha512-Stm2D9dXEUUAQdvpvhvFj/DEXwC2PAL/RwEMhoN4dvvD2ikTlJegEXf97xryg88VIAU22ZAP7n842l+9BTz6+w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.10.0"

react-draggable@^4.0.0:
version "4.4.3"
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3"
Expand Down Expand Up @@ -13174,14 +13164,6 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==

scheduler@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.10.0.tgz#7988de90fe7edccc774ea175a783e69c40c521e1"
integrity sha512-+TSTVTCBAA3h8Anei3haDc1IRwMeDmtI/y/o3iBe3Mjl2vwYF9DtPDt929HyRmV/e7au7CLu8sc4C4W0VOs29w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
Expand Down

0 comments on commit e7e43fc

Please sign in to comment.