|
37 | 37 | "@babel/eslint-parser": "^7.25.1",<% if (typescript) { %> |
38 | 38 | "@babel/plugin-transform-typescript": "^7.25.2",<% } %> |
39 | 39 | "@babel/runtime": "^7.25.6", |
| 40 | + "@ember/app-tsconfig": "^1.0.0", |
| 41 | + "@ember/library-tsconfig": "^1.0.0", |
40 | 42 | "@ember/test-helpers": "^5.2.1", |
41 | 43 | "@ember/test-waiters": "^4.1.1", |
42 | 44 | "@embroider/addon-dev": "^8.1.0", |
43 | | - "@embroider/core": "^4.1.0", |
44 | 45 | "@embroider/compat": "^4.1.0", |
| 46 | + "@embroider/core": "^4.1.0", |
45 | 47 | "@embroider/macros": "^1.18.0", |
46 | 48 | "@embroider/vite": "^1.1.5", |
47 | 49 | "@eslint/js": "^9.17.0", |
48 | 50 | "@glimmer/component": "^2.0.0",<% if (typescript) { %> |
49 | 51 | "@glint/core": "^2.0.0-alpha.2", |
50 | 52 | "@glint/environment-ember-loose": "^2.0.0-alpha.2", |
51 | 53 | "@glint/environment-ember-template-imports": "^2.0.0-alpha.2", |
52 | | - "@glint/tsserver-plugin": "^2.0.0-alpha.2", |
53 | 54 | "@glint/template": "^1.6.0-alpha.1", |
54 | | - "@ember/app-tsconfig": "^1.0.0", |
55 | | - "@ember/library-tsconfig": "^1.0.0",<% } %> |
| 55 | + "@glint/tsserver-plugin": "^2.0.0-alpha.2",<% } %> |
56 | 56 | "@rollup/plugin-babel": "^6.0.4",<% if (typescript) { %> |
57 | 57 | "@types/qunit": "^2.19.12",<% } %> |
58 | 58 | "babel-plugin-ember-template-compilation": "^2.2.5", |
|
73 | 73 | "qunit-dom": "^3.4.0", |
74 | 74 | "rollup": "^4.22.5", |
75 | 75 | "testem": "^3.15.1",<% if (typescript) { %> |
76 | | - "typescript-eslint": "^8.19.1", |
77 | | - "typescript": "~5.8.3",<% } %> |
| 76 | + "typescript": "~5.8.3", |
| 77 | + "typescript-eslint": "^8.19.1",<% } %> |
78 | 78 | "vite": "^6.2.4" |
79 | 79 | }, |
80 | 80 | "ember": { |
|
0 commit comments