electron-userland / electron-userland/electron-webpack

Support peer dependency TypeScript >=4

Open
#402 1 comment 12 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
902
Forks
168
PR merge metrics
No merged PRs in 30d

Description

* **Version**: 22.8.0

Currently the peer dependency listed for `electron-webpack-ts` is `"typescript": "^3.8.3"`, which gives a warning in Yarn:
```
electron-webpack-ts@4.0.1" has incorrect peer dependency "typescript@^3.8.3".
```

Unless there are any known conflicts, I think the peer dependency should be updated to allow TypeScript >= 4 as well.
E.g. `"typescript": "^3.8.3 || ^4.0.0"`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.