|
13 | 13 | "scripts": { |
14 | 14 | "build": "vite build", |
15 | 15 | "format": "prettier . --cache --write", |
16 | | - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto", |
| 16 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto", |
17 | 17 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input", |
18 | 18 | "lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"", |
19 | | - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format", |
| 19 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format", |
20 | 20 | "lint:format": "prettier . --cache --check", |
21 | 21 | "lint:hbs": "ember-template-lint .", |
22 | 22 | "lint:hbs:fix": "ember-template-lint . --fix", |
23 | 23 | "lint:js": "eslint . --cache", |
24 | 24 | "lint:js:fix": "eslint . --fix", |
25 | | - "lint:types": "glint", |
| 25 | + "lint:types": "ember-tsc --noEmit", |
26 | 26 | "start": "vite", |
27 | | - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\" --prefixColors auto", |
| 27 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\" --prefixColors auto", |
28 | 28 | "test:ember": "vite build --mode development && ember test --path dist" |
29 | 29 | }, |
30 | 30 | "dependenciesMeta": { |
|
49 | 49 | "@eslint/js": "^9.39.1", |
50 | 50 | "@glimmer/component": "^2.0.0", |
51 | 51 | "@glimmer/tracking": "^1.1.2", |
52 | | - "@glint/core": "^1.5.2", |
53 | | - "@glint/environment-ember-loose": "^1.5.2", |
54 | | - "@glint/environment-ember-template-imports": "^1.5.2", |
55 | | - "@glint/template": "1.5.2", |
| 52 | + "@glint/ember-tsc": "^1.0.8", |
| 53 | + "@glint/template": "^1.7.3", |
56 | 54 | "@rollup/plugin-babel": "^6.1.0", |
57 | 55 | "@tsconfig/ember": "^3.0.12", |
58 | 56 | "@types/qunit": "^2.19.13", |
|
0 commit comments