Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#8364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Jul 21, 2024
1 parent 30baa4f commit 2a0ea65
Show file tree
Hide file tree
Showing 4 changed files with 1,737 additions and 246 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-toys-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

chore(deps): update babel monorepo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dmg-license": "1.0.11"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.15.4",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@types/node": "16.18.55",
Expand Down
34 changes: 17 additions & 17 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,25 @@
},
"///": "babel in devDependencies for proton tests",
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.4",
"@babel/plugin-proposal-do-expressions": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/plugin-proposal-function-sent": "7.14.5",
"@babel/plugin-proposal-json-strings": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/core": "7.24.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-do-expressions": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-bind": "7.24.7",
"@babel/plugin-proposal-function-sent": "7.24.7",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-pipeline-operator": "7.24.7",
"@babel/plugin-proposal-throw-expressions": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@types/debug": "4.1.7",
"@types/ejs": "3.1.0",
"@types/hosted-git-info": "3.0.2",
Expand Down
Loading

0 comments on commit 2a0ea65

Please sign in to comment.