From 7a0a52945ef8daa0b1d8f3c2f5cbf1d799179494 Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Thu, 7 Mar 2024 10:13:04 +0100 Subject: [PATCH] chore(deps): update to typescript 5.4 --- package.json | 2 +- .../@ourworldindata/components/package.json | 2 +- .../@ourworldindata/core-table/package.json | 2 +- packages/@ourworldindata/grapher/package.json | 2 +- packages/@ourworldindata/types/package.json | 2 +- packages/@ourworldindata/utils/package.json | 2 +- yarn.lock | 28 +++++++++---------- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 2d8071a0a4c..cb18040a84d 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "topojson-client": "^3.1.0", "ts-pattern": "^5.0.5", "typeorm": "^0.3.14", - "typescript": "~5.2.2", + "typescript": "~5.4.2", "unidecode": "^0.1.8", "unified": "^9.0", "unist-util-visit": "^2.0.0", diff --git a/packages/@ourworldindata/components/package.json b/packages/@ourworldindata/components/package.json index 00962a12183..cb0eb5f1409 100644 --- a/packages/@ourworldindata/components/package.json +++ b/packages/@ourworldindata/components/package.json @@ -33,7 +33,7 @@ "esbuild-sass-plugin": "^2.16.0", "eslint": "^8.53.0", "eslint-plugin-react-hooks": "^4.6.0", - "typescript": "~5.2.2" + "typescript": "~5.4.2" }, "license": "MIT" } diff --git a/packages/@ourworldindata/core-table/package.json b/packages/@ourworldindata/core-table/package.json index 8db5a011d1e..8724a41448f 100644 --- a/packages/@ourworldindata/core-table/package.json +++ b/packages/@ourworldindata/core-table/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/d3": "^6", "eslint": "^8.53.0", - "typescript": "~5.2.2" + "typescript": "~5.4.2" }, "license": "MIT" } diff --git a/packages/@ourworldindata/grapher/package.json b/packages/@ourworldindata/grapher/package.json index b4a5d4c1703..ee8f210a718 100644 --- a/packages/@ourworldindata/grapher/package.json +++ b/packages/@ourworldindata/grapher/package.json @@ -73,7 +73,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "tsup": "^7.2.0", - "typescript": "~5.2.2" + "typescript": "~5.4.2" }, "license": "MIT" } diff --git a/packages/@ourworldindata/types/package.json b/packages/@ourworldindata/types/package.json index 7094d6fdf09..74c79703c8e 100644 --- a/packages/@ourworldindata/types/package.json +++ b/packages/@ourworldindata/types/package.json @@ -17,7 +17,7 @@ "eslint": "^8.53.0", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", - "typescript": "~5.2.2" + "typescript": "~5.4.2" }, "license": "MIT", "dependencies": { diff --git a/packages/@ourworldindata/utils/package.json b/packages/@ourworldindata/utils/package.json index 16eb737e951..33b75f9326f 100644 --- a/packages/@ourworldindata/utils/package.json +++ b/packages/@ourworldindata/utils/package.json @@ -44,7 +44,7 @@ "eslint": "^8.53.0", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", - "typescript": "~5.2.2" + "typescript": "~5.4.2" }, "license": "MIT" } diff --git a/yarn.lock b/yarn.lock index a9d525e50df..413677a148f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3628,7 +3628,7 @@ __metadata: react: "npm:^17.0.2" react-dom: "npm:^17.0.2" ts-pattern: "npm:^5.0.5" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" languageName: unknown linkType: soft @@ -3642,7 +3642,7 @@ __metadata: d3: "npm:^6.1.1" dayjs: "npm:^1.11.5" eslint: "npm:^8.53.0" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" languageName: unknown linkType: soft @@ -3701,7 +3701,7 @@ __metadata: topojson-client: "npm:^3.1.0" ts-pattern: "npm:^5.0.5" tsup: "npm:^7.2.0" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" url-parse: "npm:^1.5.10" languageName: unknown linkType: soft @@ -3715,7 +3715,7 @@ __metadata: eslint-plugin-react-hooks: "npm:^4.6.0" jest: "npm:^29.7.0" mobx: "npm:^5.15.7" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" languageName: unknown linkType: soft @@ -3750,7 +3750,7 @@ __metadata: striptags: "npm:^3.2.0" timezone-mock: "npm:^1.0.18" ts-pattern: "npm:^5.0.5" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" url-parse: "npm:^1.5.10" languageName: unknown linkType: soft @@ -11126,7 +11126,7 @@ __metadata: ts-pattern: "npm:^5.0.5" tsc-watch: "npm:^6.0.4" typeorm: "npm:^0.3.14" - typescript: "npm:~5.2.2" + typescript: "npm:~5.4.2" unidecode: "npm:^0.1.8" unified: "npm:^9.0" unist-util-visit: "npm:^2.0.0" @@ -20212,23 +20212,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:>=3 < 6, typescript@npm:~5.2.2": - version: 5.2.2 - resolution: "typescript@npm:5.2.2" +"typescript@npm:>=3 < 6, typescript@npm:~5.4.2": + version: 5.4.2 + resolution: "typescript@npm:5.4.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555 + checksum: f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d languageName: node linkType: hard -"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin, typescript@patch:typescript@npm%3A~5.2.2#optional!builtin": - version: 5.2.2 - resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin::version=5.2.2&hash=f3b441" +"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin, typescript@patch:typescript@npm%3A~5.4.2#optional!builtin": + version: 5.4.2 + resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin::version=5.4.2&hash=29ae49" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a + checksum: ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72 languageName: node linkType: hard