Skip to content

Commit

Permalink
0.0.7, update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Jun 27, 2019
1 parent 421f66c commit 82da5b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
@@ -1,12 +1,13 @@
{
"name": "gatsby-mdx",
"version": "0.0.6",
"version": "0.0.7",
"description": "mdx integration for gatsby",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"@mdx-js/mdx": "^0.15.0-1",
"@mdx-js/tag": "^0.15.0-1"
"@mdx-js/tag": "^0.15.0-1",
"mdx-deck": "^1.5.7"
},
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54",
Expand Down

0 comments on commit 82da5b6

Please sign in to comment.