Browse Source

Upgraded to gatsby-remark-code-repls@1.0.2

main
Brian Vaughn 7 years ago
parent
commit
04ad4fd392
  1. 2
      package.json
  2. 6
      yarn.lock

2
package.json

@ -40,7 +40,7 @@
"gatsby-plugin-sharp": "^1.6.2",
"gatsby-plugin-twitter": "^1.0.10",
"gatsby-remark-autolink-headers": "^1.4.4",
"gatsby-remark-code-repls": "^1.0.1",
"gatsby-remark-code-repls": "^1.0.2",
"gatsby-remark-copy-linked-files": "^1.5.2",
"gatsby-remark-images": "^1.5.11",
"gatsby-remark-prismjs": "^1.2.1",

6
yarn.lock

@ -4052,9 +4052,9 @@ gatsby-remark-autolink-headers@^1.4.4:
mdast-util-to-string "^1.0.2"
unist-util-visit "^1.1.1"
gatsby-remark-code-repls@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gatsby-remark-code-repls/-/gatsby-remark-code-repls-1.0.1.tgz#0d23518b55670b0ff0cee855d3cd535e4457097c"
gatsby-remark-code-repls@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/gatsby-remark-code-repls/-/gatsby-remark-code-repls-1.0.2.tgz#2a6df584d4c60388aa4c1140d9693c40b3d8d561"
dependencies:
babel-runtime "^6.26.0"
lz-string "^1.4.4"

Loading…
Cancel
Save