Skip to content

Commit

Permalink
Sync React and ReactDOM versions. (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Oct 18, 2021
1 parent fdef777 commit 349c94b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "git://github.com/veg/hyphy-vision.git"
},
"main": "dist/hyphyvision.js",
"version": "2.11.3",
"version": "2.11.4",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@hyphy_software/fel-analysis-result-visualization": "https://api.observablehq.com/@hyphy_software/fel-analysis-result-visualization@2297.tgz?v=3",
Expand Down Expand Up @@ -50,9 +50,9 @@
"popper.js": "^1.14.1",
"pretty-data": "^0.40.0",
"prop-types": "^15.5.10",
"react": "16.13",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "16.13",
"react-dom": "^16.13.0",
"react-json-view": "^1.14.0",
"react-phylotree": "0.4.3",
"react-range": "^1.8.9",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9649,7 +9649,7 @@ react-copy-to-clipboard@^5.0.0:
copy-to-clipboard "^3"
prop-types "^15.5.8"

react-dom@16.14, react-dom@^16.13.0, react-dom@^16.6.3:
react-dom@^16.13.0, react-dom@^16.6.3:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
Expand Down Expand Up @@ -9858,15 +9858,6 @@ react-transition-group@^4.4.1:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react@16.13:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

react@^0.12.0:
version "0.12.2"
resolved "https://registry.yarnpkg.com/react/-/react-0.12.2.tgz#1c4f0b08818146eeab4f0ab39257e0aa52027e00"
Expand Down

0 comments on commit 349c94b

Please sign in to comment.