Skip to content

Commit

Permalink
bump vue-tsc for for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simensfo committed Mar 6, 2024
1 parent 0fe9b8b commit 7d54d44
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 102 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-vue": "^2.0.1",
"vite": "^4.3.0",
"vue": "^3.3.4",
"vue-tsc": "^1.6.1"
"vue-tsc": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion playground/vue-tsc-vue3-ts4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^4",
"vite": "^4.3.0",
"vite-plugin-checker": "workspace:*",
"vue-tsc": "^1.6.1"
"vue-tsc": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion playground/vue-tsc-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^5.0.4",
"vite": "^4.3.0",
"vite-plugin-checker": "workspace:*",
"vue-tsc": "^1.6.1"
"vue-tsc": "^2.0.1"
}
}

0 comments on commit 7d54d44

Please sign in to comment.