Skip to content

Commit 622fc99

Browse files
committed
autofixes from Etherpad checkPlugin.js
1 parent b580889 commit 622fc99

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,5 @@ jobs:
6666
if [ $res -eq 0 ]; then
6767
echo "No backend tests found"
6868
else
69-
shopt -s globstar
7069
npx cross-env NODE_ENV=production mocha --import=tsx --timeout 120000 --recursive node_modules/ep_*/static/tests/backend/specs/**
7170
fi

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ep_markdown",
33
"description": "Edit and Export as Markdown in Etherpad",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": {
66
"name": "John McLear",
77
"email": "john@mclear.co.uk",
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/ether/ep_markdown.git"
1313
},
1414
"dependencies": {
15-
"showdown": "*"
15+
"showdown": "^2.1.0"
1616
},
1717
"contributors": [],
1818
"license": "Apache-2.0",
@@ -21,11 +21,11 @@
2121
"url": "https://etherpad.org/"
2222
},
2323
"devDependencies": {
24-
"eslint": "^8.57.0",
24+
"@types/mocha": "^10.0.10",
25+
"@types/node": "^20.19.37",
26+
"eslint": "^8.57.1",
2527
"eslint-config-etherpad": "^4.0.4",
26-
"typescript": "^5.4.2",
27-
"@types/mocha": "^10.0.6",
28-
"@types/node": "^20.12.4"
28+
"typescript": "^5.9.3"
2929
},
3030
"scripts": {
3131
"lint": "eslint .",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)