Skip to content

Commit f6221a9

Browse files
authored
Update codemirror/lint (#867)
* fix(deps): update codemirror/lint to 6.9.2 * fix(deps): remove @codemirror/lint from ignored dependencies
1 parent 55d7445 commit f6221a9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@codemirror/commands": "6.10.0",
4747
"@codemirror/lang-javascript": "6.2.4",
4848
"@codemirror/language": "6.11.3",
49-
"@codemirror/lint": "6.9.0",
49+
"@codemirror/lint": "6.9.2",
5050
"@codemirror/search": "6.5.11",
5151
"@codemirror/state": "6.5.2",
5252
"@codemirror/view": "6.38.6",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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", "@codemirror/lint"],
20+
"ignoreDeps": ["neo4j", "@graphiql/plugin-doc-explorer", "@​graphiql/react"],
2121
"packageRules": [
2222
{
2323
"matchDatasources": ["npm"],

0 commit comments

Comments
 (0)