Skip to content

Commit

Permalink
Revert react-tooltip upgrade, as it messes up the tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Nov 25, 2020
1 parent d4cc82d commit 27e8451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"react-svg-text": "0.1.2",
"react-tag-input": "6.4.3",
"react-toastify": "6.1.0",
"react-tooltip": "4.2.11",
"react-tooltip": "4.2.10",
"react-ultimate-pagination": "1.2.0",
"react-use-dimensions": "1.2.1",
"redux": "4.0.5",
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14277,10 +14277,10 @@ [email protected]:
prop-types "^15.7.2"
react-transition-group "^4.4.1"

[email protected].11:
version "4.2.11"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.2.11.tgz#244d4d1833c583160c4e6c95a8a89e0fb320e18a"
integrity sha512-exREte3mK/qbeuQpFbEL3ImdF5/TSAb+x/T7pkVfKmgVcfQLZKHSgLN+Msv7ZOHxaWNJwuCrSsCAy/iTGoPigg==
[email protected].10:
version "4.2.10"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.2.10.tgz#ed1a1acd388940c96f4b6309f4fd4dcce5e01bdc"
integrity sha512-D7ZLx6/QwpUl0SZRek3IZy/HWpsEEp0v3562tcT8IwZgu8IgV7hY5ZzniTkHyRcuL+IQnljpjj7A7zCgl2+T3w==
dependencies:
prop-types "^15.7.2"
uuid "^7.0.3"
Expand Down

0 comments on commit 27e8451

Please sign in to comment.