diff --git a/package.json b/package.json index acc1080..c66a4e9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^16.13.0" }, "dependencies": { - "@draftbox-co/gatsby-wordpress-novela-theme": "^1.0.9", + "@draftbox-co/gatsby-wordpress-novela-theme": "^1.0.10", "dotenv": "^8.2.0", "gatsby": "2.20.24", "gatsby-plugin-crisp-chat": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index 0a0025a..e9b2445 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1094,13 +1094,14 @@ theme-ui "^0.0.10" url-parse "^1.4.7" -"@draftbox-co/gatsby-wordpress-novela-theme@^1.0.9": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-wordpress-novela-theme/-/gatsby-wordpress-novela-theme-1.0.9.tgz#6d45a7cc3f3d52e8ee8331e7984257fbce0ee329" - integrity sha512-BbM00ht0Kr4C62G90idhW0Tehv5Nbni3ksbgvRIZLxYrfyrShHFEEzWh7gHmk/azuxJhUt1HcZb8ecRtkI2l/A== +"@draftbox-co/gatsby-wordpress-novela-theme@^1.0.10": + version "1.0.10" + resolved "https://registry.yarnpkg.com/@draftbox-co/gatsby-wordpress-novela-theme/-/gatsby-wordpress-novela-theme-1.0.10.tgz#9bea10d37a74e5180751e1cd0714be513d100631" + integrity sha512-51DI66efsnyjZOQNoEw1WiXPf6BrE6zEPgljSpIlVYXU93boP/CF8QlUqL/KuMqKt1PnneUAX/2bnE+6KDpsJA== dependencies: "@armada-inc/gatsby-plugin-amp" "^0.2.3" "@blocks/kit" "^0.0.28" + "@draftbox-co/html-to-compiled-mdx" "^1.0.2" "@emotion/core" "^10.0.14" "@emotion/styled" "^10.0.14" "@mdx-js/mdx" "^1.6.5" @@ -1143,7 +1144,8 @@ gatsby-transformer-remark "^2.6.9" gatsby-transformer-sharp "^2.2.4" gatsby-transformer-yaml "^2.2.4" - html-to-compiled-mdx "^1.0.1" + hast-util-to-html "^7.1.1" + hast-util-to-mdast "^7.1.1" html-to-text "^5.1.1" lodash "^4.17.15" node-fetch "^2.6.0" @@ -1159,6 +1161,33 @@ slugify "^1.3.6" theme-ui "^0.2.40" typeface-merriweather "^0.0.72" + unist-util-visit "^2.0.2" + +"@draftbox-co/html-to-compiled-mdx@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@draftbox-co/html-to-compiled-mdx/-/html-to-compiled-mdx-1.0.2.tgz#59bb0f258d3313f68f4470002ba1d94d95704186" + integrity sha512-Mry/No53K2XV38lu8oTgtH3e9iQOLRMRt2vYv3jOoOhL7ta20I2mQLnRFf4KYiv7T1rpZqtWkC6hSa72CJbsXQ== + dependencies: + "@babel/core" "7.2.0" + "@babel/plugin-proposal-object-rest-spread" "7.10.1" + "@babel/preset-env" "^7.10.2" + "@babel/preset-react" "^7.10.1" + "@babel/types" "7.10.2" + "@mdx-js/mdx" "1.6.5" + babel-plugin-pluck-imports "0.0.1" + babel-plugin-remove-export-keywords "1.6.5" + camelcase-css "2.0.1" + change-case "4.1.1" + hast-util-to-html "^7.1.1" + hast-util-to-mdast "^7.1.1" + rehype "11.0.0" + rehype-parse "7.0.0" + rehype-remark "8.0.0" + remark "12.0.0" + style-to-object "0.3.0" + unified "9.0.0" + unified-stream "1.0.6" + unist-util-visit "^2.0.2" "@emotion/babel-plugin-jsx-pragmatic@^0.1.5": version "0.1.5" @@ -10080,7 +10109,7 @@ hast-util-to-html@^7.1.1: unist-util-is "^4.0.0" xtend "^4.0.0" -hast-util-to-mdast@^7.0.0: +hast-util-to-mdast@^7.0.0, hast-util-to-mdast@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/hast-util-to-mdast/-/hast-util-to-mdast-7.1.1.tgz#1fc4440fc670273a1a7041584be08e5bb1d037ac" integrity sha512-MXD6n7sxvmg1ntpugcGAE0AD+SrZWUqlJgLjYZr93697s3TWgsrs/PGXcgk/E7mvcj4q85tZy5grsMDKzmqBxA== @@ -10297,30 +10326,6 @@ html-tag-names@^1.1.5: resolved "https://registry.yarnpkg.com/html-tag-names/-/html-tag-names-1.1.5.tgz#f537420c16769511283f8ae1681785fbc89ee0a9" integrity sha512-aI5tKwNTBzOZApHIynaAwecLBv8TlZTEy/P4Sj2SzzAhBrGuI8yGZ0UIXVPQzOHGS+to2mjb04iy6VWt/8+d8A== -html-to-compiled-mdx@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/html-to-compiled-mdx/-/html-to-compiled-mdx-1.0.1.tgz#3a42cc85019e1afc55619cf620e85acc55f8a2c2" - integrity sha512-yESNMqmqecVEBlSYfDcqAjQ8Be/ceevksYVyluh3uJ3FUEMoLDtZJggYPkO1dRL+l6ynypsmTnd/XSo1nfPY5w== - dependencies: - "@babel/core" "7.2.0" - "@babel/plugin-proposal-object-rest-spread" "7.10.1" - "@babel/preset-env" "^7.10.2" - "@babel/preset-react" "^7.10.1" - "@babel/types" "7.10.2" - "@mdx-js/mdx" "1.6.5" - babel-plugin-pluck-imports "0.0.1" - babel-plugin-remove-export-keywords "1.6.5" - camelcase-css "2.0.1" - change-case "4.1.1" - hast-util-to-html "^7.1.1" - rehype "11.0.0" - rehype-parse "7.0.0" - rehype-remark "8.0.0" - remark "12.0.0" - style-to-object "0.3.0" - unified "9.0.0" - unified-stream "1.0.6" - html-to-text@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-5.1.1.tgz#2d89db7bf34bc7bcb7d546b1b228991a16926e87"