Skip to content

Commit

Permalink
[site] bump gatsby dependencies. Remove gatsby-md-links-fix local p…
Browse files Browse the repository at this point in the history
…lugin in favor of gatsbyjs/gatsby#3823 fix
  • Loading branch information
bodia-uz committed Feb 8, 2018
1 parent 3a836d8 commit 282accb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 31 deletions.
3 changes: 0 additions & 3 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ module.exports = {
'gatsby-remark-autolink-headers',
'gatsby-remark-prismjs',
'gatsby-remark-external-links',
// TODO: cleanup when issue with links in md resolved
// https://github.com/gatsbyjs/gatsby/issues/3316
'gatsby-md-links-fix',
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"dependencies": {
"classnames": "^2.2.5",
"docsearch.js": "^2.5.2",
"gatsby": "^1.9.175",
"gatsby-link": "^1.6.35",
"gatsby": "^1.9.184",
"gatsby-link": "^1.6.36",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-react-next": "^1.0.7",
"gatsby-plugin-sass": "^1.0.15",
"gatsby-remark-autolink-headers": "^1.4.8",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^1.2.9",
"gatsby-source-filesystem": "^1.5.16",
"gatsby-transformer-remark": "^1.7.30",
"gatsby-remark-prismjs": "^1.2.14",
"gatsby-source-filesystem": "^1.5.18",
"gatsby-transformer-remark": "^1.7.31",
"github-slugger": "^1.2.0",
"prettier": "^1.8.2",
"prop-types": "^15.6.0",
Expand Down
20 changes: 0 additions & 20 deletions site/plugins/gatsby-md-links-fix/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions site/plugins/gatsby-md-links-fix/package.json

This file was deleted.

0 comments on commit 282accb

Please sign in to comment.