Skip to content

Commit

Permalink
Upgrade botbuilder-lg (microsoft#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
boydc2014 authored and cwhitten committed Oct 18, 2019
1 parent ed1659c commit 23582dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.1",
"bfj": "6.1.1",
"botbuilder-lg": "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.8.tgz",
"botbuilder-lg": "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.12.tgz",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"code-editor": "*",
"codemirror": "^5.45.0",
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"axios": "^0.18.0",
"azure-storage": "^2.10.3",
"body-parser": "^1.18.3",
"botbuilder-lg": "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.8.tgz",
"botbuilder-lg": "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.12.tgz",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"dotenv": "^8.1.0",
Expand All @@ -104,4 +104,4 @@
"morgan": "^1.9.1",
"rimraf": "^2.6.3"
}
}
}
13 changes: 10 additions & 3 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5087,14 +5087,16 @@ botbuilder-expression-parser@^4.5.9:
xmldom "^0.1.27"
xpath "0.0.27"

"botbuilder-lg@https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.8.tgz":
version "4.6.8"
resolved "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.8.tgz#24367ee35e33efdae7a31e390ba7d19a7d9166da"
"botbuilder-lg@https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.12.tgz":
version "4.6.12"
uid "9be19953ecbc5eca84f7dacfbda55567d7d197d8"
resolved "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-lg/-/4.6.12.tgz#9be19953ecbc5eca84f7dacfbda55567d7d197d8"
dependencies:
antlr4ts "0.5.0-alpha.1"
botbuilder-expression "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-expression/-/4.5.9.tgz"
botbuilder-expression-parser "https://botbuilder.myget.org/F/botbuilder-declarative/npm/botbuilder-expression-parser/-/4.5.9.tgz"
lodash "^4.17.11"
uuid "^3.3.3"

boxen@^1.2.1:
version "1.3.0"
Expand Down Expand Up @@ -18871,6 +18873,11 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

uuid@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==

uws@~9.14.0:
version "9.14.0"
resolved "https://registry.yarnpkg.com/uws/-/uws-9.14.0.tgz#fac8386befc33a7a3705cbd58dc47b430ca4dd95"
Expand Down

0 comments on commit 23582dd

Please sign in to comment.