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 Mar 12, 2020
1 parent c3008e4 commit 16dd4ec
Show file tree
Hide file tree
Showing 125 changed files with 16,712 additions and 14,196 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-transform-typescript": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/plugin-transform-typescript": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@lerna/prompt": "3.18.5",
"@types/bluebird": "^3.5.29",
"@types/cache-manager": "^2.10.1",
"@types/express": "^4.17.2",
"@types/fs-extra": "^8.0.1",
"@types/bluebird": "^3.5.30",
"@types/cache-manager": "^2.10.2",
"@types/express": "^4.17.3",
"@types/fs-extra": "^8.1.0",
"@types/got": "^9.6.9",
"@types/jest": "^24.0.23",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"@types/webpack": "^4.41.0",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-eslint": "^10.0.3",
"@types/node": "^12.12.29",
"@types/webpack": "^4.41.7",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-eslint": "^10.1.0",
"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 @@ -28,10 +28,10 @@
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"husky": "3.1.0",
Expand All @@ -44,16 +44,16 @@
"jest-silent-reporter": "^0.1.2",
"joi": "^14.3.1",
"js-yaml": "^3.13.1",
"lerna": "^3.19.0",
"lerna": "^3.20.2",
"lint-staged": "^8.2.1",
"markdown-magic": "^0.2.1",
"npm-run-all": "4.1.5",
"plop": "^1.9.1",
"prettier": "1.19.1",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^3.7.3",
"typescript": "^3.8.3",
"yargs": "^10.1.2"
},
"engines": {
Expand Down Expand Up @@ -126,6 +126,6 @@
"packages/*"
],
"resolutions": {
"write-file-atomic": "2.4.1"
"write-file-atomic": "2.4.3"
}
}
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.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@babel/core": "^7.0.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"core-js": "^2.6.11"
},
Expand Down
20 changes: 10 additions & 10 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.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-spread": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.7",
"babel-plugin-dynamic-import-node": "^2.3.0",
"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.7.5",
"@babel/cli": "^7.8.4",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1",
"slash": "^3.0.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/runtime": "^7.7.6",
"@babel/code-frame": "^7.8.3",
"@babel/runtime": "^7.8.7",
"@hapi/joi": "^15.1.1",
"better-opn": "^1.0.0",
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
"clipboardy": "^2.1.0",
"clipboardy": "^2.2.0",
"common-tags": "^1.8.0",
"configstore": "^5.0.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"core-js": "^2.6.11",
"envinfo": "^7.5.0",
Expand All @@ -27,37 +27,37 @@
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.33",
"gatsby-telemetry": "^1.1.55",
"hosted-git-info": "^3.0.2",
"hosted-git-info": "^3.0.4",
"is-valid-path": "^0.1.1",
"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",
"prompts": "^2.3.0",
"prompts": "^2.3.1",
"react": "^16.8.0",
"redux": "^4.0.4",
"redux": "^4.0.5",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
"signal-exit": "^3.0.2",
"source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
"update-notifier": "^3.0.1",
"uuid": "3.3.3",
"uuid": "3.4.0",
"yargs": "^12.0.5",
"yurnalist": "^1.1.1"
"yurnalist": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
"optionalDependencies": {
"ink": "^2.6.0",
"ink": "^2.7.1",
"ink-spinner": "^3.0.1"
},
"files": [
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.7.6"
"@babel/runtime": "^7.8.7"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1",
"jscodeshift": "^0.6.4"
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 @@ -30,12 +30,12 @@
],
"dependencies": {
"ci-info": "2.0.0",
"configstore": "^5.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^0.2.17",
"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.7.6"
"@babel/runtime": "^7.8.7"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
Expand Down
14 changes: 7 additions & 7 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.7.6",
"chokidar": "^3.3.0",
"configstore": "^5.0.0",
"@babel/runtime": "^7.8.7",
"chokidar": "^3.3.1",
"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",
"request": "2.88.0",
"request": "2.88.2",
"signal-exit": "^3.0.2",
"verdaccio": "^4.3.5",
"verdaccio": "^4.4.4",
"yargs": "^8.0.2"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
Expand Down
18 changes: 9 additions & 9 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.7.6"
"@babel/runtime": "^7.8.7"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1",
Expand All @@ -49,8 +49,8 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^0.23.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"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.7.6",
"@babel/runtime": "^7.8.7",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@testing-library/react": "^9.3.2",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
Expand Down
10 changes: 5 additions & 5 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.7.6",
"@types/reach__router": "^1.2.6",
"@babel/runtime": "^7.8.7",
"@types/reach__router": "^1.3.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@testing-library/react": "^9.3.2",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@testing-library/react": "^9.5.0",
"babel-preset-gatsby-package": "^0.2.17",
"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.7.6",
"@babel/runtime": "^7.8.7",
"bluebird": "^3.7.2",
"chokidar": "3.3.0",
"chokidar": "3.3.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.0.33",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"babel-preset-gatsby-package": "^0.2.17",
"cross-env": "^5.2.1"
},
Expand Down
Loading

0 comments on commit 16dd4ec

Please sign in to comment.