Skip to content

Commit

Permalink
Lock exact versions across dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cleemullins committed Jul 9, 2019
1 parent 8b4d340 commit aaa43df
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@azure/ms-rest-js": "1.8.13",
"@microsoft/recognizers-text-date-time": "1.1.2",
"@types/node": "^10.12.18",
"botbuilder-core": "~4.1.6",
"botbuilder-core": "4.1.6",
"moment": "^2.20.1",
"node-fetch": "^2.3.0",
"url-parse": "^1.4.4"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-applicationinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"appinsights-usage": "1.0.2",
"applicationinsights": "1.2.0",
"applicationinsights-js": "1.0.20",
"botbuilder-core": "^4.1.6",
"botbuilder-core": "4.1.6",
"cls-hooked": "^4.2.2"
},
"devDependencies": {
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 @@ -24,7 +24,7 @@
"@types/documentdb": "^1.10.5",
"@types/node": "^10.12.18",
"azure-storage": "2.10.2",
"botbuilder": "~4.1.6",
"botbuilder": "4.1.6",
"documentdb": "1.14.5",
"flat": "^4.0.0",
"semaphore": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"assert": "^1.4.1",
"botframework-schema": "~4.1.6"
"botframework-schema": "4.1.6"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@microsoft/recognizers-text-number": "1.1.2",
"@microsoft/recognizers-text-suite": "1.1.2",
"@types/node": "^10.12.18",
"botbuilder-core": "~4.1.6"
"botbuilder-core": "4.1.6"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"botbuilder-core": "~4.1.6",
"botbuilder-dialogs": "~4.1.6",
"botbuilder-core": "4.1.6",
"botbuilder-dialogs": "4.1.6",
"mocha-logger": "^1.0.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@types/node": "^10.12.18",
"botbuilder-core": "~4.1.6",
"botframework-connector": "~4.1.6",
"botbuilder-core": "4.1.6",
"botframework-connector": "4.1.6",
"filenamify": "^4.1.0",
"fs-extra": "^7.0.1"
},
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 @@ -23,7 +23,7 @@
"@types/jsonwebtoken": "7.2.8",
"@types/node": "^10.12.18",
"base64url": "^3.0.0",
"botframework-schema": "~4.1.6",
"botframework-schema": "4.1.6",
"form-data": "^2.3.3",
"jsonwebtoken": "8.0.1",
"nock": "^10.0.3",
Expand Down
8 changes: 4 additions & 4 deletions libraries/testbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "",
"license": "MIT",
"dependencies": {
"botbuilder": "^4.1.6",
"botbuilder-ai": "^4.1.6",
"botbuilder-dialogs": "^4.1.6",
"botbuilder-testing": "^4.1.6",
"botbuilder": "4.1.6",
"botbuilder-ai": "4.1.6",
"botbuilder-dialogs": "4.1.6",
"botbuilder-testing": "4.1.6",
"@microsoft/recognizers-text-data-types-timex-expression": "^1.1.4",
"dotenv": "^6.1.0",
"restify": "^8.3.0"
Expand Down

0 comments on commit aaa43df

Please sign in to comment.