minor(all): Packages updates
This commit is contained in:
parent
fd067658cd
commit
091e8bd22d
2 changed files with 929 additions and 758 deletions
1647
package-lock.json
generated
1647
package-lock.json
generated
File diff suppressed because it is too large
Load diff
40
package.json
40
package.json
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index",
|
||||
"homepage": "http://www.generalbots.ai",
|
||||
"contributors": [
|
||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
||||
"João Antonio Ferreira <joao.parana@gmail.com>",
|
||||
"Jorge Ramos <jramos@pobox.com>"
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
|
@ -15,34 +16,35 @@
|
|||
"url": "https://github.com/GeneralBots/BotLib.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "2.6.2",
|
||||
"botbuilder": "4.4.0",
|
||||
"botbuilder-ai": "4.4.0",
|
||||
"botbuilder-azure": "4.4.0",
|
||||
"async": "2.6.3",
|
||||
"botbuilder": "4.6.0",
|
||||
"botbuilder-ai": "4.6.0",
|
||||
"botbuilder-azure": "4.6.0",
|
||||
"botbuilder-choices": "4.0.0-preview1.2",
|
||||
"botbuilder-dialogs": "4.4.0",
|
||||
"botbuilder-dialogs": "4.6.0",
|
||||
"botbuilder-prompts": "4.0.0-preview1.2",
|
||||
"chrono-node": "1.3.11",
|
||||
"dotenv-extended": "2.4.0",
|
||||
"iconv-lite": "0.4.24",
|
||||
"ms": "2.1.1",
|
||||
"pragmatismo-io-framework": "1.0.19",
|
||||
"dotenv-extended": "2.5.0",
|
||||
"iconv-lite": "0.5.0",
|
||||
"ms": "2.1.2",
|
||||
"pragmatismo-io-framework": "1.0.20",
|
||||
"reflect-metadata": "0.1.13",
|
||||
"sequelize": "5.8.6",
|
||||
"sequelize-typescript": "0.6.10",
|
||||
"sequelize": "5.21.2",
|
||||
"sequelize-typescript": "0.6.11",
|
||||
"wait-until": "0.0.2",
|
||||
"winston": "3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/mocha": "5.2.6",
|
||||
"@types/sequelize": "4.27.49",
|
||||
"@types/chai": "4.2.5",
|
||||
"@types/mocha": "5.2.7",
|
||||
"@types/sequelize": "4.28.6",
|
||||
"@types/winston": "2.4.4",
|
||||
"chai": "4.2.0",
|
||||
"mocha": "6.1.4",
|
||||
"mocha": "6.2.2",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"ts-node": "8.1.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.4.5"
|
||||
"ts-node": "8.5.0",
|
||||
"typedoc": "0.15.1",
|
||||
"typescript": "3.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue