bump pxt-core to 5.35.10, bump pxt-common-packages to 6.21.9

This commit is contained in:
Peli 2020-03-04 22:33:18 -08:00
parent 75507ae433
commit 37ceec5332

View File

@ -1,51 +1,51 @@
{ {
"name": "pxt-calliope", "name": "pxt-calliope",
"version": "2.1.51", "version": "2.1.51",
"description": "micro:bit target for Microsoft MakeCode (PXT)", "description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",
"education", "education",
"calliope", "calliope",
"mini" "mini"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/pxt-microbit.git" "url": "git+https://github.com/Microsoft/pxt-microbit.git"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-microbit#readme", "homepage": "https://github.com/Microsoft/pxt-microbit#readme",
"files": [ "files": [
"README.md", "README.md",
"pxtarget.json", "pxtarget.json",
"targetconfig.json", "targetconfig.json",
"built/*.js", "built/*.js",
"built/*.json", "built/*.json",
"built/*.d.ts", "built/*.d.ts",
"built/hexcache", "built/hexcache",
"built/web", "built/web",
"sim/public", "sim/public",
"docs/*.md", "docs/*.md",
"docs/*/*.md", "docs/*/*.md",
"docs/*/*/*.md", "docs/*/*/*.md",
"docs/static/*.svg", "docs/static/*.svg",
"docs/static/*.png", "docs/static/*.png",
"docs/static/icons/favicon.ico" "docs/static/icons/favicon.ico"
], ],
"devDependencies": { "devDependencies": {
"@types/bluebird": "2.0.33", "@types/bluebird": "2.0.33",
"@types/marked": "0.3.0", "@types/marked": "0.3.0",
"@types/node": "8.0.53", "@types/node": "8.0.53",
"@types/react": "16.0.25", "@types/react": "16.0.25",
"@types/react-dom": "16.0.3", "@types/react-dom": "16.0.3",
"@types/web-bluetooth": "0.0.4", "@types/web-bluetooth": "0.0.4",
"less": "2.7.3", "less": "2.7.3",
"react": "16.8.3", "react": "16.8.3",
"semantic-ui-less": "2.2.14", "semantic-ui-less": "2.2.14",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "6.21.5", "pxt-common-packages": "6.21.9",
"pxt-core": "5.34.18" "pxt-core": "5.35.10"
} }
} }