diff --git a/package-lock.json b/package-lock.json index 3b79752..21bf6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,8 @@ "vite": "^7.2.2" }, "optionalDependencies": { - "@rollup/rollup-linux-arm64-gnu": "^4.53.3" + "@rollup/rollup-linux-arm64-gnu": "^4.53.3", + "@rollup/rollup-linux-x64-gnu": "^4.53.3" } }, "node_modules/@emnapi/core": { @@ -502,6 +503,19 @@ "linux" ] }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.53.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz", + "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@standard-schema/spec": { "version": "1.0.0", "dev": true,