Skip to content

Commit

Permalink
Update dependency @reach/tabs to v0.3.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbolda committed Oct 11, 2019
1 parent 9937aa9 commit 4c1917c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
23 changes: 12 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mdx-js/react": "1.5.1",
"@microstates/react": "0.12.0",
"@reach/router": "1.2.1",
"@reach/tabs": "0.1.6",
"@reach/tabs": "0.3.0",
"@rebass/forms": "4.0.6",
"@rebass/preset": "4.0.5",
"@theme-ui/style-guide": "0.2.44",
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,10 +1676,10 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==

"@reach/auto-id@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.2.0.tgz#97f9e48fe736aa5c6f4f32cf73c1f19d005f8550"
integrity sha512-lVK/svL2HuQdp7jgvlrLkFsUx50Az9chAhxpiPwBqcS83I2pVWvXp98FOcSCCJCV++l115QmzHhFd+ycw1zLBg==
"@reach/auto-id@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.3.0.tgz#c66b2fc29b5f7e8a7fe1a379dacf33b9b4e27fb1"
integrity sha512-FANI91t71NpexgYwMwQ9tm6mJinsVtgXJEVGhs1bf6ZN2Kf8gA9hRSlFXU+W19F1WXFkJQPjRLUE0ASAbUZADw==

"@reach/[email protected]":
version "1.2.1"
Expand All @@ -1692,19 +1692,20 @@
react-lifecycles-compat "^3.0.4"
warning "^3.0.0"

"@reach/tabs@0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@reach/tabs/-/tabs-0.1.6.tgz#8d54f89a66826e48c97ac7b481199e1752a8a8b5"
integrity sha512-8raBs7+d/+4IdstMD4cXjz2HFamA1K14F1134kgiOvVckrA1b13eQJ9+BmxpPTNVah6lxUaFfVm/eKgxlSMQvw==
"@reach/tabs@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@reach/tabs/-/tabs-0.3.0.tgz#5fd5f98a2c65d4b6c1eb465d77bc94b58c6d6022"
integrity sha512-sOkkqPiCSq94u/+0ITBcKJ2B6w8T0/IFOlBjdgcnGlHbApfTtlhqn8tSEOqj9pLAmMqkZPLdMpGGDYHYDU3irQ==
dependencies:
"@reach/auto-id" "^0.2.0"
"@reach/utils" "^0.2.3"
"@reach/auto-id" "^0.3.0"
"@reach/utils" "^0.3.0"
prop-types "^15.7.2"
warning "^4.0.2"

"@reach/utils@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.2.3.tgz#820f6a6af4301b4c5065cfc04bb89e6a3d1d723f"
integrity sha512-zM9rA8jDchr05giMhL95dPeYkK67cBQnIhCVrOKKqgWGsv+2GE/HZqeptvU4zqs0BvIqsThwov+YxVNVh5csTQ==
"@reach/utils@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.3.0.tgz#2098181aab751f2275cacf219b02a6a8b455be85"
integrity sha512-dQA1acyNpwqy5ia5yt1lNjaAhm9rrzSurFtlJPoz7ARVPMV1yZ0yfmNotMwwgVbE5q1HnONqszK7oagH86m7Qw==

"@rebass/[email protected]":
version "4.0.6"
Expand Down

0 comments on commit 4c1917c

Please sign in to comment.