Skip to content

Commit

Permalink
fix: update mdx monorepo to ^1.2.2 (#16480)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 9, 2019
1 parent 23a460a commit b00962d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/gatsby-theme-blog/package.json
Expand Up @@ -19,8 +19,8 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-blog#readme",
"dependencies": {
"@emotion/core": "^10.0.15",
"@mdx-js/mdx": "^1.1.6",
"@mdx-js/react": "^1.1.6",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"@theme-ui/prism": "^0.2.29",
"@theme-ui/typography": "^0.2.29",
"deepmerge": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-notes/package.json
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@mdx-js/mdx": "^1.1.6",
"@mdx-js/react": "^1.1.6",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"gatsby-core-utils": "^1.0.4",
"gatsby-plugin-compile-es6-packages": "^1.2.0",
"gatsby-plugin-emotion": "^4.1.2",
Expand Down

0 comments on commit b00962d

Please sign in to comment.