fix(core.gbapp): Update of all packages and nodejs to 19.1.0.
This commit is contained in:
parent
f404cf2383
commit
fbbcdeec4c
2 changed files with 6408 additions and 1000 deletions
7372
package-lock.json
generated
7372
package-lock.json
generated
File diff suppressed because it is too large
Load diff
36
package.json
36
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "1.10.9",
|
"version": "3.0.0",
|
||||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index",
|
"types": "dist/index",
|
||||||
|
@ -23,30 +23,30 @@
|
||||||
"build-lib": "tsc"
|
"build-lib": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "3.2.2",
|
"async": "3.2.4",
|
||||||
"botbuilder": "4.11.0",
|
"botbuilder": "4.18.0",
|
||||||
"botbuilder-adapter-facebook": "1.0.11",
|
"botbuilder-adapter-facebook": "1.0.12",
|
||||||
"botbuilder-ai": "4.11.0",
|
"botbuilder-ai": "4.18.0",
|
||||||
"botbuilder-azure": "4.14.1",
|
"botbuilder-azure": "4.18.0",
|
||||||
"botbuilder-dialogs": "4.11.0",
|
"botbuilder-dialogs": "4.18.0",
|
||||||
"botframework-connector": "4.11.0",
|
"botframework-connector": "4.18.0",
|
||||||
"chrono-node": "2.3.2",
|
"chrono-node": "2.4.1",
|
||||||
"dotenv-extended": "2.9.0",
|
"dotenv-extended": "2.9.0",
|
||||||
"iconv-lite": "0.6.3",
|
"iconv-lite": "0.6.3",
|
||||||
"ms": "2.1.3",
|
"ms": "2.1.3",
|
||||||
"pragmatismo-io-framework": "1.0.20",
|
"pragmatismo-io-framework": "1.0.20",
|
||||||
"reflect-metadata": "0.1.13",
|
"reflect-metadata": "0.1.13",
|
||||||
"sequelize": "6.5.0",
|
"sequelize": "6.25.6",
|
||||||
"sequelize-cli": "6.2.0",
|
"sequelize-cli": "6.5.2",
|
||||||
"sequelize-typescript": "2.1.0",
|
"sequelize-typescript": "2.1.5",
|
||||||
"underscore": "1.13.1",
|
"underscore": "1.13.6",
|
||||||
"winston": "^3.3.3"
|
"winston": "^3.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/sequelize": "4.28.10",
|
"@types/sequelize": "4.28.14",
|
||||||
"@types/winston": "2.4.4",
|
"@types/winston": "2.4.4",
|
||||||
"ts-node": "10.4.0",
|
"ts-node": "10.9.1",
|
||||||
"typedoc": "0.22.8",
|
"typedoc": "0.23.21",
|
||||||
"typescript": "4.4.4"
|
"typescript": "4.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue