Skip to content

Commit 370ecd2

Browse files
authored
1 parent 504fb24 commit 370ecd2

File tree

12 files changed

+2205
-1998
lines changed

12 files changed

+2205
-1998
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5454

5555
### Changed
5656

57-
- Bumped all dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#4647](https://github.com/microsoft/BotFramework-WebChat/pull/4647) and PR [#4655](https://github.com/microsoft/BotFramework-WebChat/pull/4655)
57+
- Bumped all dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#4647](https://github.com/microsoft/BotFramework-WebChat/pull/4647), PR [#4655](https://github.com/microsoft/BotFramework-WebChat/pull/4655), and PR [#4737](https://github.com/microsoft/BotFramework-WebChat/pull/4737)
5858
- Production dependencies
5959
- [`@emotion/[email protected]`](https://npmjs.com/package/@emotion/css)
60+
- [`[email protected]`](https://npmjs.com/package/botframework-directlinejs)
6061
- [`[email protected]`](https://npmjs.com/package/core-js)
6162
- [`[email protected]`](https://npmjs.com/package/markdown-it-attrs)
6263
- [`[email protected]`](https://npmjs.com/package/react-redux)

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package-lock.json

Lines changed: 409 additions & 276 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@babel/runtime": "7.19.0",
9393
"adaptivecards": "2.11.1",
94-
"botframework-directlinejs": "0.15.1",
94+
"botframework-directlinejs": "0.15.4",
9595
"botframework-directlinespeech-sdk": "0.0.0-0",
9696
"botframework-webchat-api": "0.0.0-0",
9797
"botframework-webchat-component": "0.0.0-0",

packages/core/package-lock.json

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "^18.14.1",
5252
"babel-plugin-istanbul": "^6.1.1",
5353
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
54-
"botframework-directlinejs": "^0.15.1",
54+
"botframework-directlinejs": "^0.15.4",
5555
"concurrently": "^7.6.0",
5656
"typescript": "^4.9.5"
5757
},

0 commit comments

Comments
 (0)