Skip to content

Commit

Permalink
Merge pull request #656 from Microsoft/benbrown/652
Browse files Browse the repository at this point in the history
Lock internal dependencies to patch version
  • Loading branch information
stevengum authored Nov 27, 2018
2 parents db27261 + 66fe6c7 commit 64c978c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-ai",
"author": "Microsoft Corp.",
"description": "Cognitive services extensions for Microsoft BotBuilder.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -25,7 +25,7 @@
"@types/node": "^9.3.0",
"@types/request-promise-native": "^1.0.10",
"azure-cognitiveservices-luis-runtime": "^1.0.0",
"botbuilder": "^4.0.0",
"botbuilder": "~4.1.6",
"html-entities": "^1.2.1",
"moment": "^2.20.1",
"ms-rest": "^2.3.6",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-azure",
"author": "Microsoft Corp.",
"description": "Azure extensions for Microsoft BotBuilder.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@types/node": "^9.3.0",
"azure-storage": "^2.10.2",
"botbuilder": "^4.0.0",
"botbuilder": "~4.1.6",
"documentdb": "1.14.5",
"flat": "^4.0.0",
"semaphore": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-core",
"author": "Microsoft Corp.",
"description": "Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"assert": "^1.4.1",
"botframework-schema": "^4.0.0"
"botframework-schema": "~4.1.6"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-dialogs",
"author": "Microsoft Corp.",
"description": "A dialog stack based conversation manager for Microsoft BotBuilder.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -25,7 +25,7 @@
"@microsoft/recognizers-text-number": "1.1.2",
"@microsoft/recognizers-text-suite": "1.1.2",
"@types/node": "^9.3.0",
"botbuilder-core": "^4.0.0"
"botbuilder-core": "~4.1.6"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder",
"author": "Microsoft Corp.",
"description": "Bot Builder is a framework for building rich bots on virtually any platform.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -23,8 +23,8 @@
"@types/filenamify": "^2.0.1",
"@types/node": "^9.3.0",
"async-file": "^2.0.2",
"botbuilder-core": "^4.0.0",
"botframework-connector": "^4.0.0",
"botbuilder-core": "~4.1.6",
"botframework-connector": "~4.1.6",
"filenamify": "^2.0.0",
"rimraf": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botframework-config",
"author": "Microsoft Corp.",
"description": "library for working with Bot Framework .bot configuration files",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"bots",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botframework-connector",
"author": "Microsoft Corp.",
"description": "Bot Connector is autorest generated connector client.",
"version": "4.0.0",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botconnector",
Expand All @@ -22,7 +22,7 @@
"@types/jsonwebtoken": "7.2.8",
"@types/node": "^9.3.0",
"base64url": "^3.0.0",
"botframework-schema": "^4.0.0",
"botframework-schema": "~4.1.6",
"form-data": "^2.3.3",
"jsonwebtoken": "8.0.1",
"ms-rest-azure-js": "1.0.176",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botframework-schema",
"version": "4.0.0",
"version": "4.1.6",
"description": "Activity schema for the Microsoft Bot Framework.",
"keywords": [
"botconnector",
Expand Down

0 comments on commit 64c978c

Please sign in to comment.