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 4b23d3f commit 983ccd1Copy full SHA for 983ccd1
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -1123,7 +1123,7 @@ const showSkeleton = shallowRef(false)
1123
<LinkBase
1124
variant="button-secondary"
1125
size="small"
1126
- :to="`https://npmgraph.js.org/?q=${pkg.name}`"
+ :to="`https://npmgraph.js.org/?q=${pkg.name}${resolvedVersion ? `@${resolvedVersion}` : ''}`"
1127
:title="$t('package.stats.view_dependency_graph')"
1128
classicon="i-lucide:network -rotate-90"
1129
>
0 commit comments