diff options
Diffstat (limited to 'games/anki/files/patch-package.json')
-rw-r--r-- | games/anki/files/patch-package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/anki/files/patch-package.json b/games/anki/files/patch-package.json index 15fa082c49ea..c757400518fa 100644 --- a/games/anki/files/patch-package.json +++ b/games/anki/files/patch-package.json @@ -9,13 +9,13 @@ If this is important to you, please consider supporting Rollup to make a native at Object.<anonymous> (/wrkdirs/usr/ports/games/anki/work/anki-24.06.2/out/node_modules/rollup/dist/native.js:38:8) [...] ---- package.json.orig 2025-01-26 14:20:58 UTC +--- package.json.orig 2025-07-04 08:49:17 UTC +++ package.json -@@ -80,6 +80,7 @@ +@@ -81,6 +81,7 @@ }, "resolutions": { "canvas": "npm:empty-npm-package@1.0.0", + "rollup": "npm:@rollup/wasm-node", - "cookie": "0.7.0" + "cookie": "0.7.0", + "vite": "6" }, - "browserslist": [ |