Skip to content

Commit 6ad6693

Browse files
committed
fix: nuxt devtools toggle message
1 parent bc1dda1 commit 6ad6693

File tree

3 files changed

+371
-151
lines changed

3 files changed

+371
-151
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Nuxtr",
44
"description": "An extension for Nuxt.js offering commands and tools to make your experience more pleasant.",
55
"version": "0.2.3",
6-
"packageManager": "pnpm@8.9.0",
6+
"packageManager": "pnpm@8.9.2",
77
"engines": {
88
"vscode": "^1.83.0"
99
},
@@ -1051,14 +1051,14 @@
10511051
"@types/node": "20.4.1",
10521052
"@types/util.promisify": "^1.0.5",
10531053
"@types/vscode": "^1.83.0",
1054-
"@typescript-eslint/eslint-plugin": "^6.7.5",
1055-
"@typescript-eslint/parser": "^6.7.5",
1054+
"@typescript-eslint/eslint-plugin": "^6.8.0",
1055+
"@typescript-eslint/parser": "^6.8.0",
10561056
"@vscode/test-electron": "^2.3.5",
10571057
"changelogen": "^0.5.5",
10581058
"eslint": "^8.51.0",
1059-
"nuxi-edge": "3.9.1-1697039872.a6acb6a",
1060-
"taze": "^0.11.3",
1061-
"terser": "^5.21.0",
1059+
"nuxi-edge": "3.9.1-1697113884.a6acb6a",
1060+
"taze": "^0.11.4",
1061+
"terser": "^5.22.0",
10621062
"tsup": "^7.2.0",
10631063
"typescript": "^5.2.2"
10641064
},
@@ -1071,7 +1071,7 @@
10711071
"ofetch": "^1.3.3",
10721072
"pathe": "^1.1.1",
10731073
"pkg-types": "^1.0.3",
1074-
"string-ts": "^1.2.0",
1074+
"string-ts": "^1.3.2",
10751075
"util": "^0.12.5"
10761076
}
1077-
}
1077+
}

0 commit comments

Comments
 (0)