Skip to content

Commit 97c8bbe

Browse files
Update babel monorepo
1 parent ce27da4 commit 97c8bbe

File tree

5 files changed

+922
-781
lines changed

5 files changed

+922
-781
lines changed

apps/ember-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "ember test -tp 0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.25.9",
26+
"@babel/core": "7.26.0",
2727
"@ember/optional-features": "2.2.0",
2828
"@ember/string": "4.0.0",
2929
"@ember/test-helpers": "4.0.4",

apps/ember-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"test": "vite build --mode test && ember test --path dist"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.25.9",
27+
"@babel/core": "7.26.0",
2828
"@babel/eslint-parser": "7.25.9",
29-
"@babel/plugin-proposal-decorators": "7.24.7",
29+
"@babel/plugin-proposal-decorators": "7.25.9",
3030
"@ember/optional-features": "2.2.0",
3131
"@ember/string": "4.0.0",
3232
"@ember/test-helpers": "4.0.4",

apps/ember-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "ember test -tp 0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.25.9",
26+
"@babel/core": "7.26.0",
2727
"@ember/optional-features": "2.2.0",
2828
"@ember/string": "4.0.0",
2929
"@ember/test-helpers": "4.0.4",

packages/ember/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@glimmer/tracking": "^1.1.2"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "7.25.9",
48+
"@babel/core": "7.26.0",
4949
"@babel/plugin-transform-typescript": "7.25.9",
50-
"@babel/runtime": "7.25.9",
50+
"@babel/runtime": "7.26.0",
5151
"@embroider/addon-dev": "7.0.0",
5252
"@glimmer/component": "2.0.0",
5353
"@glimmer/tracking": "1.1.2",

0 commit comments

Comments
 (0)