From 49689988c0030012c3723d8df126cde4e0c66987 Mon Sep 17 00:00:00 2001 From: Corina Date: Wed, 27 Mar 2019 12:51:18 -0700 Subject: [PATCH] Bump react-say (#1849) * Bump react-say * Update CHANGELOG.md --- CHANGELOG.md | 1 + packages/component/package-lock.json | 20 +++++++++----------- packages/component/package.json | 2 +- packages/playground/package-lock.json | 6 +++--- packages/playground/package.json | 2 +- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c90d6d97..ed14758c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix [#1423](https://github.com/Microsoft/BotFramework-WebChat/issues/1423). Added sample for hosting WebChat in Angular, by [@omarsourour](https://github.com/omarsourour) in PR [#1813](https://github.com/Microsoft/BotFramework-WebChat/pull/1813) - Fix [#1767](https://github.com/Microsoft/BotFramework-WebChat/issues/1767). Remove `cursor: pointer` from buttons, by [@corinagum](https://github.com/corinagum) in PR [#1819](https://github.com/Microsoft/BotFramework-WebChat/pull/1819) - Fix [#1774](https://github.com/Microsoft/BotFramework-WebChat/issues/1774). Add `styleSetOption` to allow word break. Default to `break-word`, by [@corinagum](https://github.com/corinagum) in PR [#1832](https://github.com/Microsoft/BotFramework-WebChat/pull/1832) +- Fix [#1847](https://github.com/Microsoft/BotFramework-WebChat/issues/1847). Bump react-say, which adds babel-runtime dependency, by [@corinagum](https://github.com/corinagum) in PR [#1849](https://github.com/Microsoft/BotFramework-WebChat/pull/1849) ## [4.3.0] - 2019-03-04 diff --git a/packages/component/package-lock.json b/packages/component/package-lock.json index 61aa291365..587a455a81 100644 --- a/packages/component/package-lock.json +++ b/packages/component/package-lock.json @@ -2050,7 +2050,6 @@ "version": "6.26.0", "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dev": true, "requires": { "core-js": "^2.4.0", "regenerator-runtime": "^0.11.0" @@ -2059,8 +2058,7 @@ "core-js": { "version": "2.5.7", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", - "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==", - "dev": true + "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==" } } }, @@ -4806,10 +4804,11 @@ } }, "react-say": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/react-say/-/react-say-1.1.1.tgz", - "integrity": "sha512-R+XfFQjpwlD48miC0AAb6DZDq4h5DkKFnqQFi/83wpO73isfYx+wuPU6PodzRGP4rF+/6nibnKc2V328ifiALA==", + "version": "1.1.2-master.fd0600e", + "resolved": "https://registry.npmjs.org/react-say/-/react-say-1.1.2-master.fd0600e.tgz", + "integrity": "sha512-kxRjltdZMD9RKmAKDGQ9zvvXuLvOyFIv5IUfAxaYT0Kp4aU51RAuOKH5h9qZwisjrW1lgb3gSzrxtvu9GOqbsw==", "requires": { + "babel-runtime": "^6.26.0", "classnames": "^2.2.6", "event-as-promise": "^1.0.3", "glamor": "^2.20.40", @@ -4817,9 +4816,9 @@ }, "dependencies": { "memoize-one": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-4.0.2.tgz", - "integrity": "sha512-ucx2DmXTeZTsS4GPPUZCbULAN7kdPT1G+H49Y34JjbQ5ESc6OGhVxKvb1iKhr9v19ZB9OtnHwNnhUnNR/7Wteg==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-4.0.3.tgz", + "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" } } }, @@ -4900,8 +4899,7 @@ "regenerator-runtime": { "version": "0.11.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", - "dev": true + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" }, "regenerator-transform": { "version": "0.13.3", diff --git a/packages/component/package.json b/packages/component/package.json index ec73ce99ce..9e0e1f278b 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -52,7 +52,7 @@ "react-dictate-button": "^1.1.3", "react-film": "~1.1.2", "react-redux": "^5.0.7", - "react-say": "^1.1.1", + "react-say": "^1.1.2-master.453bced", "react-scroll-to-bottom": "~1.3.1", "redux": "^4.0.0", "sanitize-html": "^1.18.2", diff --git a/packages/playground/package-lock.json b/packages/playground/package-lock.json index f5e73bbfb8..163f83f022 100644 --- a/packages/playground/package-lock.json +++ b/packages/playground/package-lock.json @@ -13823,9 +13823,9 @@ } }, "react-say": { - "version": "1.0.1-master.1d32161", - "resolved": "https://registry.npmjs.org/react-say/-/react-say-1.0.1-master.1d32161.tgz", - "integrity": "sha512-gLozSvs6t9BYBRB1YiStsVRn7T7wVkezBVoKvYW6wX4BUsf/DiPXxF+cBW7Je/lflghtvjrjB3CXROReBUKbAw==", + "version": "1.1.2-master.453bced", + "resolved": "https://registry.npmjs.org/react-say/-/react-say-1.1.2-master.453bced.tgz", + "integrity": "sha512-+MvCVBQaS9C0wl5p4mgTZ1Pz+YPBhsESseGLonvE1beKfLvspLMPU14uY8Rliy3hbQwktoSb8azz1rV0s9SLAw==", "requires": { "classnames": "^2.2.6", "event-as-promise": "^1.0.3", diff --git a/packages/playground/package.json b/packages/playground/package.json index 9de559b7f5..0c3e0296d0 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -26,7 +26,7 @@ "react-dictate-button": "1.1.3-master.97bc9a2", "react-dom": "^16.4.1", "react-redux": "^5.0.7", - "react-say": "1.0.1-master.1d32161", + "react-say": "1.1.2-master.453bced", "react-scripts": "2.1.1", "redux": "^4.0.0", "rxjs": "5",