Skip to content

Commit

Permalink
Update to BotBuilder v3.8.1
Browse files Browse the repository at this point in the history
[node-MiddlewareLogging]
[node-SimpleTaskAutomation]
[node-CarouselCards]
[node-BasicMultiDialog]
[node-CreateNewConversation]
[node-MultiDialogs]
[node-ProactiveMessage]
[node-ProgressDialog]
[node-ReceiveAttachment]
[node-State]
  • Loading branch information
enzocano committed May 11, 2017
1 parent a086be9 commit 3542b72
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Node/capability-SimpleTaskAutomation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"uuid": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion Node/capability-middlewareLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/cards-CarouselCards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-CreateNewConversation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-MultiDialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"bluebird": "^3.4.7",
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-ProgressDIalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/core-ReceiveAttachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"bluebird": "^3.4.7",
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"restify": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-State/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-basicMultiDialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core-basicMultiDialog",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"dotenv": "^2.0.0",
"restify": "^4.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Node/core-proactiveMessages/simpleSendMessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/core-proactiveMessages/startNewDialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}

0 comments on commit 3542b72

Please sign in to comment.