Skip to content

Commit

Permalink
fix: Point vue-tsc to patch version
Browse files Browse the repository at this point in the history
To prevent future compatibility issues, vite-plugin-checker should point to patch versions of `vue-tsc` as you're directly using core APIs that can change between minor and major versions.
  • Loading branch information
davidmatter authored Aug 30, 2024
1 parent b2c3236 commit 12f9c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.5.3",
"vls": "^0.8.5",
"vti": "^0.1.11",
"vue-tsc": "^2.0.14"
"vue-tsc": "~2.0.28"
},
"peerDependencies": {
"@biomejs/biome": ">=1.7",
Expand All @@ -76,7 +76,7 @@
"vite": ">=2.0.0",
"vls": "*",
"vti": "*",
"vue-tsc": ">=2.0.0"
"vue-tsc": "~2.0.28"
},
"peerDependenciesMeta": {
"@biomejs/biome": {
Expand Down

0 comments on commit 12f9c2a

Please sign in to comment.