Skip to content

Commit 005c85e

Browse files
committedMar 21, 2025
chore: update deps
1 parent 01aeeef commit 005c85e

File tree

4 files changed

+759
-376
lines changed

4 files changed

+759
-376
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"version": "0.5.6",
44
"private": true,
5-
"packageManager": "pnpm@10.6.3",
5+
"packageManager": "pnpm@10.6.5",
66
"scripts": {
77
"build": "pnpm -r run build",
88
"build:debug": "NUXT_DEBUG_BUILD=true pnpm -r run build",

‎packages/node-modules-inspector/src/app/components/panel/PackageDetails.vue

+6-4
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,10 @@ const thirdPartyServices = computed(() => {
385385
</div>
386386

387387
<div v-if="pkg.resolved.installSize" p4 border="t base" flex="~ col gap-1">
388-
<div flex="~ gap-3 wrap items-center">
388+
<div
389+
flex="~ gap-3 wrap items-center" select-none
390+
@click="settings.showFileComposition = !settings.showFileComposition"
391+
>
389392
<div v-if="sizeInstall" flex="~ items-center gap-1">
390393
<div text-sm op50>
391394
Install
@@ -403,7 +406,6 @@ const thirdPartyServices = computed(() => {
403406
v-tooltip="'Toggle file composition'"
404407
p1 rounded-full hover:bg-active mr--2
405408
title="Toggle file composition"
406-
@click="settings.showFileComposition = !settings.showFileComposition"
407409
>
408410
<div i-ph-caret-down transition duration-300 :class="settings.showFileComposition ? 'op75' : 'rotate-90 op25'" />
409411
</button>
@@ -418,7 +420,7 @@ const thirdPartyServices = computed(() => {
418420

419421
<div v-if="thirdPartyServices.length" flex="~ col gap-2" p4 border="t base">
420422
<div
421-
flex="~ gap-3 wrap items-center"
423+
flex="~ gap-3 wrap items-center" select-none
422424
@click="settings.showThirdPartyServices = !settings.showThirdPartyServices"
423425
>
424426
<div v-if="sizeInstall" flex="~ items-center gap-1">
@@ -432,7 +434,7 @@ const thirdPartyServices = computed(() => {
432434
p1 rounded-full hover:bg-active mr--2
433435
title="Toggle third party services"
434436
>
435-
<div i-ph-caret-down transition duration-300 :class="settings.showFileComposition ? 'op75' : 'rotate-90 op25'" />
437+
<div i-ph-caret-down transition duration-300 :class="settings.showThirdPartyServices ? 'op75' : 'rotate-90 op25'" />
436438
</button>
437439
</div>
438440
<div v-if="settings.showThirdPartyServices" flex="~ gap-2 wrap">

‎pnpm-lock.yaml

+740-359
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ catalogs:
1313
nitropack: 2.8.1
1414
nuxt: ~3.15.4
1515
nuxt-mcp: ^0.0.2
16-
rollup: ^4.35.0
16+
rollup: ^4.36.0
1717
rollup-plugin-esbuild: ^6.2.1
1818
unbuild: ^3.5.0
1919
vite: ^6.2.2
@@ -30,28 +30,28 @@ catalogs:
3030
ohash: ^2.0.11
3131
open: ^10.1.0
3232
p-limit: ^6.2.0
33-
package-manager-detector: ^1.0.0
33+
package-manager-detector: ^1.1.0
3434
pathe: ^2.0.3
3535
publint: ^0.3.9
3636
semver: ^7.7.1
3737
stream-json: ^1.9.1
3838
structured-clone-es: ^1.0.0
39-
tinyexec: ^0.3.2
39+
tinyexec: ^1.0.0
4040
tinyglobby: ^0.2.12
4141
unconfig: ^7.3.1
4242
unstorage: ^1.15.0
4343
ws: ^8.18.1
4444
devtools:
45-
'@antfu/eslint-config': ^4.10.1
46-
'@nuxt/devtools': ^2.3.0
45+
'@antfu/eslint-config': ^4.10.2
46+
'@nuxt/devtools': ^2.3.1
4747
'@nuxt/eslint': ^1.2.0
48-
'@typescript-eslint/utils': ^8.26.1
48+
'@typescript-eslint/utils': ^8.27.0
4949
'@unocss/eslint-config': ^66.0.0
5050
bumpp: ^10.1.0
5151
eslint: ^9.22.0
5252
lint-staged: ^15.5.0
5353
nuxt-eslint-auto-explicit-import: ^0.1.1
54-
simple-git-hooks: ^2.11.1
54+
simple-git-hooks: ^2.12.1
5555
typescript: ^5.8.2
5656
vite-plugin-inspect: ^11.0.0
5757
vue-tsc: ^2.2.8
@@ -66,23 +66,23 @@ catalogs:
6666
fuse.js: ^7.1.0
6767
idb-keyval: ^6.2.1
6868
modern-screenshot: ^4.6.0
69-
nanovis: ^0.0.11
69+
nanovis: ^0.0.12
7070
theme-vitesse: ^0.8.3
7171
vite-hot-client: ^2.0.4
7272
icons:
7373
'@iconify-json/carbon': ^1.2.8
74-
'@iconify-json/catppuccin': ^1.2.9
74+
'@iconify-json/catppuccin': ^1.2.10
7575
'@iconify-json/logos': ^1.2.4
7676
'@iconify-json/ph': ^1.2.2
7777
'@iconify-json/ri': ^1.2.5
78-
'@iconify-json/simple-icons': ^1.2.28
78+
'@iconify-json/simple-icons': ^1.2.29
7979
inlined:
8080
'@antfu/utils': ^9.1.0
8181
testing:
8282
mlly: ^1.7.4
83-
vitest: ^3.0.8
83+
vitest: ^3.0.9
8484
types:
85-
'@pnpm/list': ^1000.0.11
85+
'@pnpm/list': ^1000.0.12
8686
'@pnpm/types': ^1000.2.1
8787
'@types/connect': ^3.4.38
8888
'@types/d3': ^7.4.3

0 commit comments

Comments
 (0)
Please sign in to comment.