Skip to content

Commit

Permalink
Update minor updates in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 16, 2019
1 parent a6d44a9 commit b9c6469
Show file tree
Hide file tree
Showing 38 changed files with 3,020 additions and 2,830 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"@babel/node": "^7.7.4",
"@babel/runtime": "^7.7.6",
"@lerna/prompt": "3.18.5",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"chalk": "^2.4.2",
"chokidar": "^3.3.0",
"chokidar": "^3.3.1",
"cross-env": "^5.2.1",
"danger": "^8.0.0",
"date-fns": "^1.30.1",
Expand All @@ -20,7 +20,7 @@
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
Expand Down
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
4 changes: 2 additions & 2 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"chokidar": "^3.3.0",
"chokidar": "^3.3.1",
"configstore": "^5.0.0",
"del": "^5.1.0",
"execa": "^3.4.0",
Expand All @@ -21,7 +21,7 @@
"lodash": "^4.17.15",
"request": "2.88.0",
"signal-exit": "^3.0.2",
"verdaccio": "^4.3.5",
"verdaccio": "^4.4.0",
"yargs": "^8.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"css-loader": "^1.0.1",
"graphiql": "^0.17.5",
"graphiql-code-exporter": "^2.0.8",
"graphiql-explorer": "^0.4.5",
"graphiql-explorer": "^0.4.6",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "4.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^0.23.1",
"webpack": "^4.41.2",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10",
"whatwg-fetch": "^3.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.4.0",
"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.4.0",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@babel/runtime": "^7.7.6",
"bluebird": "^3.7.2",
"chokidar": "3.3.0",
"chokidar": "3.3.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.0.24",
"glob": "^7.1.6",
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.4.0",
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/mdx": "^1.5.2",
"@mdx-js/react": "^1.5.2",
"jest": "^24.9.0",
"js-combinatorics": "^0.5.4",
"react-test-renderer": "^16.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"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",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"netlify-identity-widget": "^1.5.6",
"webpack": "^4.41.2"
"webpack": "^4.41.3"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1",
"remark": "^10.0.1",
"remark-mdx": "^1.5.1",
"remark-mdx": "^1.5.2",
"semver": "^6.3.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"babel-preset-gatsby-package": "^0.2.14",
"cross-env": "^5.2.1",
"remark": "^10.0.1",
"remark-mdx": "^1.5.1",
"remark-mdx": "^1.5.2",
"semver": "^6.3.0",
"unist-util-find": "^1.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.7.6",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"chokidar": "3.3.0",
"chokidar": "3.3.1",
"file-type": "^12.4.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.24",
Expand All @@ -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
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/mdx": "^1.5.2",
"gatsby-plugin-mdx": "^1.0.62",
"gatsby-plugin-sharp": "^2.3.8",
"gatsby-remark-copy-linked-files": "^2.1.33",
Expand All @@ -28,7 +28,7 @@
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"@mdx-js/react": "^1.5.2",
"gatsby": "^2.18.12",
"prettier": "^1.19.1",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-blog#readme",
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/react": "^1.5.1",
"@mdx-js/react": "^1.5.2",
"@theme-ui/prism": "^0.2.50",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/mdx": "^1.5.2",
"@mdx-js/react": "^1.5.2",
"gatsby-core-utils": "^1.0.24",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.1.18",
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.590.0"
},
"keywords": [
"gatsby-plugin"
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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.11.0",
"@typescript-eslint/parser": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"address": "1.1.2",
"autoprefixer": "^9.7.3",
"axios": "^0.19.0",
Expand All @@ -39,7 +39,7 @@
"cache-manager": "^2.10.1",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
"chokidar": "3.3.0",
"chokidar": "3.3.1",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^3.0.0",
Expand Down Expand Up @@ -125,20 +125,20 @@
"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",
"util.promisify": "^1.0.0",
"uuid": "^3.3.3",
"v8-compile-cache": "^1.1.2",
"webpack": "~4.41.2",
"webpack": "~4.41.3",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.9.0",
"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 b9c6469

Please sign in to comment.