Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 050ca72

Browse files
committed
Pin resolution of eslint-plugin-import because 2.25 is broken
Signed-off-by: Tilman Vatteroth <[email protected]>
1 parent 0b0d695 commit 050ca72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
},
195195
"resolutions": {
196196
"cypress": "7.7.0",
197-
"katex": "0.13.18"
197+
"katex": "0.13.18",
198+
"eslint-plugin-import": "2.24.2"
198199
}
199200
}

0 commit comments

Comments
 (0)