We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8240f90 commit 14f7941Copy full SHA for 14f7941
1 file changed
app/components/PackageDependencies.vue
@@ -1,4 +1,5 @@
1
<script setup lang="ts">
2
+import { useDependencyAnalysis } from '~/composables/useDependencyAnalysis'
3
import { SEVERITY_TEXT_COLORS, getHighestSeverity } from '#shared/utils/severity'
4
5
const props = defineProps<{
0 commit comments