updated to pxt 0.16.1

This commit is contained in:
Peli de Halleux 2018-02-05 21:28:42 -08:00
parent ae40cadf75
commit 8113c842dd
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@ -731,9 +731,9 @@
"integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=" "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4="
}, },
"http-parser-js": { "http-parser-js": {
"version": "0.4.9", "version": "0.4.10",
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.9.tgz", "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz",
"integrity": "sha1-6hoE+2St/wJC6ZdPKX3Uw8rSceE=" "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q="
}, },
"http-signature": { "http-signature": {
"version": "1.2.0", "version": "1.2.0",
@ -1940,7 +1940,7 @@
"npmlog": "4.1.2", "npmlog": "4.1.2",
"os-homedir": "1.0.2", "os-homedir": "1.0.2",
"pump": "1.0.3", "pump": "1.0.3",
"rc": "1.2.4", "rc": "1.2.5",
"simple-get": "1.4.3", "simple-get": "1.4.3",
"tar-fs": "1.16.0", "tar-fs": "1.16.0",
"tunnel-agent": "0.6.0", "tunnel-agent": "0.6.0",
@ -1997,9 +1997,9 @@
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
}, },
"pxt-core": { "pxt-core": {
"version": "0.15.2", "version": "0.16.1",
"resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-0.15.2.tgz", "resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-0.16.1.tgz",
"integrity": "sha1-DDzqzo1T1cW/dMlb0C2/0fvCWGc=", "integrity": "sha1-bxDL3qzr4pZyCdHQJ+XS0dLLHLU=",
"requires": { "requires": {
"bluebird": "3.5.1", "bluebird": "3.5.1",
"cssnano": "3.10.0", "cssnano": "3.10.0",
@ -2037,9 +2037,9 @@
} }
}, },
"rc": { "rc": {
"version": "1.2.4", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.4.tgz", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.5.tgz",
"integrity": "sha1-oPYGyq4qO4YrvQ74VILAElsxX6M=", "integrity": "sha1-J1zWh/bjs2zHVrqibf7oCnkDAf0=",
"optional": true, "optional": true,
"requires": { "requires": {
"deep-extend": "0.4.2", "deep-extend": "0.4.2",
@ -2169,7 +2169,7 @@
"optional": true, "optional": true,
"requires": { "requires": {
"bindings": "1.2.1", "bindings": "1.2.1",
"commander": "2.13.0", "commander": "2.14.0",
"debug": "2.6.9", "debug": "2.6.9",
"lie": "3.2.0", "lie": "3.2.0",
"nan": "2.8.0", "nan": "2.8.0",
@ -2184,9 +2184,9 @@
"optional": true "optional": true
}, },
"commander": { "commander": {
"version": "2.13.0", "version": "2.14.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.14.0.tgz",
"integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" "integrity": "sha512-okPpdvdJr6mUGi2XzupC+irQxzwGLVaBzacFC14hjLv8NColXEsxsU+QaeuSSXpQUak5g2K0vQ7WjA1e8svczg=="
}, },
"nan": { "nan": {
"version": "2.8.0", "version": "2.8.0",
@ -2540,7 +2540,7 @@
"optional": true, "optional": true,
"requires": { "requires": {
"chalk": "1.1.3", "chalk": "1.1.3",
"commander": "2.13.0", "commander": "2.14.0",
"is-my-json-valid": "2.15.0", "is-my-json-valid": "2.15.0",
"pinkie-promise": "2.0.1" "pinkie-promise": "2.0.1"
}, },
@ -3437,7 +3437,7 @@
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
"integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
"requires": { "requires": {
"http-parser-js": "0.4.9", "http-parser-js": "0.4.10",
"websocket-extensions": "0.1.3" "websocket-extensions": "0.1.3"
} }
}, },

View File

@ -38,6 +38,6 @@
"semantic-ui-less": "^2.2.4" "semantic-ui-less": "^2.2.4"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.15.2" "pxt-core": "0.16.1"
} }
} }