We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc7658 commit 7017be2Copy full SHA for 7017be2
packages/cli/package.json
@@ -19,8 +19,8 @@
19
"prepack": "yarn build"
20
},
21
"dependencies": {
22
- "@glint/config": "0.1.0",
23
- "@glint/transform": "0.1.0",
+ "@glint/config": "^0.1.0",
+ "@glint/transform": "^0.1.0",
24
"debug": "^4.1.1",
25
"resolve": "^1.17.0",
26
"yargs": "^15.3.1"
packages/tsserver-plugin/package.json
@@ -17,8 +17,8 @@
17
18
- "@glint/transform": "0.1.0"
+ "@glint/transform": "^0.1.0"
"devDependencies": {
"@types/jest": "^25.2.1",
0 commit comments