Skip to content

Commit

Permalink
Update babel (#4556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut authored Oct 31, 2023
1 parent 663bc95 commit 0032ed7
Show file tree
Hide file tree
Showing 5 changed files with 1,919 additions and 1,771 deletions.
14 changes: 7 additions & 7 deletions libraries/adaptive-expressions-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"terser-webpack-plugin": "^4.2.3"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"babel-loader": "^8.0.6",
"ts-loader": "^7.0.5",
"typescript": "3.5.3",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"**/botbuilder-azure/@azure/core-auth/@azure/core-tracing": "1.0.0-preview.9",
"**/request/tough-cookie": "^4.1.3",
"**/request-promise/tough-cookie": "^4.1.3",
"**/request-promise-native/tough-cookie": "^4.1.3"
"**/request-promise-native/tough-cookie": "^4.1.3",
"**/istanbul-lib-instrument/@babel/core": "^7.23.2",
"**/@babel/plugin-proposal-class-properties/@babel/core": "^7.23.2"
},
"devDependencies": {
"@azure/logger": "^1.0.2",
Expand All @@ -68,7 +70,7 @@
"@typescript-eslint/parser": "^4.16.1",
"applicationinsights": "^1.7.5",
"browserify": "^17.0.0",
"depcheck": "^1.4.1",
"depcheck": "^1.4.7",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
14 changes: 7 additions & 7 deletions testing/browser-functional/browser-echo-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"start": "webpack-dev-server"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.23.2",
"botbuilder-core": "^4.5.1",
"botbuilder-dialogs": "~4.5.1",
"botframework-directlinejs": "~0.11.2",
"botframework-webchat": "4.5.0",
"core-js": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.4",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
Expand Down
Loading

0 comments on commit 0032ed7

Please sign in to comment.