Skip to content

Commit b670855

Browse files
committed
feat: lockfileVersion update to 9
1 parent 17f2563 commit b670855

File tree

2 files changed

+2950
-2088
lines changed

2 files changed

+2950
-2088
lines changed

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,3 @@ rm -rf .git && git init && git add . && git commit -m "Initial commit"
4545
```sh
4646
git push
4747
```
48-
49-
# WARNING
50-
51-
Warning triggered when using eslint in version 9.1.1 due to unmet dependency, I had to downgrade to [email protected]. It avoids using two versions of the same dependency.
52-
53-
Warning seen:
54-
55-
> "eslint": "^9.1.1" cause WARN  Issues with peer dependencies found
56-
57-
```txt
58-
.
59-
├─┬ @typescript-eslint/eslint-plugin 7.7.1
60-
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.1.1
61-
│ └─┬ @typescript-eslint/type-utils 7.7.1
62-
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.1.1
63-
│ └─┬ @typescript-eslint/utils 7.7.1
64-
│ └── ✕ unmet peer eslint@^8.56.0: found 9.1.1
65-
└─┬ @typescript-eslint/parser 7.7.1
66-
└── ✕ unmet peer eslint@^8.56.0: found 9.1.1
67-
```

0 commit comments

Comments
 (0)