Skip to content

Commit

Permalink
deps: revert codemirror update
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Sep 26, 2024
1 parent 132164a commit bd65c22
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 15 deletions.
143 changes: 133 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/form-js-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"dependencies": {
"@bpmn-io/form-js-editor": "^1.10.1",
"@bpmn-io/form-js-viewer": "^1.10.1",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/commands": "^6.6.2",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.2",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.7.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.0",
"@codemirror/view": "^6.26.3",
"classnames": "^2.5.1",
"codemirror": "^6.0.1",
"downloadjs": "^1.4.7",
Expand Down

0 comments on commit bd65c22

Please sign in to comment.