Skip to content

Commit

Permalink
Bump dependencies (#2500)
Browse files Browse the repository at this point in the history
* Bump to [email protected]

* Bump to [email protected]

* Bump to [email protected]

* Add entry

* Update entry
  • Loading branch information
compulim authored Oct 28, 2019
1 parent 86714de commit f0b6560
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 137 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `component`: Move `Composer` to React hooks and functional components, by [@compulim](https://github.com), in PR [#2308](https://github.com/microsoft/BotFramework-WebChat/pull/2308)
- `component`: Fix [#1818](https://github.com/microsoft/BotFramework-WebChat/issues/1818) Move to functional components by [@corinagum](https://github.com/corinagum), in PR [#2322](https://github.com/microsoft/BotFramework-WebChat/pull/2322)
- Fix [#2292](https://github.com/microsoft/BotFramework-WebChat/issues/2292). Added function to select voice to props, `selectVoice()`, by [@compulim](https://github.com/compulim), in PR [#2338](https://github.com/microsoft/BotFramework-WebChat/pull/2338)
- Bumping dependencies, by [@compulim](https://github.com/compulim), in PR [#2500](https://github.com/microsoft/BotFramework-WebChat/pull/2500)
- `*`: [`[email protected]`](https://www.npmjs.com/package/web-speech-cognitive-services)
- `bundle`: [`[email protected]`](https://www.npmjs.com/package/botframework-directlinejs)
- `component`: [`[email protected]`](https://www.npmjs.com/package/react-film)

### Fixed

Expand Down
135 changes: 12 additions & 123 deletions packages/bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/runtime": "^7.5.4",
"adaptivecards": "1.2.0",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"botframework-webchat-component": "0.0.0-0",
"botframework-webchat-core": "0.0.0-0",
"core-js": "^3.1.4",
Expand All @@ -46,7 +46,7 @@
"prop-types": "^15.7.2",
"sanitize-html": "^1.19.0",
"url-search-params-polyfill": "^5.0.0",
"web-speech-cognitive-services": "4.0.1-master.6b2b9e3",
"web-speech-cognitive-services": "^5.0.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"memoize-one": "^5.0.2",
"prop-types": "^15.7.2",
"react-dictate-button": "^1.1.3",
"react-film": "1.2.1-master.db29968",
"react-film": "^1.3.0",
"react-redux": "^7.1.0",
"react-say": "^1.2.0",
"react-scroll-to-bottom": "~1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^12.6.2",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"concurrently": "^4.1.1",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"adaptivecards": "1.2.0",
"botframework-directlinejs": "^0.11.5",
"botframework-directlinejs": "^0.11.6",
"botframework-webchat": "0.0.0-0",
"classnames": "^2.2.6",
"glamor": "^2.20.40",
Expand Down

0 comments on commit f0b6560

Please sign in to comment.