diff --git a/package-lock.json b/package-lock.json index f6b7c87..ddc0e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,9 +50,6 @@ "funding": { "url": "https://github.com/sponsors/zemd" }, - "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.30.1" - }, "peerDependencies": { "eslint": ">=9.2.0" } @@ -3586,19 +3583,6 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.30.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz", - "integrity": "sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, "node_modules/@rollup/rollup-linux-x64-musl": { "version": "4.29.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.29.1.tgz", diff --git a/package.json b/package.json index 0222d69..c0fd504 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,5 @@ "prettier": "^3.4.2", "tsup": "^8.3.5", "typescript": "^5.7.3" - }, - "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.30.1" } }