From 36af1905dd58acf8e04041986657fd62b1983f4b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 13 Dec 2022 02:44:48 +0100 Subject: chore(deps): upgrade to yarn canary Support for typescript@4.9.4 available in yarn 4.0.0-rc.33 according to https://github.com/yarnpkg/berry/pull/5127#issuecomment-1345664949 Also updates other frontend dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 89068493..b3a0ffab 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "scripts": { "frontend": "yarn workspace @refinery/frontend" }, - "packageManager": "yarn@3.3.0", + "packageManager": "yarn@4.0.0-rc.33", "devDependencies": { "eslint": "^8.29.0", - "typescript": "4.9.3" + "typescript": "4.9.4" } } -- cgit v1.2.3-54-g00ecf