Skip to content

Commit ea3dffb

Browse files
committed
chore: add codemirror/lint to ignored deps for now
@codemirror/[email protected] introduced a browser crash. Will remove this in the future when it is fixed at the source.
1 parent c47661c commit ea3dffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"**/tests/**",
1818
"**/__fixtures__/**"
1919
],
20-
"ignoreDeps": ["neo4j", "@graphiql/plugin-doc-explorer", "@​graphiql/react"],
20+
"ignoreDeps": ["neo4j", "@graphiql/plugin-doc-explorer", "@​graphiql/react", "@codemirror/lint"],
2121
"packageRules": [
2222
{
2323
"matchDatasources": ["npm"],

0 commit comments

Comments
 (0)