From aac5edd64b296f555fa666667f4aee0f34938f13 Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Tue, 25 Apr 2023 16:25:21 -0700 Subject: [PATCH] bump pxt to latest 7.2.* to pick up crowdin / build fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46af7b6a..f3644aae 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "pxt-common-packages": "9.2.7", - "pxt-core": "7.2.16" + "pxt-core": "7.2.26" }, "scripts": { "test": "node node_modules/pxt-core/built/pxt.js travis"