diff --git a/package-lock.json b/package-lock.json index abec54f1df..0ee3fbbff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,9 @@ "@radix-ui/react-accessible-icon": "^1.1.1", "@radix-ui/react-dialog": "^1.1.4", "@react-hookz/web": "^25.0.1", + "@rollup/rollup-darwin-arm64": "*", + "@rollup/rollup-linux-x64-gnu": "*", + "@rollup/wasm-node": "*", "@sentry/react": "^8.47.0", "@urql/devtools": "^2.0.3", "@urql/exchange-auth": "^2.2.0", @@ -127,6 +130,11 @@ "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-darwin-arm64": "^4.29.1", + "@rollup/rollup-linux-x64-gnu": "^4.29.1", + "@rollup/wasm-node": "^4.29.1" } }, "node_modules/@0no-co/graphql.web": { @@ -7309,16 +7317,50 @@ }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.29.1.tgz", + "integrity": "sha512-2ORr7T31Y0Mnk6qNuwtyNmy14MunTAMx06VAPI6/Ju52W10zk1i7i5U3vlDRWjhOI5quBcrvhkCHyF76bI7kEw==", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" ] }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", + "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/wasm-node": { + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.29.1.tgz", + "integrity": "sha512-AOtO2Y+XzElJfmJgAECOgbutmKAK5XcKH7CipGDQDBMfLY04ezEoCHWEpmoX5L7/WH3k17rXMCClNiwDbWW+mw==", + "license": "MIT", + "optional": true, + "dependencies": { + "@types/estree": "1.0.6" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/@sentry-internal/browser-utils": { "version": "8.47.0", "license": "MIT", @@ -9514,7 +9556,7 @@ }, "node_modules/@types/estree": { "version": "1.0.6", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/@types/express": { @@ -14629,7 +14671,6 @@ }, "node_modules/fsevents": { "version": "2.3.3", - "dev": true, "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index e70ea61e1a..9c6cdea399 100644 --- a/package.json +++ b/package.json @@ -154,5 +154,10 @@ "vite": "^6.0.6", "vite-plugin-svgr": "^4.3.0", "vitest": "^2.1.8" + }, + "optionalDependencies": { + "@rollup/rollup-darwin-arm64": "^4.29.1", + "@rollup/rollup-linux-x64-gnu": "^4.29.1", + "@rollup/wasm-node": "^4.29.1" } }