Skip to content

Commit

Permalink
Merge pull request #171 from neinteractiveliterature/upgrade-codemirr…
Browse files Browse the repository at this point in the history
…or-packages

Upgrade all Codemirror and Lezer deps
  • Loading branch information
nbudin authored Mar 11, 2024
2 parents a182baa + 60ec96c commit 9e440ad
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 116 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "7.23.2",
"@codemirror/lang-javascript": "^6.0",
"@codemirror/lang-markdown": "^6.0",
"@codemirror/theme-one-dark": "^6.0",
"@lezer/common": "^1.0",
"@lezer/generator": "^1.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/theme-one-dark": "^6.1.2",
"@lezer/common": "^1.2.1",
"@lezer/generator": "^1.6.0",
"@mdx-js/react": "^2.1.1",
"@storybook/addon-actions": "^7.0.0",
"@storybook/addon-docs": "^7.0.0",
Expand Down Expand Up @@ -98,13 +98,13 @@
"webpack": "^5.73.0"
},
"dependencies": {
"@codemirror/commands": "^6.0",
"@codemirror/lang-html": "^6.0",
"@codemirror/language": "^6.0",
"@codemirror/state": "^6.0",
"@codemirror/view": "^6.0",
"@lezer/highlight": "^1.0",
"@lezer/lr": "^1.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.25.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@popperjs/core": "^2.11.5",
"classnames": "^2.3.1",
"codemirror": "^6.0",
Expand Down
Loading

0 comments on commit 9e440ad

Please # to comment.