Skip to content

Commit ac6d2e1

Browse files
voxpelliSukkaW
andauthoredDec 11, 2024··
fix: include @types/doctrine to dependencies (#198)
Co-authored-by: SukkaW <isukkaw@gmail.com>
1 parent f22eaa9 commit ac6d2e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/cuddly-eels-train.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
Fix [#197](https://github.com/un-ts/eslint-plugin-import-x/issues/197) with missing types

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"eslint": "^8.57.0 || ^9.0.0"
4949
},
5050
"dependencies": {
51+
"@types/doctrine": "^0.0.9",
5152
"@typescript-eslint/scope-manager": "^8.1.0",
5253
"@typescript-eslint/utils": "^8.1.0",
5354
"debug": "^4.3.4",
@@ -82,7 +83,6 @@
8283
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
8384
"@total-typescript/ts-reset": "^0.5.1",
8485
"@types/debug": "^4.1.12",
85-
"@types/doctrine": "^0.0.9",
8686
"@types/eslint": "^9.6.1",
8787
"@types/eslint8.56": "npm:@types/eslint@^8.56.11",
8888
"@types/eslint9": "npm:@types/eslint@^9.6.1",

0 commit comments

Comments
 (0)
Please sign in to comment.