Skip to content

Commit

Permalink
chore: update minor updates in packages (#19248)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sidharthachatterjee committed Nov 10, 2019
1 parent ac5af97 commit 7d4c28d
Show file tree
Hide file tree
Showing 123 changed files with 4,954 additions and 4,136 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@lerna/prompt": "3.13.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"chalk": "^2.4.2",
"chokidar": "^3.2.3",
"chokidar": "^3.3.0",
"cross-env": "^5.2.1",
"danger": "^8.0.0",
"date-fns": "^1.30.1",
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.5",
"glob": "^7.1.6",
"husky": "3.0.9",
"ignore": "^5.1.4",
"jest": "^24.9.0",
Expand All @@ -31,16 +31,16 @@
"jest-serializer-path": "^0.1.15",
"joi": "^14.3.1",
"js-yaml": "^3.13.1",
"lerna": "^3.18.3",
"lerna": "^3.18.4",
"lint-staged": "^8.2.1",
"markdown-magic": "^0.2.1",
"npm-run-all": "4.1.5",
"plop": "^1.9.1",
"prettier": "1.18.2",
"prettier": "1.19.1",
"rimraf": "^3.0.0",
"svgo": "1.3.0",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^3.6.4",
"typescript": "^3.7.2",
"yargs": "^10.1.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@babel/preset-react": "^7.7.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"core-js": "^2.6.10"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/plugin-transform-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.7.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
Expand All @@ -31,7 +31,7 @@
"watch": "babel -w src --out-dir . --ignore **/__tests__ --ignore **/utils/path-serializer.js"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/cli": "^7.7.0",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1",
"slash": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"@hapi/joi": "^15.1.1",
"better-opn": "^0.1.4",
"bluebird": "^3.7.1",
Expand All @@ -36,7 +36,7 @@
"opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
"prompts": "^2.2.1",
"prompts": "^2.3.0",
"react": "^16.11.0",
"redux": "^4.0.4",
"resolve-cwd": "^2.0.0",
Expand All @@ -51,8 +51,8 @@
"yurnalist": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1",
"jscodeshift": "^0.6.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"ci-info": "2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"chokidar": "^3.2.3",
"@babel/runtime": "^7.7.2",
"chokidar": "^3.3.0",
"configstore": "^5.0.0",
"del": "^5.1.0",
"execa": "^2.1.0",
Expand All @@ -25,8 +25,8 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1",
"css-loader": "^1.0.1",
"graphiql": "^0.16.0",
"graphiql-code-exporter": "^2.0.5",
"graphiql-code-exporter": "^2.0.6",
"graphiql-explorer": "^0.4.5",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "4.1.5",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"style-loader": "^0.23.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-cli": "^3.3.10",
"whatwg-fetch": "^3.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@testing-library/react": "^9.3.0",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@testing-library/react": "^9.3.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"@types/reach__router": "^1.2.6",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@testing-library/react": "^9.3.0",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@testing-library/react": "^9.3.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"bluebird": "^3.7.1",
"chokidar": "3.2.3",
"chokidar": "3.3.0",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.5",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <[email protected]>"
],
"dependencies": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-create-client-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1",
"cxs": "^6.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"@emotion/babel-preset-css-prop": "^10.0.22"
"@babel/runtime": "^7.7.2",
"@emotion/babel-preset-css-prop": "^10.0.23"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"babel-preset-gatsby-package": "^0.2.9",
"cross-env": "^5.2.1"
},
Expand Down
Loading

0 comments on commit 7d4c28d

Please sign in to comment.