Skip to content

Commit

Permalink
Update the codemirror-lang-perl and codemirror-lang-pg packages.
Browse files Browse the repository at this point in the history
There was a bug in the perl parser that allowed a pattern match to occur
where a division symbol should be.
  • Loading branch information
drgrice1 committed Oct 19, 2024
1 parent 9d18ffd commit d112411
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebwork/pg-codemirror-editor",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"description": "PG CodeMirror Editor",
"author": "The WeBWorK Project",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@openwebwork/codemirror-lang-pg": "^0.0.1-beta.8",
"@openwebwork/codemirror-lang-pg": "^0.0.1-beta.9",
"@replit/codemirror-emacs": "^6.1.0",
"@replit/codemirror-vim": "^6.2.1",
"cm6-theme-basic-dark": "^0.2.0",
Expand All @@ -40,7 +40,7 @@
"cm6-theme-solarized-light": "^0.2.0",
"codemirror": "^6.0.1",
"codemirror-lang-mt": "^0.0.2-beta.1",
"codemirror-lang-perl": "^0.1.5-beta.1",
"codemirror-lang-perl": "^0.1.5-beta.2",
"thememirror": "^2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit d112411

Please sign in to comment.