Skip to content

Commit

Permalink
fix: update minor updates in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2019
1 parent d97bee6 commit dc2d31b
Show file tree
Hide file tree
Showing 21 changed files with 2,534 additions and 2,206 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/react": "^1.5.1",
"@theme-ui/prism": "^0.2.40",
"@theme-ui/typography": "^0.2.40",
"@theme-ui/prism": "^0.2.46",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
"gatsby-image": "^2.2.30",
"gatsby-plugin-emotion": "^4.1.13",
Expand All @@ -33,7 +33,7 @@
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
"theme-ui": "^0.2.44",
"theme-ui": "^0.2.46",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.75",
"typography-theme-wordpress-2016": "^0.16.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"gatsby-source-filesystem": "^2.1.34",
"is-present": "^1.0.0",
"react-feather": "^1.1.6",
"theme-ui": "^0.2.44"
"theme-ui": "^0.2.46"
}
}
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-screenshot/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"gatsby-core-utils": "^1.0.15",
"gatsby-core-utils": "^1.0.16",
"puppeteer": "0.13.0",
"tar": "^4.4.13"
},
"devDependencies": {
"aws-sdk": "^2.556.0"
"aws-sdk": "^2.557.0"
},
"keywords": [
"gatsby-plugin"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@mikaelkristiansson/domready": "^1.0.9",
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"address": "1.1.2",
"autoprefixer": "^9.7.0",
"axios": "^0.19.0",
Expand Down
737 changes: 390 additions & 347 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.17.4",
"gatsby-image": "^2.2.29",
"gatsby": "^2.17.5",
"gatsby-image": "^2.2.30",
"gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-manifest": "^2.2.24",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sharp": "^2.2.33",
"gatsby-plugin-typography": "^2.3.15",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-remark-smartypants": "^2.1.14",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",
"gatsby-source-filesystem": "^2.1.34",
"gatsby-transformer-remark": "^2.6.31",
"gatsby-transformer-sharp": "^2.3.1",
"prismjs": "^1.17.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
Expand Down
Loading

0 comments on commit dc2d31b

Please sign in to comment.