Skip to content

Commit

Permalink
fix: remove typescript-estree warning due to incompatible versions fo…
Browse files Browse the repository at this point in the history
…und between the parser and TypeScript (#152)

* deps: use fix versions of typescript and typescript-estree

* docs: add changeset
  • Loading branch information
antoine-coulon committed Mar 13, 2024
1 parent 17081f1 commit 9d43673
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-poems-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"skott": patch
---

Remove @typescript-eslint/typescript-estree warning occurring when an incompatible version of TypeScript is found by ensuring fixed compatible versions from the manifest.
4 changes: 2 additions & 2 deletions packages/skott/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@typescript-eslint/typescript-estree": "^6.7.4",
"@typescript-eslint/typescript-estree": "7.2.0",
"commander": "^11.0.0",
"compression": "^1.7.4",
"depcheck": "^1.4.3",
Expand All @@ -65,7 +65,7 @@
"polka": "^0.5.2",
"sirv": "^2.0.3",
"skott-webapp": "workspace:^",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"devDependencies": {
"@nodesecure/eslint-config": "^1.7.0",
Expand Down
57 changes: 42 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 9d43673

Please sign in to comment.