From c9a692285deb439a6d406e96efb221aa2a57f545 Mon Sep 17 00:00:00 2001 From: Abhijith Date: Fri, 19 Oct 2018 13:30:56 -0700 Subject: [PATCH] Bumping pxt-common-packages to 0.24.9 and pxt to 4.1.46 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e18fb95b..70d0363f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/web-bluetooth": "0.0.4" }, "dependencies": { - "pxt-common-packages": "0.24.4", - "pxt-core": "4.1.41" + "pxt-common-packages": "0.24.9", + "pxt-core": "4.1.46" } }