Skip to content

Commit

Permalink
[npm]: Manually add terser 5.13.0 dependency
Browse files Browse the repository at this point in the history
This updates the source-maps package which is broken in NodeJS 18 and
above:

mozilla/source-map#454
  • Loading branch information
arneg committed Apr 28, 2022
1 parent f5aadba commit 6c8d449
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 27 deletions.
75 changes: 51 additions & 24 deletions src/electron/package-lock.json

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

7 changes: 4 additions & 3 deletions src/electron/package.json
Expand Up @@ -14,13 +14,14 @@
"author": "",
"license": "GPL-2.0-only",
"private": true,
"dependencies": {},
"dependencies": { },
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0-beta.2",
"@parcel/transformer-webmanifest": "^2.0.0-beta.2",
"terser": "5.13",
"electron": "^14.0.0-beta.8",
"electron-builder": "^22.11.7",
"license-checker": "^25.0.1",
"@parcel/packager-raw-url": "^2.0.0-beta.2",
"@parcel/transformer-webmanifest": "^2.0.0-beta.2",
"parcel": "^2.0.0-beta.2",
"rollup": "^2.56.3"
}
Expand Down

0 comments on commit 6c8d449

Please sign in to comment.