Skip to content

Commit a5f26c4

Browse files
chore(deps): update dependency babel-plugin-ember-template-compilation to v3
1 parent 2346f22 commit a5f26c4

File tree

8 files changed

+17
-29
lines changed

8 files changed

+17
-29
lines changed

pnpm-lock.yaml

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

tests/experiments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@warp-drive/holodeck": "workspace:*",
5959
"@warp-drive/internal-config": "workspace:*",
6060
"@warp-drive/schema-record": "workspace:*",
61-
"babel-plugin-ember-template-compilation": "^2.4.1",
61+
"babel-plugin-ember-template-compilation": "^3.0.0",
6262
"decorator-transforms": "^2.3.0",
6363
"ember-source": "^6.6.0",
6464
"ember-strict-application-resolver": "^0.1.0",

tests/framework-ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@glint/template": "alpha",
4141
"@glint/tsserver-plugin": "alpha",
4242
"@rollup/plugin-babel": "^6.0.4",
43-
"babel-plugin-ember-template-compilation": "^2.4.1",
43+
"babel-plugin-ember-template-compilation": "^3.0.0",
4444
"ember-source": "^6.6.0",
4545
"ember-strict-application-resolver": "^0.1.0",
4646
"rollup": "^4.48.0",

tests/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@embroider/vite": "^1.2.0",
4747
"@glimmer/component": "^2.0.0",
4848
"@rollup/plugin-babel": "^6.0.4",
49-
"babel-plugin-ember-template-compilation": "^2.4.1",
49+
"babel-plugin-ember-template-compilation": "^3.0.0",
5050
"bun-types": "^1.2.20",
5151
"decorator-transforms": "^2.3.0",
5252
"ember-auto-import": "2.10.0",

tests/smoke-tests/dt-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/rsvp": "^4.0.9",
7676
"@typescript-eslint/eslint-plugin": "^8.40.0",
7777
"@typescript-eslint/parser": "^8.40.0",
78-
"babel-plugin-ember-template-compilation": "^2.4.1",
78+
"babel-plugin-ember-template-compilation": "^3.0.0",
7979
"concurrently": "^9.2.0",
8080
"decorator-transforms": "^2.3.0",
8181
"ember-auto-import": "2.10.0",

tests/smoke-tests/native-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/rsvp": "^4.0.9",
5858
"@typescript-eslint/eslint-plugin": "^8.40.0",
5959
"@typescript-eslint/parser": "^8.40.0",
60-
"babel-plugin-ember-template-compilation": "^2.4.1",
60+
"babel-plugin-ember-template-compilation": "^3.0.0",
6161
"concurrently": "^9.2.0",
6262
"decorator-transforms": "^2.3.0",
6363
"ember-auto-import": "2.10.0",

tests/vite-basic-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@warp-drive/internal-config": "workspace:*",
5959
"@warp-drive/ember": "workspace:*",
6060
"@warp-drive/core": "workspace:*",
61-
"babel-plugin-ember-template-compilation": "^2.4.1",
61+
"babel-plugin-ember-template-compilation": "^3.0.0",
6262
"concurrently": "^9.2.0",
6363
"decorator-transforms": "^2.3.0",
6464
"ember-auto-import": "2.10.0",

warp-drive-packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@ember/test-waiters": "^4.1.1",
7070
"@warp-drive/internal-config": "workspace:*",
7171
"@warp-drive/core": "workspace:*",
72-
"babel-plugin-ember-template-compilation": "^2.4.1",
72+
"babel-plugin-ember-template-compilation": "^3.0.0",
7373
"ember-template-imports": "^4.3.0",
7474
"ember-source": "~6.6.0",
7575
"rollup": "^4.48.0",

0 commit comments

Comments
 (0)