Skip to content

Commit

Permalink
Johtaylo/fix dependencies (#792)
Browse files Browse the repository at this point in the history
* revert to old LUIS runtime library, pin LUIS and ms-rest dependencies

* pin some dependencies
  • Loading branch information
johnataylor authored and cleemullins committed Feb 21, 2019
1 parent 83cb63d commit de45b43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"html-entities": "^1.2.1",
"moment": "^2.20.1",
"ms-rest": "2.5.0",
"mstranslator": "^3.0.0",
"mstranslator": "3.0.0",
"request": "^2.87.0",
"request-promise-native": "1.0.5",
"url-parse": "^1.4.4"
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-applicationinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"appinsights-usage": "^1.0.2",
"applicationinsights": "^1.0.7",
"applicationinsights-js": "^1.0.20",
"appinsights-usage": "1.0.2",
"applicationinsights": "1.0.7",
"applicationinsights-js": "1.0.20",
"botbuilder-core": "^4.1.6",
"cls-hooked": "^4.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@types/node": "^10.12.18",
"azure-storage": "^2.10.2",
"azure-storage": "2.10.2",
"botbuilder": "~4.1.6",
"documentdb": "1.14.5",
"flat": "^4.0.0",
Expand Down

0 comments on commit de45b43

Please sign in to comment.