mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-26 06:14:21 +00:00
Pin resolution of eslint-plugin-import because 2.25 is broken
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
0b0d695701
commit
050ca72925
1 changed files with 2 additions and 1 deletions
|
@ -194,6 +194,7 @@
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"cypress": "7.7.0",
|
"cypress": "7.7.0",
|
||||||
"katex": "0.13.18"
|
"katex": "0.13.18",
|
||||||
|
"eslint-plugin-import": "2.24.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue