pxt-microbit 4.1.52 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.1.52",
3
+ "version": "5.0.1",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -44,7 +44,7 @@
44
44
  "typescript": "4.2.3"
45
45
  },
46
46
  "dependencies": {
47
- "pxt-common-packages": "9.5.12",
48
- "pxt-core": "7.5.51"
47
+ "pxt-common-packages": "10.0.1",
48
+ "pxt-core": "8.0.1"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -560,7 +560,8 @@
560
560
  "1": "v1",
561
561
  "2": "v2",
562
562
  "3": "v3",
563
- "4": "v4"
563
+ "4": "v4",
564
+ "5": "v5"
564
565
  },
565
566
  "editorVersionPaths": {
566
567
  "0": "v0"
package/targetconfig.json CHANGED
@@ -639,7 +639,7 @@
639
639
  "muselab/pxt-muselab-oled-v2": { "tags": [ "Display" ] },
640
640
  "microsoft/pxt-jacdac": {
641
641
  "tags": [ "Kits" ],
642
- "upgrades": [ "min:v0.10.40" ]
642
+ "upgrades": [ "min:v1.8.13" ]
643
643
  },
644
644
  "microsoft/pxt-jacdac/accelerometer": {},
645
645
  "microsoft/pxt-jacdac/acidity": {},