Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 6b7d0f9

Browse files
tracyboehrerTracy Boehrer
andauthored
JS SDK 4.22.1 (#3941)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent 8f88bad commit 6b7d0f9

39 files changed

Lines changed: 72 additions & 72 deletions

File tree

samples/javascript_es6/01.browser-echo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@babel/runtime": "^7.1.5",
16-
"botbuilder-core": "~4.21.0",
16+
"botbuilder-core": "~4.22.1",
1717
"botframework-directlinejs": "~0.11.2",
1818
"botframework-webchat": "4.5.0",
1919
"core-js": "^3.0.1"

samples/javascript_nodejs/02.echo-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
19+
"botbuilder": "~4.22.1",
2020
"dotenv": "^8.2.0",
2121
"restify": "~10.0.0"
2222
},

samples/javascript_nodejs/03.welcome-users/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
19+
"botbuilder": "~4.22.1",
2020
"dotenv": "^8.2.0",
2121
"restify": "~10.0.0"
2222
},

samples/javascript_nodejs/05.multi-turn-prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
20-
"botbuilder-dialogs": "~4.21.0",
19+
"botbuilder": "~4.22.1",
20+
"botbuilder-dialogs": "~4.22.1",
2121
"dotenv": "^8.2.0",
2222
"path": "^0.12.7",
2323
"restify": "~10.0.0"

samples/javascript_nodejs/06.using-cards/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
20-
"botbuilder-dialogs": "~4.21.0",
19+
"botbuilder": "~4.22.1",
20+
"botbuilder-dialogs": "~4.22.1",
2121
"dotenv": "^8.2.0",
2222
"restify": "~10.0.0"
2323
},

samples/javascript_nodejs/07.using-adaptive-cards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
19+
"botbuilder": "~4.22.1",
2020
"dotenv": "^8.2.0",
2121
"restify": "~10.0.0"
2222
},

samples/javascript_nodejs/08.suggested-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
19+
"botbuilder": "~4.22.1",
2020
"dotenv": "^8.2.0",
2121
"restify": "~10.0.0"
2222
},

samples/javascript_nodejs/12.customQABot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
1717
},
1818
"dependencies": {
19-
"botbuilder": "~4.21.0",
20-
"botbuilder-ai": "~4.21.0",
19+
"botbuilder": "~4.22.1",
20+
"botbuilder-ai": "~4.22.1",
2121
"dotenv": "^8.2.0",
2222
"restify": "~10.0.0"
2323
},

samples/javascript_nodejs/13.core-bot/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"dependencies": {
1919
"@microsoft/recognizers-text-data-types-timex-expression": "1.1.4",
20-
"botbuilder": "~4.21.0",
21-
"botbuilder-ai": "~4.21.0",
22-
"botbuilder-dialogs": "~4.21.0",
23-
"botbuilder-testing": "~4.21.0",
20+
"botbuilder": "~4.22.1",
21+
"botbuilder-ai": "~4.22.1",
22+
"botbuilder-dialogs": "~4.22.1",
23+
"botbuilder-testing": "~4.22.1",
2424
"dotenv": "^8.2.0",
2525
"moment-timezone": "~0.5.33",
2626
"restify": "~10.0.0"

samples/javascript_nodejs/15.handling-attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"axios": "^0.21.2",
20-
"botbuilder": "~4.21.0",
20+
"botbuilder": "~4.22.1",
2121
"dotenv": "^8.2.0",
2222
"restify": "~10.0.0"
2323
},

0 commit comments

Comments
 (0)