Skip to content

Commit ef2c884

Browse files
committed
ci: fix pm version
1 parent 2028fc2 commit ef2c884

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Custom UI Style",
55
"version": "0.5.2",
66
"private": true,
7-
"packageManager": "pnpm@9.15.0",
7+
"packageManager": "pnpm@10.2.1",
88
"description": "Custom ui css style in both editor and webview, unify global font family, setup background image",
99
"author": "subframe7536 <[email protected]>",
1010
"license": "MIT",
@@ -104,7 +104,10 @@
104104
"custom-ui-style.background.size": {
105105
"scope": "application",
106106
"type": "string",
107-
"enum": ["cover", "contain"],
107+
"enum": [
108+
"cover",
109+
"contain"
110+
],
108111
"description": "Background image size",
109112
"default": "cover"
110113
},
@@ -117,7 +120,11 @@
117120
"custom-ui-style.external.loadStrategy": {
118121
"scope": "application",
119122
"type": "string",
120-
"enum": ["refetch", "cache", "disable"],
123+
"enum": [
124+
"refetch",
125+
"cache",
126+
"disable"
127+
],
121128
"enumDescriptions": [
122129
"Force refetch while reloading",
123130
"Skip refetch if nothing changed and all resources are fetched",
@@ -213,5 +220,12 @@
213220
"tsup": "^8.3.5",
214221
"typescript": "^5.7.2",
215222
"vscode-ext-gen": "^0.5.2"
223+
},
224+
"pnpm": {
225+
"onlyBuiltDependencies": [
226+
"@vscode/vsce-sign",
227+
"esbuild",
228+
"keytar"
229+
]
216230
}
217231
}

0 commit comments

Comments
 (0)