Skip to content

Commit

Permalink
Bump @azure/ms-rest-js to 1.9.0
Browse files Browse the repository at this point in the history
Fixes #183
  • Loading branch information
Josh Gummersall committed Oct 13, 2020
1 parent d5458bf commit 3b1b800
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@azure/cognitiveservices-luis-runtime": "2.0.0",
"@azure/ms-rest-js": "1.8.15",
"@azure/ms-rest-js": "1.9.0",
"@microsoft/recognizers-text-date-time": "1.1.4",
"@types/node": "^10.17.27",
"botbuilder-core": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@azure/ms-rest-js": "1.8.15",
"@azure/ms-rest-js": "1.9.0",
"@types/node": "^10.17.27",
"axios": "^0.19.0",
"botbuilder-core": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"browser": "lib/browser.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@azure/ms-rest-js": "1.8.15",
"@azure/ms-rest-js": "1.9.0",
"adal-node": "0.2.1",
"base64url": "^3.0.0",
"botframework-schema": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"update-versions": "lerna run set-version && npm run set-dependency-versions"
},
"dependencies": {
"@azure/ms-rest-js": "1.8.15",
"@azure/ms-rest-js": "1.9.0",
"@microsoft/api-extractor": "^7.7.12",
"@types/jsonwebtoken": "7.2.8",
"@types/lodash": "^4.14.134",
Expand Down

0 comments on commit 3b1b800

Please sign in to comment.