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

Commits on Jan 19, 2021

  1. fix peerDependencies

    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",
    ```
    s00d authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5c4b379 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    1904534 View commit details
    Browse the repository at this point in the history