Skip to content

Commit

Permalink
chore: 🔄 update dependencies & makecode version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 10, 2024
1 parent f7160c0 commit 5e27bd9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions mk.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions tools/farm-beats/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5e27bd9

Please sign in to comment.