Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

fix peerDependencies #416

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

fix peerDependencies #416

wants to merge 2 commits into from

Conversation

s00d
Copy link

@s00d s00d commented Jan 19, 2021

Hello, you have a conflict here. You are using version 4, but forgiving to use it.

"devDependencies": {
....
"typescript": "^4.0.2",

and

"peerDependencies": {
"typescript": ">= 2 < 4",

Hello, you have a conflict here. You are using version 4, but forgiving to use it.

```
"devDependencies": {
....
"typescript": "^4.0.2",
```
and 
```
"peerDependencies": {
"typescript": ">= 2 < 4",
```
@edwardwilson
Copy link

What is happening with this? I have this issue too other dependencies want typescript 4 but this package is blocking us now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants