Skip to content

Commit

Permalink
Merge pull request #1573 from dodona-edu/dependency/upgrade-vue-tsc
Browse files Browse the repository at this point in the history
chore(deps): update dependency vue-tsc to ^2.0.22
  • Loading branch information
rien committed Jun 28, 2024
2 parents 7810bad + b9a08de commit dafda7f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 55 deletions.
96 changes: 43 additions & 53 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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.4.26",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27",
"vue-tsc": "^2.0.22",
"vuetify": "^3.6.7",
"webfontloader": "^1.6.28"
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/types/imports-components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Breadcrumbs: typeof import('./../components/Breadcrumbs.vue')['default']
Expand Down

0 comments on commit dafda7f

Please sign in to comment.