From 0ac236a2fbf88250f874f3230713874829ef4969 Mon Sep 17 00:00:00 2001 From: Abhijith Date: Wed, 29 May 2019 10:14:54 -0700 Subject: [PATCH] Bumping pxt to 5.14.3 and common-packages to 5.14.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07876a8a..0e79f4f1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/web-bluetooth": "0.0.4" }, "dependencies": { - "pxt-common-packages": "6.8.13", - "pxt-core": "5.12.14" + "pxt-common-packages": "6.9.3", + "pxt-core": "5.14.3" } }