Compare commits
4 commits
main
...
greenkeepe
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2025385cfd | ||
![]() |
2fb8c47ed7 | ||
![]() |
b3a0600237 | ||
![]() |
3c1261a58a |
4 changed files with 6542 additions and 7814 deletions
3262
package-lock.json
generated
3262
package-lock.json
generated
File diff suppressed because it is too large
Load diff
44
package.json
44
package.json
|
@ -47,46 +47,46 @@
|
|||
"commit": "git-cz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/microsoft-graph-client": "1.5.2",
|
||||
"@microsoft/microsoft-graph-client": "1.6.0",
|
||||
"@semantic-release/exec": "^3.3.2",
|
||||
"adal-node": "0.1.28",
|
||||
"async": "2.6.2",
|
||||
"async-promises": "0.2.1",
|
||||
"azure-arm-cognitiveservices": "2.4.1",
|
||||
"async-promises": "0.2.2",
|
||||
"azure-arm-cognitiveservices": "3.0.0",
|
||||
"azure-arm-resource": "7.3.0",
|
||||
"azure-arm-search": "^1.3.0-preview",
|
||||
"azure-arm-sql": "5.6.0",
|
||||
"azure-arm-sql": "5.7.0",
|
||||
"azure-arm-website": "5.7.0",
|
||||
"bluebird": "^3.5.4",
|
||||
"body-parser": "1.18.3",
|
||||
"botbuilder": "4.3.4",
|
||||
"botbuilder-ai": "4.3.4",
|
||||
"botbuilder-azure": "4.3.4",
|
||||
"body-parser": "1.19.0",
|
||||
"botbuilder": "4.4.0",
|
||||
"botbuilder-ai": "4.4.0",
|
||||
"botbuilder-azure": "4.4.0",
|
||||
"botbuilder-choices": "4.0.0-preview1.2",
|
||||
"botbuilder-dialogs": "4.3.4",
|
||||
"botbuilder-dialogs": "4.4.0",
|
||||
"botbuilder-prompts": "4.0.0-preview1.2",
|
||||
"botlib": "0.1.24",
|
||||
"chai": "4.2.0",
|
||||
"child_process": "^1.0.2",
|
||||
"chokidar": "2.1.5",
|
||||
"chokidar": "3.0.0",
|
||||
"cli-spinner": "^0.2.10",
|
||||
"csv-parse": "4.3.4",
|
||||
"csv-parse": "4.4.1",
|
||||
"dotenv-extended": "2.4.0",
|
||||
"express": "4.16.4",
|
||||
"express-promise-router": "3.0.3",
|
||||
"fs-extra": "7.0.1",
|
||||
"fs-extra": "8.0.0",
|
||||
"ip": "^1.1.5",
|
||||
"js-beautify": "^1.9.1",
|
||||
"localize": "0.4.7",
|
||||
"marked": "0.6.2",
|
||||
"mocha": "6.0.2",
|
||||
"mocha": "6.1.4",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"ms": "2.1.1",
|
||||
"ms-rest-azure": "2.6.0",
|
||||
"ms-rest-js": "^1.0.1",
|
||||
"nexmo": "2.4.1",
|
||||
"ngrok": "3.1.1",
|
||||
"nyc": "13.3.0",
|
||||
"nyc": "14.1.1",
|
||||
"opn": "6.0.0",
|
||||
"pragmatismo-io-framework": "1.0.19",
|
||||
"process-exists": "3.1.0",
|
||||
|
@ -96,19 +96,19 @@
|
|||
"request-promise-native": "1.0.7",
|
||||
"scanf": "^1.0.2",
|
||||
"sequelize": "^5.2.12",
|
||||
"sequelize-typescript": "0.6.9",
|
||||
"sequelize-typescript": "0.6.10",
|
||||
"shx": "0.3.2",
|
||||
"simple-git": "1.110.0",
|
||||
"sqlite3": "4.0.6",
|
||||
"simple-git": "1.113.0",
|
||||
"sqlite3": "4.0.8",
|
||||
"strict-password-generator": "^1.1.2",
|
||||
"swagger-client": "3.8.25",
|
||||
"tedious": "6.1.0",
|
||||
"tedious": "6.1.1",
|
||||
"temperature-js": "^0.1.0",
|
||||
"ts-node": "8.0.3",
|
||||
"ts-node": "8.1.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typedoc-plugin-external-module-name": "^2.0.0",
|
||||
"typedoc-plugin-markdown": "^1.1.27",
|
||||
"typescript": "3.4.1",
|
||||
"typescript": "3.4.5",
|
||||
"url-join": "4.0.0",
|
||||
"vbscript-to-typescript": "^1.0.8",
|
||||
"wait-until": "0.0.2",
|
||||
|
@ -124,7 +124,7 @@
|
|||
"@semantic-release/release-notes-generator": "^7.1.4",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/mocha": "5.2.6",
|
||||
"@types/sequelize": "4.27.46",
|
||||
"@types/sequelize": "4.27.49",
|
||||
"@types/url-join": "4.0.0",
|
||||
"@types/winston": "2.4.4",
|
||||
"ban-sensitive-files": "1.9.2",
|
||||
|
@ -141,7 +141,7 @@
|
|||
"semantic-release": "^15.13.3",
|
||||
"standard": "12.0.1",
|
||||
"travis-deploy-once": "5.0.11",
|
||||
"ts-loader": "^5.3.3",
|
||||
"ts-loader": "^6.0.0",
|
||||
"tslint": "^5.15.0",
|
||||
"tslint-microsoft-contrib": "^6.1.0"
|
||||
},
|
||||
|
|
11026
packages/default.gbui/package-lock.json
generated
11026
packages/default.gbui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,20 +7,20 @@
|
|||
"license": "AGPL-3.0",
|
||||
"homepage": ".",
|
||||
"dependencies": {
|
||||
"ajv": "6.6.1",
|
||||
"botframework-directlinejs": "0.10.0",
|
||||
"botframework-webchat": "4.2.0",
|
||||
"ajv": "6.10.0",
|
||||
"botframework-directlinejs": "0.11.4",
|
||||
"botframework-webchat": "4.4.1",
|
||||
"deep-extend": "0.6.0",
|
||||
"fetch": "1.1.0",
|
||||
"msal": "0.2.3",
|
||||
"powerbi-client": "2.6.5",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "16.6.3",
|
||||
"react-helmet": "5.2.0",
|
||||
"react-player": "1.7.1",
|
||||
"react-powerbi": "0.3.1",
|
||||
"react-scripts": "2.1.1",
|
||||
"react-transition-group": "2.5.1",
|
||||
"msal": "1.0.0",
|
||||
"powerbi-client": "2.7.3",
|
||||
"react": "16.8.6",
|
||||
"react-dom": "16.8.6",
|
||||
"react-helmet": "5.2.1",
|
||||
"react-player": "1.11.0",
|
||||
"react-powerbi": "0.4.1",
|
||||
"react-scripts": "3.0.1",
|
||||
"react-transition-group": "4.0.1",
|
||||
"rxjs": "^6.3.3",
|
||||
"url-join": "4.0.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue