Skip to content

Commit 23fbd01

Browse files
committed
chore: update dependencies
1 parent 666e454 commit 23fbd01

File tree

4 files changed

+211
-224
lines changed

4 files changed

+211
-224
lines changed

package.json

Lines changed: 9 additions & 9 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.6",
6-
"packageManager": "pnpm@8.9.2",
6+
"packageManager": "pnpm@8.10.2",
77
"engines": {
88
"vscode": "^1.83.0"
99
},
@@ -1060,23 +1060,23 @@
10601060
"@types/mocha": "^10.0.3",
10611061
"@types/node": "20.4.1",
10621062
"@types/util.promisify": "^1.0.6",
1063-
"@types/vscode": "^1.83.1",
1064-
"@typescript-eslint/eslint-plugin": "^6.9.0",
1065-
"@typescript-eslint/parser": "^6.9.0",
1063+
"@types/vscode": "^1.84.0",
1064+
"@typescript-eslint/eslint-plugin": "^6.10.0",
1065+
"@typescript-eslint/parser": "^6.10.0",
10661066
"@vscode/test-electron": "^2.3.6",
10671067
"changelogen": "^0.5.5",
1068-
"eslint": "^8.52.0",
1068+
"eslint": "^8.53.0",
10691069
"nuxi-edge": "3.9.1-1697113884.a6acb6a",
10701070
"taze": "^0.11.4",
1071-
"terser": "^5.22.0",
1071+
"terser": "^5.24.0",
10721072
"tsup": "^7.2.0",
10731073
"typescript": "^5.2.2"
10741074
},
10751075
"dependencies": {
1076-
"@nuxt/schema": "^3.8.0",
1076+
"@nuxt/schema": "^3.8.1",
10771077
"destr": "^2.0.2",
10781078
"fs-extra": "^11.1.1",
1079-
"jiti": "^1.20.0",
1079+
"jiti": "^1.21.0",
10801080
"magicast": "^0.3.0",
10811081
"ofetch": "^1.3.3",
10821082
"pathe": "^1.1.1",
@@ -1093,4 +1093,4 @@
10931093
"uglify-js@<2.4.24": ">=2.4.24"
10941094
}
10951095
}
1096-
}
1096+
}

0 commit comments

Comments
 (0)