Skip to content

Commit

Permalink
Add all parcel watcher optional packages in electron app optional dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
AlexandreSi committed Nov 20, 2023
1 parent 3400fc6 commit fd3ecac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
14 changes: 12 additions & 2 deletions newIDE/electron-app/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions newIDE/electron-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
"ws": "^5.1.1"
},
"optionalDependencies": {
"@parcel/watcher-darwin-arm64": "^2.3.0"
"@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"
}
}
}

0 comments on commit fd3ecac

Please sign in to comment.