From 47c0e463d37e60104b9d7ab6b51d70cefe3dfcb9 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 21 Nov 2021 19:40:09 +0100 Subject: chore: bump typescript to 4.5 Also requires yarn 3.2.0-rc.5 due to https://github.com/yarnpkg/berry/issues/3722 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ef9320d5..a1ce9857 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ ], "devDependencies": { "eslint": "^8.3.0", - "typescript": "~4.4.4", - "stylelint": "^14.1.0" + "stylelint": "^14.1.0", + "typescript": "~4.5.2" }, - "packageManager": "yarn@3.1.0" + "packageManager": "yarn@3.2.0-rc.5" } -- cgit v1.2.3-54-g00ecf