Skip to content

Commit

Permalink
fix(vue): pin typescript and update vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 13, 2024
1 parent fed5688 commit ab13d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"typescript": "5.6.2",
"vite": "~5.2.0",
"vitest": "^0.34.6",
"vue-tsc": "^2.0.22"
"vue-tsc": "^2.1.10"
}
}

0 comments on commit ab13d59

Please sign in to comment.