We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a37005 commit 50fee3bCopy full SHA for 50fee3b
.changeset/wet-geckos-rush.md
@@ -0,0 +1,5 @@
1
+---
2
+'esrap': patch
3
4
+
5
+Fix types for packages that depend on esrap by making @typescript-eslint/types a peer dependency
package.json
@@ -54,6 +54,9 @@
54
"dependencies": {
55
"@jridgewell/sourcemap-codec": "^1.4.15"
56
},
57
+ "peerDependencies": {
58
+ "@typescript-eslint/types": "^8.2.0"
59
+ },
60
"packageManager": "pnpm@9.8.0",
61
"publishConfig": {
62
"access": "public"
0 commit comments