Skip to content

Commit 32b43b8

Browse files
authored
fix(devtools): add undeclared unstorage dependency (#986)
1 parent 7bf7b36 commit 32b43b8

File tree

3 files changed

+60
-23
lines changed

3 files changed

+60
-23
lines changed

packages/devtools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"structured-clone-es": "catalog:frontend",
7575
"tinyexec": "catalog:prod",
7676
"tinyglobby": "catalog:prod",
77+
"unstorage": "catalog:prod",
7778
"vite-plugin-inspect": "catalog:prod",
7879
"vite-plugin-vue-tracer": "catalog:prod",
7980
"which": "catalog:prod",

pnpm-lock.yaml

Lines changed: 58 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ catalogs:
130130
sirv: ^3.0.2
131131
tinyexec: ^1.1.1
132132
tinyglobby: ^0.2.16
133+
unstorage: ^1.17.5
133134
vite-plugin-inspect: ^12.0.0-beta.1
134135
vite-plugin-vue-tracer: ^1.3.0
135136
which: ^6.0.1

0 commit comments

Comments
 (0)