Skip to content

Commit

Permalink
Update starters and examples to ^1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2020
1 parent 0e1a623 commit 784ac41
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/recipes-gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@mdx-js/mdx": "^1.6.0",
"@mdx-js/react": "^1.6.0",
"gatsby": "^2.21.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-MDX/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@mdx-js/mdx": "^1.6.0",
"@mdx-js/react": "^1.6.0",
"gatsby": "^2.21.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/using-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"start": "npm run develop"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@mdx-js/mdx": "^1.6.0",
"@mdx-js/react": "^1.6.0",
"gatsby": "^2.21.0",
"gatsby-plugin-mdx": "^1.2.0",
"gatsby-source-filesystem": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/react": "^1.5.9",
"@mdx-js/react": "^1.6.0",
"gatsby": "^2.21.0",
"gatsby-theme-blog-core": "^1.4.0",
"react": "^16.12.0",
Expand Down

0 comments on commit 784ac41

Please sign in to comment.