Skip to content

Commit

Permalink
update botbuilder to 4.8.0 in nodejs (microsoft#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnataylor authored Mar 24, 2020
1 parent 12c8736 commit b46498b
Show file tree
Hide file tree
Showing 38 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/01.console-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder-core": "~4.7.0",
"botbuilder-core": "~4.8.0",
"dotenv": "^8.2.0",
"path": "^0.12.7",
"readline": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/02.echo-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/03.welcome-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/05.multi-turn-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"path": "^0.12.7",
"restify": "~8.4.0"
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/06.using-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/11.qnamaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions samples/javascript_nodejs/13.core-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "^1.1.4",
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder-testing": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"botbuilder-testing": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions samples/javascript_nodejs/14.nlp-with-dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder-azure": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"botbuilder-azure": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/16.proactive-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"fetch-ponyfill": "^6.1.0",
"moment": "^2.24.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/17.multilingual-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"restify": "~8.4.0"
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/18.bot-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/19.custom-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"license": "MIT",
"dependencies": {
"@microsoft/recognizers-text-data-types-timex-expression": "^1.1.4",
"botbuilder": "^4.5.3",
"botbuilder-ai": "^4.5.3",
"botbuilder-applicationinsights": "^4.5.3",
"botbuilder-dialogs": "^4.5.3",
"botbuilder": "^4.8.0",
"botbuilder-ai": "^4.8.0",
"botbuilder-applicationinsights": "^4.8.0",
"botbuilder-dialogs": "^4.8.0",
"dotenv": "^8.1.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/23.facebook-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@microsoft/microsoft-graph-client": "~2.0.0",
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/25.message-reaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/43.complex-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@microsoft/recognizers-text-suite": "^1.1.4",
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/45.state-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/javascript_nodejs/46.teams-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/javascript_nodejs/47.inspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "^8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "^8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@microsoft/microsoft-graph-client": "~2.0.0",
"axios": "^0.19.0",
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder": "~4.8.0",
"dotenv": "^8.0.0",
"restify": "~8.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botbuilder-ai": "~4.7.0",
"botbuilder-dialogs": "~4.7.0",
"botbuilder": "~4.8.0",
"botbuilder-ai": "~4.8.0",
"botbuilder-dialogs": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "^8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botframework-connector": "~4.7.0",
"botbuilder": "~4.8.0",
"botframework-connector": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com"
},
"dependencies": {
"botbuilder": "~4.7.0",
"botframework-connector": "~4.7.0",
"botbuilder": "~4.8.0",
"botframework-connector": "~4.8.0",
"dotenv": "^8.2.0",
"restify": "~8.4.0"
},
Expand Down

0 comments on commit b46498b

Please sign in to comment.