Skip to content

Commit

Permalink
bump vue-tsc to 1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Sep 28, 2023
1 parent 8722f62 commit afc3f82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions report-viewer/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 report-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.15"
}
}
2 changes: 1 addition & 1 deletion report-viewer/src/components/FilesContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
!matches.get(file.fileName) ? [] : (matches.get(file.fileName) as MatchInSingleFile[])
"
:highlight-language="highlightLanguage"
@line-selected="(match) => $emit('line-selected', match)"
@line-selected="(match) => $emit('lineSelected', match)"
class="mt-1"
/>
</VueDraggableNext>
Expand Down

0 comments on commit afc3f82

Please sign in to comment.