Finishing merge on v4 branch.
This commit is contained in:
parent
66e1e62ef7
commit
3545157dad
1 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
|
@ -24,25 +24,25 @@
|
|||
"botbuilder-prompts": "^4.0.0-preview1.2",
|
||||
"botbuilder-location": "^2.0.0",
|
||||
"chrono-node": "^1.3.5",
|
||||
"dotenv-extended": "^2.0.2",
|
||||
"iconv-lite": "^0.4.19",
|
||||
"pragmatismo-io-framework": "^1.0.14",
|
||||
"dotenv-extended": "^2.2.0",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"pragmatismo-io-framework": "^1.0.15",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"sequelize": "^4.37.10",
|
||||
"sequelize-typescript": "^0.6.3",
|
||||
"sequelize": "^4.38.0",
|
||||
"sequelize-typescript": "^0.6.6",
|
||||
"wait-until": "^0.0.2",
|
||||
"winston": "^2.4.2"
|
||||
"winston": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.1.3",
|
||||
"@types/mocha": "^5.2.0",
|
||||
"@types/sequelize": "^4.27.20",
|
||||
"@types/winston": "^2.3.9",
|
||||
"@types/chai": "^4.1.4",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/sequelize": "^4.27.25",
|
||||
"@types/winston": "^2.4.4",
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha-typescript": "^1.1.14",
|
||||
"ts-node": "^6.0.5",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "^2.8.3"
|
||||
"mocha-typescript": "^1.1.17",
|
||||
"ts-node": "^7.0.1",
|
||||
"typedoc": "^0.12.0",
|
||||
"typescript": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue