Merge pull request #78 from timbroder/upgrade-gatsby-remark-prismjs

upgrade gatsby-remark-prismjs
This commit is contained in:
Alexander Shelepenok 2019-01-21 14:53:07 +03:00 committed by GitHub
commit 78115437fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
"gatsby-plugin-sitemap": "^1.2.10",
"gatsby-remark-copy-linked-files": "^1.5.25",
"gatsby-remark-images": "^1.5.37",
"gatsby-remark-prismjs": "^1.2.12",
"gatsby-remark-prismjs": "^3.1.3",
"gatsby-remark-responsive-iframe": "^1.4.16",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.11",
@ -46,7 +46,8 @@
"react": "^15.6.1",
"react-helmet": "^5.2.0",
"react-disqus-comments": "^1.1.1",
"gatsby-plugin-google-fonts": "latest"
"gatsby-plugin-google-fonts": "latest",
"prismjs": "^1.15.0"
},
"devDependencies": {
"eslint": "^4.14.0",