Skip to content

Commit 42f7167

Browse files
chore(deps): update babel monorepo to v8
1 parent e647cee commit 42f7167

5 files changed

Lines changed: 2545 additions & 158 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"release": "release-it"
1010
},
1111
"devDependencies": {
12-
"@babel/eslint-parser": "7.28.6",
13-
"@babel/plugin-proposal-decorators": "7.28.6",
14-
"@babel/preset-env": "7.28.6",
12+
"@babel/eslint-parser": "8.0.1",
13+
"@babel/plugin-proposal-decorators": "8.0.1",
14+
"@babel/preset-env": "8.0.1",
1515
"@eslint/eslintrc": "3.3.3",
1616
"@eslint/js": "9.39.2",
1717
"@mermaid-js/mermaid-cli": "11.12.0",

packages/ember-simple-auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"ember-cookies": "^1.4.1"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.28.6",
38-
"@babel/eslint-parser": "7.28.6",
37+
"@babel/core": "8.0.1",
38+
"@babel/eslint-parser": "8.0.1",
3939
"@babel/plugin-proposal-class-properties": "7.18.6",
40-
"@babel/plugin-proposal-decorators": "7.28.6",
41-
"@babel/runtime": "7.28.6",
40+
"@babel/plugin-proposal-decorators": "8.0.1",
41+
"@babel/runtime": "8.0.0",
4242
"@embroider/addon-dev": "7.1.6",
4343
"@embroider/macros": "1.19.6",
4444
"@glint/core": "1.5.2",

packages/test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test:fastboot": "ember fastboot:test"
1919
},
2020
"devDependencies": {
21-
"@babel/eslint-parser": "7.28.6",
22-
"@babel/plugin-transform-typescript": "7.28.6",
21+
"@babel/eslint-parser": "8.0.1",
22+
"@babel/plugin-transform-typescript": "8.0.1",
2323
"@ember/legacy-built-in-components": "0.5.0",
2424
"@ember/optional-features": "2.2.0",
2525
"@ember/string": "3.1.1",

packages/test-esa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:one": "ember try:one"
2424
},
2525
"devDependencies": {
26-
"@babel/eslint-parser": "7.28.6",
26+
"@babel/eslint-parser": "8.0.1",
2727
"@ember/legacy-built-in-components": "0.5.0",
2828
"@ember/optional-features": "2.2.0",
2929
"@ember/string": "3.1.1",

0 commit comments

Comments
 (0)