Skip to content

Commit

Permalink
Update botbuilder version in TS samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Aug 29, 2024
1 parent d6a5d17 commit 86436c2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion samples/typescript_nodejs/00.empty-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder": "~4.23.0",
"replace": "~1.2.0",
"restify": "~10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/typescript_nodejs/01.console-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"watch": "nodemon --watch ./src -e ts --exec \"npm run start\""
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder": "~4.23.0",
"readline": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/typescript_nodejs/02.echo-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder": "~4.23.0",
"dotenv": "^8.2.0",
"replace": "^1.2.0",
"restify": "~10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/typescript_nodejs/03.welcome-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder": "~4.23.0",
"replace": "~1.2.0",
"restify": "~10.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/typescript_nodejs/05.multi-turn-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder-dialogs": "~4.22.1",
"botbuilder": "~4.23.0",
"botbuilder-dialogs": "~4.23.0",
"dotenv": "^8.2.0",
"replace": "~1.2.0",
"restify": "~10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions samples/typescript_nodejs/06.using-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder-dialogs": "~4.22.1",
"botbuilder": "~4.23.0",
"botbuilder-dialogs": "~4.23.0",
"dotenv": "^8.2.0",
"replace": "~1.2.0",
"restify": "~10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions samples/typescript_nodejs/13.core-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "1.1.4",
"botbuilder": "~4.22.1",
"botbuilder-ai": "~4.22.1",
"botbuilder-dialogs": "~4.22.1",
"botbuilder-testing": "~4.22.1",
"botbuilder": "~4.23.0",
"botbuilder-ai": "~4.23.0",
"botbuilder-dialogs": "~4.23.0",
"botbuilder-testing": "~4.23.0",
"dotenv": "^8.2.0",
"moment": "^2.30.1",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.22.1",
"botbuilder": "~4.23.0",
"dotenv": "^8.2.0",
"replace": "~1.2.0",
"restify": "~10.0.0"
Expand Down

0 comments on commit 86436c2

Please sign in to comment.