Skip to content

Commit

Permalink
build(deps): bump rehype-react from 5.0.1 to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 9, 2020
1 parent c2584cb commit 81eba64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/docsite/package.json
Expand Up @@ -42,7 +42,7 @@
"react-helmet": "^6.0.0",
"react-tabs": "^3.0.0",
"react-typography": "^0.16.19",
"rehype-react": "^5.0.0",
"rehype-react": "^6.0.0",
"styled-components": "^5.0.0",
"typography": "^0.16.19",
"typography-theme-github": "^0.16.19"
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Expand Up @@ -11983,13 +11983,14 @@ hast-to-hyperscript@^7.0.0:
unist-util-is "^3.0.0"
web-namespaces "^1.1.2"

hast-to-hyperscript@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-8.1.0.tgz#3b6dcff946e10f99a2d08eef443bfec248529866"
integrity sha512-NGZO5WbTxzmtMWT3wgfwCAvAofNuWovWFJ2HX0sp1xsUMafDktrijaUuR/dBFpQ0eo4nsXEE3pz17WVvYYXK4Q==
hast-to-hyperscript@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz#768fb557765fe28749169c885056417342d71e83"
integrity sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg==
dependencies:
"@types/unist" "^2.0.3"
comma-separated-tokens "^1.0.0"
property-information "^5.0.0"
property-information "^5.3.0"
space-separated-tokens "^1.0.0"
style-to-object "^0.3.0"
unist-util-is "^4.0.0"
Expand Down Expand Up @@ -19544,13 +19545,13 @@ rehype-parse@^6.0.0:
parse5 "^5.0.0"
xtend "^4.0.0"

rehype-react@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/rehype-react/-/rehype-react-5.0.1.tgz#6934c90101a140328fffe22b9569b86cdeac1d73"
integrity sha512-vv/uqHROopaPimIw6Ip4Mx5+YySLClC7pSFJSW3QkwVYvguqbm5N+Cu4yJgt6nvDmOsP66GnQtDlU+tI6bhigQ==
rehype-react@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/rehype-react/-/rehype-react-6.0.0.tgz#275b5fa32d5a296fc0bacac8e3c003b2fa32f916"
integrity sha512-66Z85/Sp/Aa2fjIQbVxIkcXgWsPDZ89e0uKiGvyCc4eSQCVj8kzHWDa8c0coxUZsGLkyzYvPF6F5txbFhRpFCQ==
dependencies:
"@mapbox/hast-util-table-cell-style" "^0.1.3"
hast-to-hyperscript "^8.0.0"
hast-to-hyperscript "^9.0.0"

rehype-retext@^2.0.1:
version "2.0.4"
Expand Down

0 comments on commit 81eba64

Please sign in to comment.