updated pxt (#2465)

* updated pxt

* bump pxt

* updated react

* updated ptx

* Remove empty variable element from XML

* Bump pxt-core to 5.25.15

* bump pxt

* Bump pxt to 5.25.17

* Add precision to music slider
This commit is contained in:
Peli de Halleux
2019-10-17 14:49:13 -07:00
committed by GitHub
parent 58aa0b63a4
commit a1f135d9fe
5 changed files with 7 additions and 6 deletions

View File

@ -35,7 +35,7 @@
"typescript": "2.6.1",
"less": "2.7.3",
"semantic-ui-less": "2.2.14",
"react": "16.3.1",
"react": "16.8.3",
"@types/react": "16.0.25",
"@types/react-dom": "16.0.3",
"@types/bluebird": "2.0.33",
@ -45,7 +45,7 @@
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "6.16.5",
"pxt-core": "5.23.17"
"pxt-common-packages": "6.16.7",
"pxt-core": "5.25.17"
}
}