Skip to content

Commit

Permalink
chore(deps-dev): bump vue-tsc from 2.1.10 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.1.10 to 2.2.0.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.2.0/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent f495e5f commit 1a614fc
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 34 deletions.
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.4.5",
"vite": "^6.0.6",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
139 changes: 107 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^6.0.6",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}

0 comments on commit 1a614fc

Please sign in to comment.