From f47873dc2625bcef365bafbac177e35372787466 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Jan 2022 02:40:30 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ^4.5.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-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 ++++---- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 911ca8c621d2e..d1cce01a8af21 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "retext-syntax-urls": "^2.0.0", "rimraf": "^3.0.2", "svgo": "1.3.2", - "typescript": "^4.5.2", + "typescript": "^4.5.4", "unified": "^9.2.0", "yargs": "^15.4.1" }, diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index ad12d436bea11..e651c77716b60 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -70,7 +70,7 @@ "rollup": "^2.60.2", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-internal": "^1.0.4", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "files": [ "lib/", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index c824cb6c9ecc5..fcfff4674e9ed 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -49,7 +49,7 @@ "cross-env": "^7.0.3", "is-uuid": "^1.0.2", "msw": "^0.35.0", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "engines": { "node": ">=14.15.0" diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 4826cb0e7ff28..50b669997ffcf 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -38,7 +38,7 @@ "babel-preset-gatsby-package": "^2.5.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "files": [ "dist/" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index a693593f503e1..b9178ead6c81c 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -61,7 +61,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.9", "terser": "^5.3.8", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "peerDependencies": { "@babel/core": "^7.12.3", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 75b2bc1ba9924..474edd873eadc 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -30,7 +30,7 @@ "babel-preset-gatsby-package": "^2.5.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index efee902127295..ddd0419f2b570 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -37,7 +37,7 @@ "prettier": "^2.5.1", "prettier-check": "^2.0.0", "tsc-watch": "^4.5.0", - "typescript": "^4.5.2" + "typescript": "^4.5.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 37888d1ded3b5..aa645fda6ebd1 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -27,7 +27,7 @@ "babel-preset-gatsby-package": "^2.5.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "files": [ "lib/", diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index b05f397e895c2..af5bcad00398f 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -16,7 +16,7 @@ "babel-preset-gatsby-package": "^2.5.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.5.2" + "typescript": "^4.5.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 83e20bc14a247..769171361a7f1 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -182,7 +182,7 @@ "react": "^16.12.0", "react-dom": "^16.12.0", "rimraf": "^3.0.2", - "typescript": "^4.5.2", + "typescript": "^4.5.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 78743dceef063..29a946e73d358 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23449,10 +23449,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.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" - integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== +typescript@^4.1.3, typescript@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" + integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== typography-normalize@^0.16.19: version "0.16.19"