Skip to content

Commit 4da878b

Browse files
authored
chore: remove unused dependencies (#1034)
1 parent 35de5ec commit 4da878b

File tree

6 files changed

+1
-108
lines changed

6 files changed

+1
-108
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
],
99
"ignoreDeps": [
1010
"node",
11-
"nanoid",
1211
"vite-plugin-inspect"
1312
],
1413
"labels": [

packages/core/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@vue/devtools-kit": "workspace:^",
34-
"@vue/devtools-shared": "workspace:^",
35-
"mitt": "catalog:",
36-
"nanoid": "^5.1.5",
37-
"pathe": "catalog:",
38-
"vite-hot-client": "catalog:"
34+
"@vue/devtools-shared": "workspace:^"
3935
},
4036
"devDependencies": {
4137
"vue": "catalog:"

packages/core/tsdown.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ export default defineConfig({
77
external: [
88
'vue',
99
],
10-
noExternal: [
11-
'vite-hot-client',
12-
],
1310
// clean: true,
1411
format: ['esm', 'cjs'],
1512
dts: true,

packages/devtools-kit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@vue/devtools-shared": "workspace:^",
3232
"birpc": "^2.6.1",
3333
"hookable": "^5.5.3",
34-
"mitt": "catalog:",
3534
"perfect-debounce": "catalog:",
3635
"speakingurl": "^14.0.1",
3736
"superjson": "^2.2.2"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ catalog:
1212
'@vueuse/integrations': ^13.9.0
1313
colord: ^2.9.3
1414
floating-vue: 5.2.2
15-
mitt: ^3.0.1
1615
pathe: ^2.0.3
1716
perfect-debounce: ^2.0.0
1817
pinia: ^3.0.3

0 commit comments

Comments
 (0)