|
19 | 19 | "scripts": { |
20 | 20 | "build:test": "NODE_ENV=development vite build --mode test", |
21 | 21 | "build:prod": "NODE_ENV=development vite build --mode development", |
22 | | - "lint:types": "glint", |
| 22 | + "lint:types": "ember-tsc --noEmit", |
23 | 23 | "lint:fix": "pnpm -w exec lint fix", |
24 | 24 | "start": "vite --port 4201", |
25 | 25 | "start:build": "NODE_ENV=development vite build --mode=development --watch", |
|
45 | 45 | "@ember/string": "^4.0.1", |
46 | 46 | "@ember/test-helpers": "^5.1.0", |
47 | 47 | "@embroider/core": "^4.1.3", |
| 48 | + "@embroider/legacy-inspector-support": "^0.1.3", |
48 | 49 | "@embroider/vite": "^1.2.0", |
49 | 50 | "@fortawesome/ember-fontawesome": "^3.0.0", |
50 | 51 | "@fortawesome/fontawesome-svg-core": "^6.7.2", |
51 | 52 | "@fortawesome/free-brands-svg-icons": "^6.7.2", |
52 | 53 | "@fortawesome/free-regular-svg-icons": "^6.7.2", |
53 | 54 | "@fortawesome/free-solid-svg-icons": "^6.7.2", |
54 | | - "@glint/core": "2.0.0-alpha.7", |
55 | | - "@glint/template": "1.6.0-alpha.3", |
56 | | - "@glint/tsserver-plugin": "2.0.0-alpha.7", |
| 55 | + "@glint/ember-tsc": "^1.0.3", |
| 56 | + "@glint/template": "^1.6.1", |
| 57 | + "@glint/tsserver-plugin": "^2.0.3", |
57 | 58 | "@iconify-json/devicon": "^1.2.29", |
58 | 59 | "@iconify-json/mdi": "^1.2.3", |
59 | 60 | "@iconify-json/pajamas": "^1.2.15", |
|
145 | 146 | "@glimmer/component": "^2.0.0", |
146 | 147 | "@lezer/highlight": "^1.2.1", |
147 | 148 | "@nullvoxpopuli/horizon-theme": "workspace:*", |
| 149 | + "@nullvoxpopuli/limber-shared": "workspace:*", |
148 | 150 | "@nullvoxpopuli/limber-styles": "workspace:*", |
149 | 151 | "@shikijs/rehype": "^3.7.0", |
150 | 152 | "@xstate/inspect": "^0.8.0", |
|
165 | 167 | "highlightjs-glimmer": "^2.2.2", |
166 | 168 | "html-to-image": "^1.11.13", |
167 | 169 | "kolay": "^3.9.1", |
168 | | - "@nullvoxpopuli/limber-shared": "workspace:*", |
169 | 170 | "limber-ui": "workspace:*", |
170 | 171 | "lz-string": "^1.5.0", |
171 | 172 | "nvp.ui": "^0.4.0", |
|
0 commit comments