From aeea27dcc87a8866be9f90cebffbb855eabe65bb Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Sun, 20 Nov 2022 17:23:46 +0100 Subject: [PATCH] chore(deps): bump typescript from 4.8.3 to 4.9.3 (#139) Also bump typedoc 0.23.15 to 0.23.21 to get TS 4.9 support. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3342e8deb..a33593c97 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "lerna": "^4.0.0", "prettier": "^2.7.1", "style-loader": "^3.3.1", - "typedoc": "^0.23.15", - "typescript": "^4.8.3", + "typedoc": "^0.23.21", + "typescript": "^4.9.3", "url-loader": "^4.1.1", "webpack": "^5.64.4", "webpack-cli": "^4.9.1",