diff --git a/package-lock.json b/package-lock.json index d8c15cb4..16e658cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,10 +24,6 @@ }, "engines": { "npm": ">=7" - }, - "optionalDependencies": { - "@swc/core-darwin-arm64": "1.3.76", - "@swc/core-linux-x64-gnu": "1.3.76" } }, "node_modules/@api-ts/express-wrapper": { diff --git a/package.json b/package.json index 490ed299..6c795ddd 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,6 @@ "turbo": "1.10.10", "typescript": "4.6.4" }, - "optionalDependencies": { - "@swc/core-linux-x64-gnu": "1.3.76", - "@swc/core-darwin-arm64": "1.3.76" - }, "engines": { "npm": ">=7" }