Skip to content

Commit

Permalink
Merge pull request #1321 from jplag/report-viewer/bump-vue-tsc
Browse files Browse the repository at this point in the history
Bump vue-tsc to 1.8.15
  • Loading branch information
sebinside authored Sep 28, 2023
2 parents 8722f62 + afc3f82 commit 94301a0
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 94301a0

Please sign in to comment.