From 5e27bd9e2de090a7741bae37ddacadc1b0c9eb73 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 10 Oct 2024 19:44:58 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=84=20update=20dependencies?= =?UTF-8?q?=20&=20makecode=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- mk.sh | 1 + tools/farm-beats/pxt.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ffece9391..ff664fc45 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,5 +22,5 @@ "ghcr.io/devcontainers/features/azure-cli:1.2.5": {}, "ghcr.io/devcontainers/features/python:1.6.4": {} }, - "postCreateCommand": "node npm install -g makecode" + "postCreateCommand": "node npm install -g makecode@v0.34.6" } \ No newline at end of file diff --git a/mk.sh b/mk.sh index ef25e17ee..714d9fe49 100755 --- a/mk.sh +++ b/mk.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +makecode --version makecode build -u -j --mono-repo -c mkc.json makecode build -u -j --mono-repo -c mkc-maker.json makecode build -u -j --mono-repo -c mkc-arcade.json diff --git a/tools/farm-beats/pxt.json b/tools/farm-beats/pxt.json index 46561aee0..72dfdeb79 100644 --- a/tools/farm-beats/pxt.json +++ b/tools/farm-beats/pxt.json @@ -4,14 +4,14 @@ "dependencies": { "core": "*", "microphone": "*", - "data-streamer": "github:microsoft/pxt-data-streamer#v0.1.3", - "jacdac": "github:microsoft/pxt-jacdac#v0.7.31", - "jacdac-light-level": "github:microsoft/pxt-jacdac/light-level#v0.7.31", - "jacdac-temperature": "github:microsoft/pxt-jacdac/temperature#v0.7.31", - "jacdac-humidity": "github:microsoft/pxt-jacdac/humidity#v0.7.31", - "jacdac-relay": "github:microsoft/pxt-jacdac/relay#v0.7.31", - "jacdac-soil-moisture": "github:microsoft/pxt-jacdac/soil-moisture#v0.7.31", - "jacdac-uv-index": "github:microsoft/pxt-jacdac/uv-index#v0.7.31" + "data-streamer": "github:microsoft/pxt-data-streamer", + "jacdac": "github:microsoft/pxt-jacdac", + "jacdac-light-level": "github:microsoft/pxt-jacdac/light-level", + "jacdac-temperature": "github:microsoft/pxt-jacdac/temperature", + "jacdac-humidity": "github:microsoft/pxt-jacdac/humidity", + "jacdac-relay": "github:microsoft/pxt-jacdac/relay", + "jacdac-soil-moisture": "github:microsoft/pxt-jacdac/soil-moisture", + "jacdac-uv-index": "github:microsoft/pxt-jacdac/uv-index" }, "files": ["main.ts", "README.md"], "targetVersions": {