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

Commit bc1cc05

Browse files
authored
More package updates (#2466)
* update babel/runtime to 7.25.6 * add template * template build * fix template for mac * rm ado template
1 parent 134ee15 commit bc1cc05

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10256,7 +10256,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1025610256

1025710257
-------------------------------------------------------------------
1025810258

10259-
@babel/runtime 7.4.5 - MIT
10259+
@babel/runtime 7.25.6 - MIT
1026010260
Copyright (c) 2014-present Sebastian McKenzie and other contributors
1026110261

1026210262
Copyright 2013 Mathias Buus

packages/app/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "^4.2.0"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.1.5",
43+
"@babel/runtime": "^7.25.6",
4444
"@bfemulator/sdk-shared": "^1.0.0",
4545
"botframework-config": "^4.4.0",
4646
"botframework-schema": "^4.23.0",

packages/extensions/json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "",
77
"license": "ISC",
88
"dependencies": {
9-
"@babel/runtime": "^7.1.5",
9+
"@babel/runtime": "^7.25.6",
1010
"@bfemulator/app-shared": "^1.0.0",
1111
"@bfemulator/sdk-client": "^1.0.0",
1212
"@bfemulator/sdk-shared": "^1.0.0",

packages/extensions/luis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"dependencies": {
46-
"@babel/runtime": "^7.1.5",
46+
"@babel/runtime": "^7.25.6",
4747
"eslint-plugin-security": "^1.4.0"
4848
}
4949
}

packages/extensions/qnamaker/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/plugin-transform-runtime": "^7.19.6",
3434
"@babel/preset-env": "^7.20.2",
3535
"@babel/preset-typescript": "^7.18.6",
36-
"@babel/runtime": "^7.1.5",
36+
"@babel/runtime": "^7.25.6",
3737
"@types/jest": "24.0.13",
3838
"@types/node": "8.9.3",
3939
"@types/react": "16.9.17",

packages/extensions/qnamaker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"webpack-cli": "^4.0.0"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "^7.1.5",
19+
"@babel/runtime": "^7.25.6",
2020
"eslint-plugin-security": "^1.4.0"
2121
}
2222
}

packages/sdk/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "^4.2.0"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.1.5",
43+
"@babel/runtime": "^7.25.6",
4444
"@bfemulator/sdk-shared": "^1.0.0",
4545
"botframework-config": "^4.4.0",
4646
"botframework-schema": "^4.23.0",

packages/sdk/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript": "^4.2.0"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.1.5",
44+
"@babel/runtime": "^7.25.6",
4545
"botframework-config": "^4.4.0",
4646
"botframework-schema": "^4.23.0",
4747
"eslint-plugin-security": "^1.4.0",

packages/sdk/ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"webpack-cli": "^4.0.0"
5656
},
5757
"dependencies": {
58-
"@babel/runtime": "^7.1.5",
58+
"@babel/runtime": "^7.25.6",
5959
"@bfemulator/app-shared": "^1.0.0",
6060
"eslint-plugin-security": "^1.4.0",
6161
"react": "16.14.0",

0 commit comments

Comments
 (0)