Skip to content

Commit f14333d

Browse files
committed
fix: fix pnpm
1 parent 268ffe2 commit f14333d

File tree

3 files changed

+95
-148
lines changed

3 files changed

+95
-148
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
},
223223
"pnpm": {
224224
"overrides": {
225+
"vite": "6.0.7",
225226
"node-gyp": "11.0.0",
226227
"xml2js": "0.6.2",
227228
"node-fetch": "3.3.2",
@@ -230,7 +231,7 @@
230231
},
231232
"patchedDependencies": {
232233
233-
"[email protected].8": "patches/[email protected].8.patch",
234+
"[email protected].9": "patches/[email protected].9.patch",
234235
"@malept/flatpak-bundler": "patches/@malept__flatpak-bundler.patch"
235236
}
236237
},

0 commit comments

Comments
 (0)