From a1f135d9fea47829191866193aa32bb40d4635be Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 17 Oct 2019 14:49:13 -0700 Subject: [PATCH] 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 --- libs/core/_locales/core-jsdoc-strings.json | 3 +++ libs/core/blocks-test/led.blocks | 1 - libs/core/blocks-test/pins.blocks | 1 - libs/core/blocks-test/test.blocks | 2 +- package.json | 6 +++--- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libs/core/_locales/core-jsdoc-strings.json b/libs/core/_locales/core-jsdoc-strings.json index fae13413..3c46bb0c 100644 --- a/libs/core/_locales/core-jsdoc-strings.json +++ b/libs/core/_locales/core-jsdoc-strings.json @@ -106,6 +106,7 @@ "Image.showImage": "Shows an frame from the image at offset ``x offset``.", "Image.showImage|param|xOffset": "column index to start displaying the image", "Image.width": "Gets the width in columns", + "Infinity": "Constant representing positive infinity.", "Math": "More complex operations with numbers.", "Math.abs": "Returns the absolute value of a number (the value without regard to whether it is positive or negative).\nFor example, the absolute value of -5 is the same as the absolute value of 5.", "Math.abs|param|x": "A numeric expression for which the absolute value is needed.", @@ -170,6 +171,8 @@ "Math.tan|param|x": "An angle in radians", "Math.trunc": "Returns the number with the decimal part truncated.", "Math.trunc|param|x": "A numeric expression.", + "NaN": "Constant representing Not-A-Number.", + "Number.isNaN": "Check if a given value is of type Number and it is a NaN.", "Number.toString": "Returns a string representation of a number.", "Object.keys": "Return the field names in an object.", "String": "Combine, split, and search text strings.", diff --git a/libs/core/blocks-test/led.blocks b/libs/core/blocks-test/led.blocks index 681bc93b..cd656d1f 100644 --- a/libs/core/blocks-test/led.blocks +++ b/libs/core/blocks-test/led.blocks @@ -1,5 +1,4 @@ - diff --git a/libs/core/blocks-test/pins.blocks b/libs/core/blocks-test/pins.blocks index fe5a05ae..9e01d01c 100644 --- a/libs/core/blocks-test/pins.blocks +++ b/libs/core/blocks-test/pins.blocks @@ -1,5 +1,4 @@ - DigitalPin.P5 PulseValue.Low diff --git a/libs/core/blocks-test/test.blocks b/libs/core/blocks-test/test.blocks index dab7d1e5..d1e1be1e 100644 --- a/libs/core/blocks-test/test.blocks +++ b/libs/core/blocks-test/test.blocks @@ -610,7 +610,7 @@ - + 12312312 diff --git a/package.json b/package.json index 1046d05d..0c1c686a 100644 --- a/package.json +++ b/package.json @@ -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" } }