From 7315a0cf768f47ef46509d620318a7d8dcfb2381 Mon Sep 17 00:00:00 2001 From: Kim Ying <15070078+kimprice@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:52:34 -0800 Subject: [PATCH] Bump pxt and common packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f96201c351..a30669f2f6 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "typescript": "4.8.3" }, "dependencies": { - "pxt-common-packages": "11.1.2", - "pxt-core": "9.3.6" + "pxt-common-packages": "11.1.4", + "pxt-core": "9.3.8" }, "optionalDependencies": { "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.10"