Skip to content

Commit

Permalink
WIP: update codemirror deps
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent 317c0e2 commit 04587f9
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
168 changes: 84 additions & 84 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions packages/ui-source-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@codemirror/autocomplete": "^6.8.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.3.1",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/autocomplete": "^6.10.2",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/language": "^6.3.1",
"@codemirror/legacy-modes": "^6.3.1",
"@codemirror/lint": "^6.1.0",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.6.0",
"@codemirror/lang-markdown": "^6.2.2",
"@codemirror/language": "^6.9.1",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.3.0",
"@codemirror/view": "^6.21.3",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
Expand Down

0 comments on commit 04587f9

Please sign in to comment.