Skip to content

Commit

Permalink
improve: moved @codemirror/view to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alondmnt committed Apr 18, 2024
1 parent 352fd40 commit 6be4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"devDependencies": {
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@types/jest": "^27.5.2",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^4.28.2",
Expand All @@ -43,7 +44,6 @@
"fs": false
},
"dependencies": {
"@codemirror/view": "^6.26.0",
"katex": "^0.16.2",
"markdown-it": "^13.0.1",
"markdown-it-mark": "^3.0.1",
Expand Down

0 comments on commit 6be4b05

Please sign in to comment.