[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove @iconify-json/solar (#899)

authored by

Wojciech Maj and committed by
GitHub
1448d260 05483f5c

+4 -21
+2 -8
app/components/ProvenanceBadge.vue
··· 35 35 class="inline-flex items-center justify-center gap-1 text-xs font-mono text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6" 36 36 :title="title" 37 37 > 38 - <span 39 - class="i-solar-shield-check-outline shrink-0" 40 - :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" 41 - /> 38 + <span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" /> 42 39 <span v-if="!compact" class="sr-only sm:not-sr-only">{{ 43 40 $t('badges.provenance.verified') 44 41 }}</span> ··· 48 45 class="inline-flex items-center gap-1 text-xs font-mono text-fg-muted" 49 46 :title="title" 50 47 > 51 - <span 52 - class="i-solar-shield-check-outline shrink-0" 53 - :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" 54 - /> 48 + <span class="i-lucide-shield-check shrink-0" :class="compact ? 'w-3.5 h-3.5' : 'w-4 h-4'" /> 55 49 <span v-if="!compact" class="sr-only sm:not-sr-only">{{ 56 50 $t('badges.provenance.verified') 57 51 }}</span>
+2 -2
app/pages/package/[...package].vue
··· 526 526 class="inline-flex items-center justify-center gap-1.5 text-fg-muted hover:text-fg transition-colors duration-200 min-w-6 min-h-6" 527 527 :title="$t('package.verified_provenance')" 528 528 > 529 - <span class="i-solar:shield-check-outline w-3.5 h-3.5 shrink-0" aria-hidden="true" /> 529 + <span class="i-lucide-shield-check w-3.5 h-3.5 shrink-0" aria-hidden="true" /> 530 530 </a> 531 531 <span 532 532 v-if="requestedVersion && latestVersion && resolvedVersion !== latestVersion.version" ··· 848 848 class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1" 849 849 :title="$t('package.stats.inspect_dependency_tree')" 850 850 > 851 - <span class="i-solar:eye-scan-outline w-3.5 h-3.5" aria-hidden="true" /> 851 + <span class="i-lucide-view w-3.5 h-3.5" aria-hidden="true" /> 852 852 <span class="sr-only">{{ $t('package.stats.inspect_dependency_tree') }}</span> 853 853 </a> 854 854 </dd>
-1
package.json
··· 48 48 "@iconify-json/carbon": "1.2.18", 49 49 "@iconify-json/lucide": "1.2.87", 50 50 "@iconify-json/simple-icons": "1.2.68", 51 - "@iconify-json/solar": "1.2.5", 52 51 "@iconify-json/svg-spinners": "1.2.4", 53 52 "@iconify-json/vscode-icons": "1.2.40", 54 53 "@intlify/shared": "11.2.8",
-10
pnpm-lock.yaml
··· 47 47 '@iconify-json/simple-icons': 48 48 specifier: 1.2.68 49 49 version: 1.2.68 50 - '@iconify-json/solar': 51 - specifier: 1.2.5 52 - version: 1.2.5 53 50 '@iconify-json/svg-spinners': 54 51 specifier: 1.2.4 55 52 version: 1.2.4 ··· 1472 1469 1473 1470 '@iconify-json/simple-icons@1.2.68': 1474 1471 resolution: {integrity: sha512-bQPl1zuZlX6AnofreA1v7J+hoPncrFMppqGboe/SH54jZO37meiBUGBqNOxEpc0HKfZGxJaVVJwZd4gdMYu3hw==} 1475 - 1476 - '@iconify-json/solar@1.2.5': 1477 - resolution: {integrity: sha512-WMAiNwchU8zhfrySww6KQBRIBbsQ6SvgIu2yA+CHGyMima/0KQwT5MXogrZPJGoQF+1Ye3Qj6K+1CiyNn3YkoA==} 1478 1472 1479 1473 '@iconify-json/svg-spinners@1.2.4': 1480 1474 resolution: {integrity: sha512-ayn0pogFPwJA1WFZpDnoq9/hjDxN+keeCMyThaX4d3gSJ3y0mdKUxIA/b1YXWGtY9wVtZmxwcvOIeEieG4+JNg==} ··· 10922 10916 '@iconify/types': 2.0.0 10923 10917 10924 10918 '@iconify-json/simple-icons@1.2.68': 10925 - dependencies: 10926 - '@iconify/types': 2.0.0 10927 - 10928 - '@iconify-json/solar@1.2.5': 10929 10919 dependencies: 10930 10920 '@iconify/types': 2.0.0 10931 10921