Skip to content

Commit 23f934e

Browse files
Merge pull request #612 from universal-ember/fix-update-deps
Update intetrnal deps
2 parents 9029080 + 65ceb96 commit 23f934e

5 files changed

Lines changed: 18 additions & 16 deletions

File tree

docs-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@babel/core": "^7.28.5",
6363
"@babel/plugin-transform-runtime": "^7.28.5",
6464
"@babel/plugin-transform-typescript": "^7.28.5",
65+
"@babel/runtime": "^7.28.4",
6566
"@ember/app-tsconfig": "^1.0.0",
6667
"@ember/optional-features": "^2.3.0",
6768
"@ember/string": "^4.0.0",

ember-primitives/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"files": [
1212
"addon-main.cjs",
1313
"dist",
14+
"src",
1415
"declarations"
1516
],
1617
"scripts": {
@@ -55,6 +56,7 @@
5556
"@babel/plugin-syntax-decorators": "^7.27.1",
5657
"@babel/plugin-transform-class-static-block": "^7.27.1",
5758
"@babel/plugin-transform-private-methods": "^7.27.1",
59+
"@babel/plugin-transform-typescript": "^7.28.5",
5860
"@babel/preset-typescript": "^7.28.5",
5961
"@ember/library-tsconfig": "^2.0.0",
6062
"@ember/test-helpers": "^5.4.1",

packages/which-heading-do-i-need/babel.config.cjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@ module.exports = {
1313
onlyRemoveTypeImports: true,
1414
},
1515
],
16-
[
17-
'babel-plugin-ember-template-compilation',
18-
{
19-
targetFormat: 'hbs',
20-
transforms: [],
21-
},
22-
],
23-
[
24-
'module:decorator-transforms',
25-
{
26-
runtime: {
27-
import: 'decorator-transforms/runtime-esm',
28-
},
29-
},
30-
],
3116
],
3217

3318
generatorOpts: {

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
},
4141
"devDependencies": {
4242
"@babel/core": "^7.28.5",
43+
"@babel/plugin-transform-runtime": "^7.28.5",
44+
"@babel/plugin-transform-typescript": "^7.28.5",
4345
"@ember/app-tsconfig": "^1.0.0",
4446
"@ember/optional-features": "^2.3.0",
4547
"@ember/string": "^4.0.0",
@@ -61,6 +63,7 @@
6163
"@types/eslint__js": "^9.14.0",
6264
"@types/qunit": "^2.19.10",
6365
"@types/rsvp": "^4.0.9",
66+
"babel-plugin-ember-template-compilation": "^3.0.1",
6467
"broccoli-asset-rev": "^3.0.0",
6568
"concurrently": "^9.2.1",
6669
"ember-cli": "~6.9.1",
@@ -74,7 +77,6 @@
7477
"ember-disable-prototype-extensions": "^1.1.3",
7578
"ember-load-initializers": "^3.0.1",
7679
"ember-modifier": "^4.2.2",
77-
"babel-plugin-ember-template-compilation": "^3.0.1",
7880
"ember-page-title": "^9.0.3",
7981
"ember-qunit": "^9.0.4",
8082
"ember-resolver": "^13.1.1",

0 commit comments

Comments
 (0)