Skip to content

Commit

Permalink
chore: update minor updates in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 13, 2019
1 parent bfcc1ca commit fe89444
Show file tree
Hide file tree
Showing 28 changed files with 1,977 additions and 1,640 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.15",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"object.entries": "^1.1.0",
"object.entries": "^1.1.1",
"opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1",
"jscodeshift": "^0.6.4"
"jscodeshift": "^0.7.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@testing-library/react": "^9.3.2",
"@testing-library/react": "^9.3.3",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@testing-library/react": "^9.3.2",
"@testing-library/react": "^9.3.3",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@testing-library/react": "^9.3.2",
"@testing-library/react": "^9.3.3",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"copy-webpack-plugin": "^5.1.0",
"copy-webpack-plugin": "^5.1.1",
"html-webpack-exclude-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"progress": "^2.0.3",
"read-chunk": "^3.2.0",
"valid-url": "^1.0.9",
"xstate": "^4.7.2"
"xstate": "^4.7.3"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/runtime": "^7.7.6",
"lodash.camelcase": "^4.3.0",
"lodash.isstring": "^4.0.1",
"mongodb": "^3.3.5",
"mongodb": "^3.4.0",
"query-string": "^6.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/types": "^7.7.4",
"ast-types": "^0.13.2",
"common-tags": "^1.8.0",
"react-docgen": "^5.0.0-beta.1"
"react-docgen": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
Expand Down
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.22",
"gatsby-core-utils": "^1.0.24",
"puppeteer": "0.13.0",
"tar": "^4.4.13"
},
"devDependencies": {
"aws-sdk": "^2.586.0"
"aws-sdk": "^2.589.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 @@ -125,7 +125,7 @@
"stack-trace": "^0.0.10",
"string-similarity": "^1.2.2",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.2",
"terser-webpack-plugin": "^1.4.3",
"true-case-path": "^2.2.1",
"type-of": "^2.0.1",
"url-loader": "^1.1.2",
Expand All @@ -138,7 +138,7 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"webpack-stats-plugin": "^0.3.0",
"xstate": "^4.7.2",
"xstate": "^4.7.3",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fe89444

Please sign in to comment.