Skip to content

Commit 47b7a6b

Browse files
Merge pull request #10 from NullVoxPopuli/update-glint
Upgrade from Glint v2 alpha to stable 'v2'
2 parents d567411 + c21a770 commit 47b7a6b

File tree

5 files changed

+160
-157
lines changed

5 files changed

+160
-157
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
4949
"lint:js": "eslint . --cache",
5050
"lint:js:fix": "eslint . --fix",
51-
"lint:types": "glint",
51+
"lint:types": "ember-tsc",
5252
"prepack": "rollup --config",
5353
"start": "vite dev",
5454
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0"
@@ -70,11 +70,9 @@
7070
"@embroider/macros": "^1.18.0",
7171
"@embroider/vite": "^1.1.5",
7272
"@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",
7876
"@nullvoxpopuli/eslint-configs": "^5.3.0",
7977
"@rollup/plugin-babel": "^6.0.4",
8078
"@types/qunit": "^2.19.12",

0 commit comments

Comments
 (0)