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 Jul 8, 2020
1 parent de0f9ba commit 5a15203
Show file tree
Hide file tree
Showing 107 changed files with 1,525 additions and 554 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/plugin-transform-typescript": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.1",
"@types/bluebird": "^3.5.30",
Expand Down Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react": "^7.20.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"husky": "3.1.0",
Expand All @@ -66,12 +66,12 @@
"remark": "^12.0.0",
"remark-cli": "^8.0.0",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^7.0.0",
"remark-lint-first-heading-level": "^2.0.0",
"remark-lint-no-duplicate-headings-in-section": "^2.0.0",
"remark-lint-no-reference-like-url": "^2.0.0",
"remark-preset-lint-markdown-style-guide": "^3.0.0",
"remark-preset-lint-recommended": "^4.0.0",
"remark-lint": "^7.0.1",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-no-duplicate-headings-in-section": "^2.0.1",
"remark-lint-no-reference-like-url": "^2.0.1",
"remark-preset-lint-markdown-style-guide": "^3.0.1",
"remark-preset-lint-recommended": "^4.0.1",
"remark-retext": "^4.0.0",
"retext": "^7.0.1",
"retext-diacritics": "^3.0.0",
Expand All @@ -82,13 +82,13 @@
"rimraf": "^3.0.2",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^3.9.5",
"typescript": "^3.9.6",
"unified": "^9.0.0",
"yargs": "^10.1.2"
},
"resolutions": {
"theme-ui": "0.4.0-alpha.3",
"csstype": "2.6.10"
"csstype": "2.6.11"
},
"engines": {
"yarn": "^1.17.3",
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.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"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.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@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-transform-runtime": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^2.6.11"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
"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.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/plugin-transform-spread": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/plugin-transform-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.10.4",
"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.3",
"@babel/cli": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1",
"slash": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@emotion/styled": "^10.0.27",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"csstype": "^2.6.10",
"csstype": "^2.6.11",
"formik": "^2.1.4",
"gatsby": "^2.23.22",
"gatsby-interface": "0.0.173",
"gatsby-interface": "0.0.177",
"gatsby-plugin-typescript": "^2.4.13",
"gatsby-source-graphql": "^2.6.1",
"ncp": "^2.0.0",
Expand All @@ -30,7 +30,7 @@
"strict-ui": "^0.1.3",
"subscriptions-transport-ws": "^0.9.16",
"theme-ui": "^0.4.0-alpha.3",
"typescript": "^3.9.5",
"typescript": "^3.9.6",
"urql": "^1.9.8",
"yup": "^0.29.1"
},
Expand Down
14 changes: 7 additions & 7 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.3",
"@babel/runtime": "^7.10.3",
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@hapi/joi": "^15.1.1",
"@types/common-tags": "^1.8.0",
"better-opn": "^1.0.0",
Expand All @@ -31,7 +31,7 @@
"ink": "^2.7.1",
"ink-spinner": "^3.1.0",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
"lodash": "^4.17.17",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"opentracing": "^0.14.4",
Expand All @@ -48,18 +48,18 @@
"strip-ansi": "^5.2.0",
"update-notifier": "^3.0.1",
"uuid": "3.4.0",
"yargs": "^15.3.1",
"yargs": "^15.4.0",
"yurnalist": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@types/hosted-git-info": "^3.0.0",
"@types/yargs": "^15.0.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
},
"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.3"
"@babel/runtime": "^7.10.4"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"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.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
},
"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.3"
"@babel/runtime": "^7.10.4"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"@babel/runtime": "^7.10.4",
"chokidar": "^3.4.0",
"configstore": "^5.0.1",
"del": "^5.1.0",
"execa": "^3.4.0",
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^8.1.0",
"is-absolute": "^1.0.0",
"lodash": "^4.17.15",
"lodash": "^4.17.17",
"request": "2.88.2",
"signal-exit": "^3.0.3",
"verdaccio": "^4.7.2",
"yargs": "^15.3.1"
"yargs": "^15.4.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.3"
"@babel/runtime": "^7.10.4"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-preset-gatsby-package": "^0.5.1",
"core-js": "^2.6.11",
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.3",
"@babel/runtime": "^7.10.4",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.5.1",
"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.3",
"@babel/runtime": "^7.10.4",
"@types/reach__router": "^1.3.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
Expand Down
8 changes: 4 additions & 4 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.10.3",
"@babel/runtime": "^7.10.4",
"bluebird": "^3.7.2",
"chokidar": "3.4.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.3.11",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"lodash": "^4.17.17",
"micromatch": "^3.1.10"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@types/micromatch": "^4.0.1",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1"
},
"dependencies": {
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.3"
"@babel/runtime": "^7.10.4"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"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.3",
"@babel/runtime": "^7.10.4",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"babel-preset-gatsby-package": "^0.5.1",
"cross-env": "^5.2.1"
},
Expand Down
Loading

0 comments on commit 5a15203

Please sign in to comment.