Fixing BotBuilder version.
This commit is contained in:
parent
045d2dbac9
commit
f71fdac42f
2 changed files with 10 additions and 7 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
## Version 0.1.2
|
||||||
|
- NEW: pragmatismo-io-framework updated.
|
||||||
|
|
||||||
## Version 0.1.0
|
## Version 0.1.0
|
||||||
- NEW: Migration to Bot Framework v4.
|
- NEW: Migration to Bot Framework v4.
|
||||||
|
|
||||||
|
|
|
||||||
14
package.json
14
package.json
|
|
@ -16,13 +16,13 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
"botbuilder": "^4.0.0-preview1.2",
|
"botbuilder": "4.0.0-preview1.2",
|
||||||
"botbuilder-ai": "^4.0.0-preview1.2",
|
"botbuilder-ai": "4.0.0-preview1.2",
|
||||||
"botbuilder-azure": "^4.0.0-preview1.2",
|
"botbuilder-azure": "4.0.0-preview1.2",
|
||||||
"botbuilder-choices": "^4.0.0-preview1.2",
|
"botbuilder-choices": "4.0.0-preview1.2",
|
||||||
"botbuilder-dialogs": "^4.0.0-preview1.2",
|
"botbuilder-dialogs": "4.0.0-preview1.2",
|
||||||
"botbuilder-location": "^2.0.0",
|
"botbuilder-location": "2.0.0",
|
||||||
"botbuilder-prompts": "^4.0.0-preview1.2",
|
"botbuilder-prompts": "4.0.0-preview1.2",
|
||||||
"chrono-node": "^1.3.5",
|
"chrono-node": "^1.3.5",
|
||||||
"dotenv-extended": "^2.3.0",
|
"dotenv-extended": "^2.3.0",
|
||||||
"iconv-lite": "^0.4.24",
|
"iconv-lite": "^0.4.24",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue