Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 745cacb

Browse files
committed
Locked botframework-schema to 4.14.0
1 parent 3c6f7f1 commit 745cacb

9 files changed

Lines changed: 47 additions & 157 deletions

File tree

package-lock.json

Lines changed: 38 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
"@uifabric/styling": "^5.20.0",
110110
"base64url": "3.0.0",
111111
"botframework-config": "4.4.0",
112-
"botframework-schema": "^4.3.4",
112+
"botframework-schema": "4.14.0",
113113
"botframework-webchat": "4.14.0",
114-
"botframework-webchat-core": "4.13.0",
114+
"botframework-webchat-core": "4.14.0",
115115
"core-js": "^3.6.5",
116116
"eslint-plugin-react": "^7.12.3",
117117
"markdown-it": "^8.4.2",

packages/app/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"applicationinsights": "^1.0.8",
136136
"base64url": "3.0.0",
137137
"botframework-config": "4.4.0",
138-
"botframework-schema": "^4.3.4",
138+
"botframework-schema": "4.14.0",
139139
"chokidar": "^2.0.2",
140140
"command-line-args": "^5.0.2",
141141
"electron-updater": "4.3.5",

packages/app/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.1.5",
4444
"@bfemulator/sdk-shared": "^1.0.0",
4545
"botframework-config": "4.4.0",
46-
"botframework-schema": "^4.3.4",
46+
"botframework-schema": "4.14.0",
4747
"tslib": "^1.9.0"
4848
},
4949
"jest": {

packages/extensions/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@bfemulator/sdk-shared": "^1.0.0",
1212
"@bfemulator/app-shared": "^1.0.0",
1313
"@bfemulator/sdk-client": "^1.0.0",
14-
"botframework-schema": "^4.3.4",
14+
"botframework-schema": "4.14.0",
1515
"deep-diff": "^1.0.2",
1616
"react": "16.8.6",
1717
"react-dom": "16.8.6",

packages/extensions/luis/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@bfemulator/sdk-shared": "^1.0.0",
1212
"@bfemulator/ui-react": "^1.0.0",
1313
"botframework-config": "4.4.0",
14-
"botframework-schema": "^4.3.4",
14+
"botframework-schema": "4.14.0",
1515
"lscache": "^1.1.0",
1616
"luis-apis": "2.5.1",
1717
"react": "16.8.6",

packages/extensions/qnamaker/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@bfemulator/ui-react": "^1.0.0",
1111
"@uifabric/merge-styles": "^6.2.0",
1212
"botframework-config": "4.4.0",
13-
"botframework-schema": "^4.3.4",
13+
"botframework-schema": "4.14.0",
1414
"qnamaker": "^1.3.0",
1515
"react": "16.8.6",
1616
"react-dom": "16.8.6"

packages/sdk/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.1.5",
4444
"@bfemulator/sdk-shared": "^1.0.0",
4545
"botframework-config": "4.4.0",
46-
"botframework-schema": "^4.3.4",
46+
"botframework-schema": "4.14.0",
4747
"tslib": "^1.9.0"
4848
}
4949
}

packages/sdk/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.1.5",
4646
"botframework-config": "4.4.0",
47-
"botframework-schema": "^4.3.4",
47+
"botframework-schema": "4.14.0",
4848
"tslib": "^1.9.0",
4949
"uuid": "^3.3.2"
5050
},

0 commit comments

Comments
 (0)