Skip to content

Commit 62a49ab

Browse files
committed
Version bump to pull in quote like fat comma fix.
1 parent d2e1d66 commit 62a49ab

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwebwork/pg-codemirror-editor",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "PG CodeMirror Editor",
55
"author": "The WeBWorK Project",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"@codemirror/lang-html": "^6.4.9",
2828
"@codemirror/lang-xml": "^6.1.0",
2929
"@codemirror/theme-one-dark": "^6.1.2",
30-
"@openwebwork/codemirror-lang-pg": "^0.0.2",
30+
"@openwebwork/codemirror-lang-pg": "^0.0.3",
3131
"@replit/codemirror-emacs": "^6.1.0",
3232
"@replit/codemirror-vim": "^6.3.0",
3333
"cm6-theme-basic-dark": "^0.2.0",
@@ -39,8 +39,8 @@
3939
"cm6-theme-solarized-dark": "^0.2.0",
4040
"cm6-theme-solarized-light": "^0.2.0",
4141
"codemirror": "^6.0.1",
42-
"codemirror-lang-mt": "^0.0.2",
43-
"codemirror-lang-perl": "^0.1.5",
42+
"codemirror-lang-mt": "^0.0.3",
43+
"codemirror-lang-perl": "^0.1.6",
4444
"style-mod": "^4.1.2",
4545
"thememirror": "^2.0.1"
4646
},

0 commit comments

Comments
 (0)