From b43f49b2f60c2fdddc491e51470f88eb6a54b9c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 02:02:18 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ^4.7.4 --- package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-page-utils/package.json | 2 +- packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-utils/package.json | 2 +- packages/gatsby-script/package.json | 2 +- packages/gatsby-sharp/package.json | 2 +- packages/gatsby-source-shopify/package.json | 2 +- packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-worker/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 8 ++++---- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 65fa7ac71c38b..2a2aa41d90e17 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "retext-syntax-urls": "^2.0.0", "rimraf": "^3.0.2", "svgo": "1.3.2", - "typescript": "^4.7.2", + "typescript": "^4.7.4", "unified": "^9.2.0", "yargs": "^15.4.1" }, diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 183e7fd1c50de..c706f9bccf7a5 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -75,7 +75,7 @@ "rollup": "^2.66.1", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-internal": "^1.0.4", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "files": [ "lib/", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index b955697f8800b..ae35b3f986502 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -66,7 +66,7 @@ "cross-env": "^7.0.3", "is-uuid": "^1.0.2", "msw": "^0.38.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "engines": { "node": ">=14.15.0" diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index fdba3db0bec85..baa0f65d8d400 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -42,7 +42,7 @@ "babel-preset-gatsby-package": "^2.19.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "files": [ "dist/" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 8b39baaae4988..76d3451e15b9c 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -61,7 +61,7 @@ "postcss": "^8.2.9", "semver": "^7.3.7", "terser": "^5.3.8", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "peerDependencies": { "@babel/core": "^7.12.3", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 099720e253dfb..e3de17e901a59 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -65,7 +65,7 @@ "cross-env": "^7.0.3", "msw": "^0.42.0", "rimraf": "^3.0.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-script/package.json b/packages/gatsby-script/package.json index d9a05b6f568ff..6747611c5145e 100644 --- a/packages/gatsby-script/package.json +++ b/packages/gatsby-script/package.json @@ -33,7 +33,7 @@ "babel-preset-gatsby-package": "^2.19.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "peerDependencies": { "react": "^16.9.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/gatsby-sharp/package.json b/packages/gatsby-sharp/package.json index 97c0a08e77d07..ccce55b03f3d9 100644 --- a/packages/gatsby-sharp/package.json +++ b/packages/gatsby-sharp/package.json @@ -23,7 +23,7 @@ "babel-plugin-replace-ts-export-assignment": "^0.0.2", "cross-env": "^7.0.3", "npm-run-all": "4.1.5", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "engines": { "node": ">=14.15.0" diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index e57543db65062..e3109440fa70b 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -41,7 +41,7 @@ "prettier": "^2.7.1", "prettier-check": "^2.0.0", "tsc-watch": "^4.5.0", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "peerDependencies": { "gatsby-plugin-image": "^1.1.0 || ^2.0.0-next" diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 6933dc2d66ce4..282792e074d13 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -27,7 +27,7 @@ "babel-preset-gatsby-package": "^2.19.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "files": [ "lib/", diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index d8a5f53b06207..13ae6e0b3cb8e 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -16,7 +16,7 @@ "babel-preset-gatsby-package": "^2.19.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", "keywords": [ diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 21a9695d3523a..eb85c5a63d8fa 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -196,7 +196,7 @@ "react": "^16.12.0", "react-dom": "^16.12.0", "rimraf": "^3.0.2", - "typescript": "^4.7.2", + "typescript": "^4.7.4", "xhr-mock": "^2.5.1", "zipkin": "^0.22.0", "zipkin-javascript-opentracing": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 2a502718b8121..0348db8c4e836 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24351,10 +24351,10 @@ typedarray@^0.0.6, typedarray@~0.0.5: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^4.1.3, typescript@^4.7.2: - version "4.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4" - integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A== +typescript@^4.1.3, typescript@^4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== typography-normalize@^0.16.19: version "0.16.19"