Skip to content

Commit

Permalink
chore(deps): update devdependency vue-tsc to ^2.2.0 (v3) (#2966)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
renovate[bot] and benjamincanac authored Dec 24, 2024
1 parent c223281 commit 4c0bdf3
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 133 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@f124c95",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@0f70402",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@93d6696",
"@nuxthub/core": "^0.8.10",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.0.2",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"valibot": "^0.42.1",
"vitest": "^2.1.8",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.10",
"vue-tsc": "^2.2.0",
"yup": "^1.6.1",
"zod": "^3.24.1"
},
Expand All @@ -150,6 +150,7 @@
"happy-dom": "14.12.3",
"rollup": "^4.24.0",
"typescript": "5.6.3",
"unimport": "3.14.5"
"unimport": "3.14.5",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 4c0bdf3

Please sign in to comment.