Skip to content

Commit

Permalink
chore(deps): update devdependency vue-tsc to ^0.38.1 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2022
1 parent 9334340 commit 5eaa2f6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vitest": "^0.15.1",
"vue-tsc": "^0.38.0"
"vue-tsc": "^0.38.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vue": "^3.2.37",
"vue-tsc": "^0.38.0"
"vue-tsc": "^0.38.1"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vue": "^3.2.37",
"vue-tsc": "^0.38.0"
"vue-tsc": "^0.38.1"
}
}
91 changes: 24 additions & 67 deletions pnpm-lock.yaml

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

0 comments on commit 5eaa2f6

Please sign in to comment.