Skip to content

Commit

Permalink
Locked botframework-schema to 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Jul 12, 2021
1 parent 3c6f7f1 commit 745cacb
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 157 deletions.
186 changes: 38 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"@uifabric/styling": "^5.20.0",
"base64url": "3.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"botframework-webchat": "4.14.0",
"botframework-webchat-core": "4.13.0",
"botframework-webchat-core": "4.14.0",
"core-js": "^3.6.5",
"eslint-plugin-react": "^7.12.3",
"markdown-it": "^8.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"applicationinsights": "^1.0.8",
"base64url": "3.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"chokidar": "^2.0.2",
"command-line-args": "^5.0.2",
"electron-updater": "4.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "^7.1.5",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"tslib": "^1.9.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bfemulator/sdk-shared": "^1.0.0",
"@bfemulator/app-shared": "^1.0.0",
"@bfemulator/sdk-client": "^1.0.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"deep-diff": "^1.0.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/luis/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bfemulator/sdk-shared": "^1.0.0",
"@bfemulator/ui-react": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"lscache": "^1.1.0",
"luis-apis": "2.5.1",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@bfemulator/ui-react": "^1.0.0",
"@uifabric/merge-styles": "^6.2.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"qnamaker": "^1.3.0",
"react": "16.8.6",
"react-dom": "16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "^7.1.5",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"tslib": "^1.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@babel/runtime": "^7.1.5",
"botframework-config": "4.4.0",
"botframework-schema": "^4.3.4",
"botframework-schema": "4.14.0",
"tslib": "^1.9.0",
"uuid": "^3.3.2"
},
Expand Down

0 comments on commit 745cacb

Please sign in to comment.