From f8c7d0f27580a355937f94737ded356698aa8964 Mon Sep 17 00:00:00 2001 From: Juri Wolf Date: Tue, 26 Apr 2022 23:03:24 +0200 Subject: [PATCH] Bump pxt-core to 7.0.16 (#181) Co-authored-by: Juri --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3019daea..66985489 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "pxt-common-packages": "9.0.1", - "pxt-core": "7.0.14" + "pxt-core": "7.0.16" } }