Skip to content

Commit

Permalink
fix(*): downgrade vue-tsc for type errors (#348)
Browse files Browse the repository at this point in the history
* fix(*): downgrade vue-tsc for type errors

* chore: fix version

* chore(renovate): ignore vue-tsc

* fix: trigger pr preview
  • Loading branch information
adamdehaven committed Apr 25, 2023
1 parent aa07330 commit b3bf351
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-tsc": "^1.3.19"
"vue-tsc": "^1.2.0"
},
"workspaces": [
"packages/*/*"
Expand Down
3 changes: 1 addition & 2 deletions packages/core/app-layout/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import AppError from './components/errors/AppError.vue'
// Export Vue plugin as the default
export default {
// Customize Vue plugin options as desired
// Providing a `name` property allows for customizing the registered
// name of your component (useful if exporting a single component).
// Providing a `name` property allows for customizing the registered name of your component (useful if exporting a single component).
install: (app: App, options: { name?: string, [key: string]: any } = {}): void => {
app.component(options.name || 'AppLayout', AppLayout)
},
Expand Down
52 changes: 23 additions & 29 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"ignorePaths": [
"packages/core/cli/src/__template__/package.json"
],
"ignoreDeps": [
"vue-tsc"
],
"labels": [
"dependencies",
"renovate-bot"
Expand Down

0 comments on commit b3bf351

Please sign in to comment.