From dc4c90fab33ce2b73065209e80aa5795e665fdf6 Mon Sep 17 00:00:00 2001 From: Suraj Pisal Date: Wed, 26 Feb 2025 10:48:28 +0530 Subject: [PATCH] add optionalDependencies: { @rollup/rollup-linux-x64-gnu: 4.6.1 } --- client/package-lock.json | 23 +++++++++++++++++++---- client/package.json | 5 ++++- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ed28ce9..eb58b27 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -36,6 +36,9 @@ "postcss": "^8.5.3", "tailwindcss": "^4.0.8", "vite": "^6.2.0" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.6.1" } }, "node_modules/@alloc/quick-lru": { @@ -1516,13 +1519,12 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.34.8", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", - "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.6.1.tgz", + "integrity": "sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==", "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -3333,6 +3335,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", + "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/scheduler": { "version": "0.25.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz", diff --git a/client/package.json b/client/package.json index b259678..c176a7e 100644 --- a/client/package.json +++ b/client/package.json @@ -54,5 +54,8 @@ "react-toastify": "^11.0.5", "redux": "^5.0.1", "redux-thunk": "^3.1.0" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.6.1" } -} +} \ No newline at end of file