Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 23, 2020
1 parent 432c4f7 commit 2627728
Show file tree
Hide file tree
Showing 112 changed files with 1,554 additions and 1,369 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/plugin-transform-typescript": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.1",
"@types/bluebird": "^3.5.30",
Expand Down Expand Up @@ -41,9 +41,9 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
Expand All @@ -57,7 +57,7 @@
"jest-silent-reporter": "^0.2.1",
"joi": "^14.3.1",
"js-yaml": "^3.14.0",
"lerna": "^3.22.0",
"lerna": "^3.22.1",
"lint-staged": "^8.2.1",
"markdown-magic": "^0.2.1",
"npm-run-all": "4.1.5",
Expand All @@ -82,7 +82,7 @@
"rimraf": "^3.0.2",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^3.9.3",
"typescript": "^3.9.5",
"unified": "^9.0.0",
"yargs": "^10.1.2"
},
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.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/plugin-transform-typescript": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
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 @@ -11,13 +11,13 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/plugin-transform-spread": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand All @@ -34,7 +34,7 @@
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/cli": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1",
"slash": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"csstype": "^2.6.10",
"formik": "^2.1.4",
"gatsby": "^2.23.10",
"gatsby-interface": "0.0.167",
"gatsby-interface": "0.0.171",
"gatsby-plugin-typescript": "^2.4.7",
"gatsby-source-graphql": "^2.5.6",
"ncp": "^2.0.0",
"nodemon": "^2.0.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"strict-ui": "^0.1.3",
"subscriptions-transport-ws": "^0.9.16",
"theme-ui": "^0.4.0-alpha.3",
"typescript": "^3.9.3",
"urql": "^1.9.7",
"typescript": "^3.9.5",
"urql": "^1.9.8",
"yup": "^0.29.1"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-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/code-frame": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/code-frame": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@hapi/joi": "^15.1.1",
"@types/common-tags": "^1.8.0",
"better-opn": "^1.0.0",
Expand Down Expand Up @@ -55,14 +55,14 @@
"yurnalist": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@types/hosted-git-info": "^3.0.0",
"@types/yargs": "^15.0.4",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1",
"rimraf": "^3.0.2",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
},
"files": [
"lib",
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.10.2"
"@babel/runtime": "^7.10.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1",
"jscodeshift": "^0.7.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
},
"engines": {
"node": ">=10.13.0"
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.10.2"
"@babel/runtime": "^7.10.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"agadoo": "^1.1.0",
"cross-env": "^5.2.1",
"microbundle": "^0.12.0",
"microbundle": "^0.12.2",
"preval.macro": "^3.0.0"
},
"engines": {
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,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"chokidar": "^3.4.0",
"configstore": "^5.0.1",
"del": "^5.1.0",
Expand All @@ -21,12 +21,12 @@
"lodash": "^4.17.15",
"request": "2.88.2",
"signal-exit": "^3.0.3",
"verdaccio": "^4.6.2",
"verdaccio": "^4.7.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.10.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"babel-preset-gatsby-package": "^0.4.5",
Expand All @@ -51,7 +51,7 @@
"react-dom": "^16.12.0",
"style-loader": "^0.23.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-cli": "^3.3.12",
"whatwg-fetch": "^3.0.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@types/reach__router": "^1.3.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"bluebird": "^3.7.2",
"chokidar": "3.4.0",
"fs-exists-cached": "^1.0.0",
Expand All @@ -30,8 +30,8 @@
"micromatch": "^3.1.10"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5"
},
"dependencies": {
"fast-glob": "^3.2.2",
"fast-glob": "^3.2.4",
"node-fetch": "^2.6.0",
"uuid": "^3.4.0"
},
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.10.2"
"@babel/runtime": "^7.10.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"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.10.2",
"@babel/runtime": "^7.10.3",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"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.10.2",
"@babel/runtime": "^7.10.3",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.5.1"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"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.10.2"
"@babel/runtime": "^7.10.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"babel-preset-gatsby-package": "^0.4.5",
"cross-env": "^5.2.1"
},
Expand Down
Loading

0 comments on commit 2627728

Please sign in to comment.