Skip to content

Commit

Permalink
Merge pull request #5380 from dodona-edu/fix/doctest-hack
Browse files Browse the repository at this point in the history
Replace doctest hack by different module name
  • Loading branch information
jorg-vr authored Feb 23, 2024
2 parents edc698b + ee6c225 commit 6c0c522
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@codemirror/language-data": "^6.4.1",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.24.0",
"@dodona/papyros": "2.3.2",
"@dodona/papyros": "2.3.4",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,10 +1327,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@dodona/[email protected].2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@dodona/papyros/-/papyros-2.3.2.tgz#4572f1a7a70a4c0b731bc5d0d116e364e198af34"
integrity sha512-rCQYQxggtlWEPkj8srGYlJFX+dKH4JTJAEUeU4N+35bN3VfATdscLaqHd/kLRoM6fUsbl9IZRWsn7GIRSjI4OQ==
"@dodona/[email protected].4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@dodona/papyros/-/papyros-2.3.4.tgz#63c6f8b5734eea348673b64efb926a8dcc3bd55f"
integrity sha512-nDHa4pssDBAFdZSaYwkZAcgZRgtxqSRrV2/PPx70RJumsBzBqMEYwAqDbd7mj+Jx4yeB4yKoZuKXvG/Cl4drcg==
dependencies:
"@codemirror/autocomplete" "^6.11.1"
"@codemirror/commands" "^6.3.1"
Expand Down

0 comments on commit 6c0c522

Please sign in to comment.