Skip to content

Commit

Permalink
chore: bump codemirror dependencies (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 11, 2024
1 parent 07e8af7 commit dce396c
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 166 deletions.
2 changes: 1 addition & 1 deletion packages/codemirror-lang-graphql/package.json
Expand Up @@ -17,7 +17,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@codemirror/language": "6.9.3",
"@codemirror/language": "6.10.1",
"@lezer/highlight": "1.2.0",
"@lezer/lr": "1.3.14"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/hoppscotch-common/package.json
Expand Up @@ -22,17 +22,17 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@codemirror/autocomplete": "6.11.1",
"@codemirror/commands": "6.3.2",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/autocomplete": "6.13.0",
"@codemirror/commands": "6.3.3",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-xml": "6.0.2",
"@codemirror/language": "6.9.3",
"@codemirror/lang-xml": "6.1.0",
"@codemirror/language": "6.10.1",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/lint": "6.4.2",
"@codemirror/search": "6.5.5",
"@codemirror/state": "6.3.3",
"@codemirror/view": "6.22.3",
"@codemirror/lint": "6.5.0",
"@codemirror/search": "6.5.6",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.25.1",
"@hoppscotch/codemirror-lang-graphql": "workspace:^",
"@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^",
Expand Down

0 comments on commit dce396c

Please sign in to comment.