From 244498d19237881ff425f66c7adc7e5ea3dd265a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Fri, 25 Aug 2023 10:31:53 +0000 Subject: [PATCH] Added support for TypeScript 5.2 --- CHANGELOG.md | 1 + example/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c49a78a..f0cb76534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Added `--disableGit` option to prevent TypeDoc from using Git to try to determine if sources can be linked, #2326. - Added support for tags `@showGroups`, `@hideGroups`, `@showCategories`, `@hideCategories` to configure the navigation pane on a per-reflection basis, #2329. +- Added support for TypeScript 5.2, #2296. ### Bug Fixes diff --git a/example/package.json b/example/package.json index 0e39ed0ed..7308b4ef6 100644 --- a/example/package.json +++ b/example/package.json @@ -19,6 +19,6 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "typescript": "^5.1.3" + "typescript": "^5.2.2" } } diff --git a/package-lock.json b/package-lock.json index 7ef595653..e0e9bbcee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "node": ">= 16" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index a5460c985..665686d02 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "shiki": "^0.14.1" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" }, "devDependencies": { "@types/lunr": "^2.3.4",