Skip to content

Commit

Permalink
chore(gatsby-transformer-remark): upgrade hast-util-to-html to ^4.0.0 (
Browse files Browse the repository at this point in the history
…#9297)

Should fix #9293
  • Loading branch information
stefanprobst authored and pieh committed Oct 24, 2018
1 parent 2103e87 commit 5cd1dcc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/using-remark-copy-linked-files/package.json
Expand Up @@ -18,7 +18,6 @@
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.1",
"gatsby-transformer-sharp": "^2.1.1",
"hast-util-to-html": "^3.1.0",
"lodash": "^4.15.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
Expand Down Expand Up @@ -46,4 +45,4 @@
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Expand Up @@ -11,7 +11,7 @@
"bluebird": "^3.5.0",
"gray-matter": "^4.0.0",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^3.0.0",
"hast-util-to-html": "^4.0.0",
"lodash": "^4.17.10",
"mdast-util-to-hast": "^3.0.0",
"mdast-util-toc": "^2.0.1",
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Expand Up @@ -2930,6 +2930,14 @@ babel-plugin-macros@^2.4.0:
dependencies:
cosmiconfig "^5.0.5"

babel-plugin-macros@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
integrity sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-react-css-modules@^3.2.1:
version "3.4.2"
resolved "https://registry.yarnpkg.com/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-3.4.2.tgz#4c1db8d4bc8b2973f6c689da7dbd56b0cb8f099c"
Expand Down Expand Up @@ -9316,6 +9324,22 @@ hast-util-to-html@^3.0.0:
unist-util-is "^2.0.0"
xtend "^4.0.1"

hast-util-to-html@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz#3666b05afb62bd69f8f5e6c94db04dea19438e2a"
integrity sha512-2emzwyf0xEsc4TBIPmDJmBttIw8R4SXAJiJZoiRR/s47ODYWgOqNoDbf2SJAbMbfNdFWMiCSOrI3OVnX6Qq2Mg==
dependencies:
ccount "^1.0.0"
comma-separated-tokens "^1.0.1"
hast-util-is-element "^1.0.0"
hast-util-whitespace "^1.0.0"
html-void-elements "^1.0.0"
property-information "^4.0.0"
space-separated-tokens "^1.0.0"
stringify-entities "^1.0.1"
unist-util-is "^2.0.0"
xtend "^4.0.1"

hast-util-to-parse5@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-4.0.1.tgz#e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5"
Expand Down

0 comments on commit 5cd1dcc

Please sign in to comment.