Skip to content

Commit

Permalink
chore: cleanup glint impl
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 11, 2024
1 parent 17fe81b commit 83b8aad
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 16 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@babel/core": "^7.24.5",
"@ember/test-helpers": "3.3.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@types/semver": "^7.5.8",
"bun-types": "^1.1.30",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -137,7 +137,10 @@
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"@glimmer/validator": "^0.92.3",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^5.3.0",
Expand All @@ -162,4 +165,4 @@
"@ember/[email protected]": "patches/@[email protected]"
}
}
}
}
10 changes: 5 additions & 5 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glimmer/validator": "^0.92.3",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"decorator-transforms": "^2.2.2",
"@embroider/addon-dev": "^4.3.1",
"@ember-data/request": "workspace:5.4.0-alpha.115",
Expand Down Expand Up @@ -124,4 +124,4 @@
"ember": {
"edition": "octane"
}
}
}
6 changes: 5 additions & 1 deletion tests/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"@embroider/macros": "^1.16.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@types/qunit": "^2.19.10",
"@warp-drive/core-types": "workspace:0.0.0-alpha.101",
"@warp-drive/schema-record": "workspace:0.0.0-alpha.101",
Expand Down Expand Up @@ -157,4 +161,4 @@
"dependencies": {
"pnpm-sync-dependencies-meta-injected": "0.0.14"
}
}
}
3 changes: 3 additions & 0 deletions tests/main/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"include": ["app/**/*", "config/**/*", "tests/**/*", "../../@types/ember-data-qunit-asserts"],
"glint": {
"environment": ["ember-loose", "ember-template-imports"]
},
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"module": "esnext",
Expand Down
9 changes: 5 additions & 4 deletions tests/warp-drive__ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
"@embroider/macros": "^1.16.6",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/template": "1.5.0",
"@warp-drive/core-types": "workspace:0.0.0-alpha.101",
"@warp-drive/internal-config": "workspace:5.4.0-alpha.115",
"@warp-drive/schema-record": "workspace:0.0.0-alpha.101",
Expand Down Expand Up @@ -136,4 +137,4 @@
"dependencies": {
"pnpm-sync-dependencies-meta-injected": "0.0.14"
}
}
}
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"glint": {
"environment": ["ember-loose", "ember-template-imports"]
},
"files": [],
"include": [],
"references": [
Expand Down

0 comments on commit 83b8aad

Please sign in to comment.