Skip to content

Commit

Permalink
Update prismjs plugin to fix build error (#6143)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored Jun 25, 2018
1 parent 638cace commit a9b0da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gatsby-remark-autolink-headers": "^1.4.16",
"gatsby-remark-copy-linked-files": "^1.5.31",
"gatsby-remark-images": "^1.5.60",
"gatsby-remark-prismjs": "^1.2.23",
"gatsby-remark-prismjs": "^2.0.4",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12",
"gatsby-source-filesystem": "^1.5.29",
Expand All @@ -46,6 +46,7 @@
"lodash": "^4.17.5",
"mitt": "^1.1.3",
"parse-filepath": "^1.0.2",
"prismjs": "^1.15.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-instantsearch": "^4.5.1",
Expand Down

0 comments on commit a9b0da7

Please sign in to comment.