From 35a9c1d9b4f42433546fd9cdc285fd8b6f3322f7 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 7 Jan 2025 13:37:15 +0100 Subject: [PATCH] chore(deps): Bump version of forked sucrase from 3.35.0 to 3.36.0 I noticed some caching/dependency issues, which are probably because the version did not change (but the source did). So I updated the version of sucrase on our fork, so this is clearly different and hopefully busts the cache better. --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8330ee744ee1..90b3710773e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31669,8 +31669,8 @@ stylus@0.59.0, stylus@^0.59.0: source-map "^0.7.3" sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills: - version "3.35.0" - resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/0e9fad08c1c4f120580a2040207255346d42720f" + version "3.36.0" + resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061" dependencies: "@jridgewell/gen-mapping" "^0.3.2" commander "^4.0.0"