Skip to content

Commit

Permalink
Update remark based dependencies (#5047)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and KyleAMathews committed Apr 19, 2018
1 parent 1266c93 commit 5c9569c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"gatsby-remark-prismjs": "^1.2.16-2",
"gatsby-remark-prismjs": "^2.0.1",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"remark": "^7.0.1"
"remark": "^9.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"remark": "^7.0.0",
"remark": "^9.0.0",
"unist-util-find": "^1.0.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-responsive-iframe#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-smartypants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"retext": "^4.0.0",
"retext-smartypants": "^2.0.0",
"retext": "^5.0.0",
"retext-smartypants": "^3.0.0",
"unist-util-visit": "^1.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"lodash": "^4.17.4",
"mdast-util-to-hast": "^2.4.0",
"mdast-util-toc": "^2.0.1",
"remark": "^7.0.1",
"remark-parse": "^4.0.0",
"remark": "^9.0.0",
"remark-parse": "^5.0.0",
"remark-retext": "^3.1.0",
"remark-stringify": "^4.0.0",
"remark-stringify": "^5.0.0",
"retext-english": "^3.0.0",
"sanitize-html": "^1.18.2",
"underscore.string": "^3.3.4",
Expand Down

0 comments on commit 5c9569c

Please sign in to comment.