Skip to content

Commit

Permalink
chore: avoid ts 5.7 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2024
1 parent 181ab24 commit e9698ae
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1,420 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dev": "nuxi dev playground",
"dev:ssl": "nuxi dev playground --https",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"typecheck": "pnpm dlx vue-tsc --noEmit",
"typecheck": "vue-tsc --noEmit",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release",
"lint": "eslint .",
Expand Down Expand Up @@ -116,7 +116,8 @@
"typescript": "5.6.3",
"vitest": "^2.1.5",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"typescript": "5.6.3",
Expand Down
Loading

0 comments on commit e9698ae

Please sign in to comment.