|
48 | 48 | "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", |
49 | 49 | "lint:js": "eslint . --cache", |
50 | 50 | "lint:js:fix": "eslint . --fix", |
51 | | - "lint:types": "glint", |
| 51 | + "lint:types": "ember-tsc", |
52 | 52 | "prepack": "rollup --config", |
53 | 53 | "start": "vite dev", |
54 | 54 | "test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0" |
|
70 | 70 | "@embroider/macros": "^1.18.0", |
71 | 71 | "@embroider/vite": "^1.1.5", |
72 | 72 | "@glimmer/component": "^2.0.0", |
73 | | - "@glint/core": "^2.0.0-alpha.2", |
74 | | - "@glint/environment-ember-loose": "^2.0.0-alpha.2", |
75 | | - "@glint/environment-ember-template-imports": "^2.0.0-alpha.2", |
76 | | - "@glint/template": "^1.6.0-alpha.1", |
77 | | - "@glint/tsserver-plugin": "^2.0.0-alpha.2", |
| 73 | + "@glint/ember-tsc": "1.0.0", |
| 74 | + "@glint/template": "^1.6.1", |
| 75 | + "@glint/tsserver-plugin": "2.0.3", |
78 | 76 | "@nullvoxpopuli/eslint-configs": "^5.3.0", |
79 | 77 | "@rollup/plugin-babel": "^6.0.4", |
80 | 78 | "@types/qunit": "^2.19.12", |
|
0 commit comments