Skip to content

Commit d4667b5

Browse files
committed
chore: update deps
1 parent e0897e3 commit d4667b5

File tree

4 files changed

+3146
-1814
lines changed

4 files changed

+3146
-1814
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.6.2",
55
"private": true,
6-
"packageManager": "pnpm@10.12.4",
6+
"packageManager": "pnpm@10.15.0",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nuxt/devtools.git"

packages/devtools-kit/src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ export function startSubprocess(
3232
tabOptions: TerminalState,
3333
nuxt = useNuxt(),
3434
): {
35-
getProcess: () => ExecaChildProcess<string>
36-
terminate: () => void
37-
restart: () => void
38-
clear: () => void
39-
} {
35+
getProcess: () => ExecaChildProcess<string>
36+
terminate: () => void
37+
restart: () => void
38+
clear: () => void
39+
} {
4040
const id = tabOptions.id
4141
let restarting = false
4242

0 commit comments

Comments
 (0)