|
49 | 49 | "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", |
50 | 50 | "lint:js": "eslint . --cache", |
51 | 51 | "lint:js:fix": "eslint . --fix", |
52 | | - "lint:types": "glint", |
| 52 | + "lint:types": "ember-tsc --noEmit", |
53 | 53 | "prepack": "rollup --config", |
54 | 54 | "start": "vite dev", |
55 | 55 | "test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0" |
|
74 | 74 | "@embroider/vite": "^1.1.5", |
75 | 75 | "@eslint/js": "^9.21.0", |
76 | 76 | "@glimmer/component": "^2.0.0", |
77 | | - "@glint/core": "^2.0.0-alpha.2", |
78 | | - "@glint/environment-ember-loose": "^2.0.0-alpha.2", |
79 | | - "@glint/environment-ember-template-imports": "^2.0.0-alpha.2", |
80 | | - "@glint/template": "^1.6.0-alpha.1", |
81 | | - "@glint/tsserver-plugin": "^2.0.0-alpha.2", |
| 77 | + "@glint/ember-tsc": "^1.0.3", |
| 78 | + "@glint/template": "^1.6.1", |
| 79 | + "@glint/tsserver-plugin": "^2.0.3", |
82 | 80 | "@rollup/plugin-babel": "^6.0.4", |
83 | 81 | "@types/qunit": "^2.19.12", |
84 | 82 | "babel-plugin-ember-template-compilation": "^3.0.1", |
|
103 | 101 | "testem": "^3.15.1", |
104 | 102 | "typescript": "~5.8.3", |
105 | 103 | "typescript-eslint": "^8.25.0", |
106 | | - "vite": "^6.2.4" |
| 104 | + "vite": "^6.3.6" |
107 | 105 | }, |
108 | 106 | "packageManager": "[email protected]", |
109 | 107 | "volta": { |
|
0 commit comments