Skip to content

Commit

Permalink
fix: update minor updates in packages (#19087)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Oct 28, 2019
1 parent c5dbf0d commit 294a48f
Show file tree
Hide file tree
Showing 25 changed files with 2,840 additions and 2,438 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.6.3",
"gatsby-core-utils": "^1.0.17",
"semver": "^5.7.1",
"sharp": "^0.23.1"
"sharp": "^0.23.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"probe-image-size": "^4.1.1",
"progress": "^2.0.3",
"semver": "^5.7.1",
"sharp": "^0.23.1",
"sharp": "^0.23.2",
"svgo": "^1.3.0",
"uuid": "^3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"semver": "^5.7.1",
"sharp": "^0.23.1",
"sharp": "^0.23.2",
"unist-util-select": "^1.5.0"
},
"devDependencies": {
Expand Down
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.35",
"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.17",
"puppeteer": "0.13.0",
"tar": "^4.4.13"
},
"devDependencies": {
"aws-sdk": "^2.556.0"
"aws-sdk": "^2.557.0"
},
"keywords": [
"gatsby-plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"potrace": "^2.1.2",
"probe-image-size": "^4.1.1",
"semver": "^5.7.1",
"sharp": "^0.23.1"
"sharp": "^0.23.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
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
Loading

0 comments on commit 294a48f

Please sign in to comment.