Skip to content

Commit

Permalink
Merge pull request #237 from munshkr/chore/upgrade-codemirror
Browse files Browse the repository at this point in the history
feat(web): Upgrade codemirror and related packages
  • Loading branch information
munshkr authored Jan 13, 2024
2 parents adaf6f7 + f163be8 commit ba5ee96
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
72 changes: 36 additions & 36 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/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/lang-python": "^6.1.2",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
"@flok-editor/cm-eval": "^1.0.1",
"@flok-editor/lang-tidal": "^1.0.1",
"@flok-editor/session": "^1.0.1",
Expand Down

0 comments on commit ba5ee96

Please sign in to comment.