FIX: Updated dependencies versions.
This commit is contained in:
parent
14daf8612d
commit
03e6fc47a2
3 changed files with 781 additions and 1149 deletions
|
@ -1,5 +1,9 @@
|
|||
# Release History
|
||||
|
||||
## Version 0.0.31
|
||||
|
||||
- FIX: Updated dependencies versions.
|
||||
|
||||
## Version 0.0.30
|
||||
|
||||
- FIX: Packages updated.
|
||||
|
|
1918
package-lock.json
generated
1918
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botserver",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"description": "General Bot Community Edition open-core server.",
|
||||
"main": "./src/app.ts",
|
||||
"homepage": "http://www.generalbot.com",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"async": "^2.6.1",
|
||||
"body-parser": "^1.18.3",
|
||||
"botbuilder": "^3.15.0",
|
||||
"botlib": "^0.0.31",
|
||||
"botlib": "^0.0.33",
|
||||
"chokidar": "^2.0.3",
|
||||
"csv-parse": "^2.4.0",
|
||||
"dotenv-extended": "^2.0.2",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"fs-extra": "^6.0.1",
|
||||
"fs-walk": "^0.0.2",
|
||||
"marked": "^0.3.12",
|
||||
"pragmatismo-io-framework": "^1.0.14",
|
||||
"pragmatismo-io-framework": "^1.0.15",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"request-promise-native": "^1.0.5",
|
||||
"sequelize": "^4.37.10",
|
||||
|
@ -64,6 +64,6 @@
|
|||
"mocha-typescript": "^1.1.14",
|
||||
"ts-node": "^6.0.5",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "^2.8.3"
|
||||
"typescript": "^2.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue