Skip to content

Commit

Permalink
More package updates (#2466)
Browse files Browse the repository at this point in the history
* update babel/runtime to 7.25.6

* add template

* template build

* fix template for mac

* rm ado template
  • Loading branch information
rido-min authored Sep 27, 2024
1 parent 134ee15 commit bc1cc05
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10256,7 +10256,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------

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

Copyright 2013 Mathias Buus
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 @@ -40,7 +40,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
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 @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/app-shared": "^1.0.0",
"@bfemulator/sdk-client": "^1.0.0",
"@bfemulator/sdk-shared": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/luis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"eslint-plugin-security": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@types/jest": "24.0.13",
"@types/node": "8.9.3",
"@types/react": "16.9.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"eslint-plugin-security": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"botframework-config": "^4.4.0",
"botframework-schema": "^4.23.0",
"eslint-plugin-security": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.25.6",
"@bfemulator/app-shared": "^1.0.0",
"eslint-plugin-security": "^1.4.0",
"react": "16.14.0",
Expand Down

0 comments on commit bc1cc05

Please sign in to comment.