Skip to content

Commit a611a04

Browse files
committed
1 parent 6691ea1 commit a611a04

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

blueprints/app/files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"test:ember": "ember test"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.26.0<% if (!typescript) { %>",
29+
"@babel/core": "^7.26.0",
3030
"@babel/eslint-parser": "^7.25.9",
31-
"@babel/plugin-proposal-decorators": "^7.25.9<% } %><% if (typescript) { %>",
31+
"@babel/plugin-proposal-decorators": "^7.25.9<% if (typescript) { %>",
3232
"@ember-data/adapter": "~5.4.0-beta.12",
3333
"@ember-data/graph": "~5.4.0-beta.12",
3434
"@ember-data/json-api": "~5.4.0-beta.12",

tests/fixtures/addon/typescript/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"ember-cli-htmlbars": "^6.3.0"
5252
},
5353
"devDependencies": {
54+
"@babel/eslint-parser": "^7.25.9",
55+
"@babel/plugin-proposal-decorators": "^7.25.9",
5456
"@ember/optional-features": "^2.2.0",
5557
"@ember/test-helpers": "^4.0.4",
5658
"@embroider/test-setup": "^4.0.0",

tests/fixtures/app/typescript-embroider/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.26.0",
30+
"@babel/eslint-parser": "^7.25.9",
31+
"@babel/plugin-proposal-decorators": "^7.25.9",
3032
"@ember-data/adapter": "~5.4.0-beta.12",
3133
"@ember-data/graph": "~5.4.0-beta.12",
3234
"@ember-data/json-api": "~5.4.0-beta.12",

tests/fixtures/app/typescript/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.26.0",
30+
"@babel/eslint-parser": "^7.25.9",
31+
"@babel/plugin-proposal-decorators": "^7.25.9",
3032
"@ember-data/adapter": "~5.4.0-beta.12",
3133
"@ember-data/graph": "~5.4.0-beta.12",
3234
"@ember-data/json-api": "~5.4.0-beta.12",

0 commit comments

Comments
 (0)