Skip to content

Commit

Permalink
Reduce optional dependencies to darwin arm64 only with fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Nov 20, 2023
1 parent fd3ecac commit 4983eec
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions newIDE/electron-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
"ws": "^5.1.1"
},
"optionalDependencies": {
"@parcel/watcher-android-arm64": "2.3.0",
"@parcel/watcher-darwin-arm64": "2.3.0",
"@parcel/watcher-darwin-x64": "2.3.0",
"@parcel/watcher-freebsd-x64": "2.3.0",
"@parcel/watcher-linux-arm-glibc": "2.3.0",
"@parcel/watcher-linux-arm64-glibc": "2.3.0",
"@parcel/watcher-linux-arm64-musl": "2.3.0",
"@parcel/watcher-linux-x64-glibc": "2.3.0",
"@parcel/watcher-linux-x64-musl": "2.3.0",
"@parcel/watcher-win32-arm64": "2.3.0",
"@parcel/watcher-win32-ia32": "2.3.0",
"@parcel/watcher-win32-x64": "2.3.0"
"@parcel/watcher-darwin-arm64": "2.3.0"
}
}

0 comments on commit 4983eec

Please sign in to comment.