Skip to content

Commit 2a0ea65

Browse files
authoredJul 21, 2024··
chore(deps): update babel monorepo (#8364)
1 parent 30baa4f commit 2a0ea65

File tree

4 files changed

+1737
-246
lines changed

4 files changed

+1737
-246
lines changed
 

‎.changeset/slow-toys-camp.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
chore(deps): update babel monorepo

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dmg-license": "1.0.11"
4545
},
4646
"devDependencies": {
47-
"@babel/plugin-transform-modules-commonjs": "7.15.4",
47+
"@babel/plugin-transform-modules-commonjs": "7.24.8",
4848
"@changesets/changelog-github": "0.4.7",
4949
"@changesets/cli": "2.25.0",
5050
"@types/node": "16.18.55",

‎packages/app-builder-lib/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,25 @@
7878
},
7979
"///": "babel in devDependencies for proton tests",
8080
"devDependencies": {
81-
"@babel/core": "7.15.5",
82-
"@babel/plugin-proposal-class-properties": "7.14.5",
83-
"@babel/plugin-proposal-decorators": "7.15.4",
84-
"@babel/plugin-proposal-do-expressions": "7.14.5",
85-
"@babel/plugin-proposal-export-default-from": "7.14.5",
86-
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
87-
"@babel/plugin-proposal-function-bind": "7.14.5",
88-
"@babel/plugin-proposal-function-sent": "7.14.5",
89-
"@babel/plugin-proposal-json-strings": "7.14.5",
90-
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
91-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
92-
"@babel/plugin-proposal-numeric-separator": "7.14.5",
93-
"@babel/plugin-proposal-optional-chaining": "7.14.5",
94-
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
95-
"@babel/plugin-proposal-throw-expressions": "7.14.5",
81+
"@babel/core": "7.24.9",
82+
"@babel/plugin-proposal-class-properties": "7.18.6",
83+
"@babel/plugin-proposal-decorators": "7.24.7",
84+
"@babel/plugin-proposal-do-expressions": "7.24.7",
85+
"@babel/plugin-proposal-export-default-from": "7.24.7",
86+
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
87+
"@babel/plugin-proposal-function-bind": "7.24.7",
88+
"@babel/plugin-proposal-function-sent": "7.24.7",
89+
"@babel/plugin-proposal-json-strings": "7.18.6",
90+
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
91+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
92+
"@babel/plugin-proposal-numeric-separator": "7.18.6",
93+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
94+
"@babel/plugin-proposal-pipeline-operator": "7.24.7",
95+
"@babel/plugin-proposal-throw-expressions": "7.24.7",
9696
"@babel/plugin-syntax-dynamic-import": "7.8.3",
9797
"@babel/plugin-syntax-import-meta": "7.10.4",
98-
"@babel/preset-env": "7.15.6",
99-
"@babel/preset-react": "7.14.5",
98+
"@babel/preset-env": "7.24.8",
99+
"@babel/preset-react": "7.24.7",
100100
"@types/debug": "4.1.7",
101101
"@types/ejs": "3.1.0",
102102
"@types/hosted-git-info": "3.0.2",

‎pnpm-lock.yaml

+1,714-228
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.