Skip to content

Commit

Permalink
Update dependency react-tooltip to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 10, 2020
1 parent 07725d1 commit 7eaf58d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "cv",
"description": "CV using Gatsby",
"version": "1.0.682",
"version": "1.0.683",
"author": "Scott Spence <yo@scottspence.dev>",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-seo-component": "1.0.0",
"react-tooltip": "3.11.6",
"react-tooltip": "4.0.3",
"styled-components": "5.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -10614,10 +10614,10 @@ react-side-effect@^1.1.0:
dependencies:
shallowequal "^1.0.1"

react-tooltip@3.11.6:
version "3.11.6"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-3.11.6.tgz#4f9735a2a4aa50580af351ce23e74a56f41afc0c"
integrity sha512-nTc1yHHaPCHHURvMpf/VNF17pIZiU4zwUGFJBUVr1fZkezFC7E0VPMMVrCfDjt+IpwTHICyzlyx+1FiQ7lw5LQ==
react-tooltip@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-4.0.3.tgz#2c1f97bb8c4edec0c11e40d39e2c97b7c2bab72b"
integrity sha512-xEM+fr8tr/KJP5PZEOg/fc5bZ7ZkC658iMDgCq5DfTqHVyuIOOd5loyxQD0eAJiZ6jWdEd18owbRqd3stHtEDg==
dependencies:
prop-types "^15.6.0"

Expand Down

0 comments on commit 7eaf58d

Please sign in to comment.