Skip to content

Commit 630b1fa

Browse files
autofixes from Etherpad checkPlugin.js
1 parent 6e3bd45 commit 630b1fa

2 files changed

Lines changed: 1465 additions & 815 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
33
"name": "ep_comments_page",
4-
"version": "1.0.39",
4+
"version": "1.0.40",
55
"author": {
66
"name": "Nicolas Lescop",
77
"email": "limplementeur@gmail.com"
@@ -22,16 +22,16 @@
2222
}
2323
],
2424
"dependencies": {
25-
"cheerio": "^1.0.0-rc.12",
26-
"formidable": "^3.5.1",
27-
"underscore": "^1.13.6"
25+
"cheerio": "^1.2.0",
26+
"formidable": "^3.5.4",
27+
"underscore": "^1.13.8"
2828
},
2929
"devDependencies": {
30-
"eslint": "^8.57.0",
30+
"eslint": "^8.57.1",
3131
"eslint-config-etherpad": "^4.0.4",
32-
"socket.io-client": "*",
32+
"socket.io-client": "^4.8.3",
3333
"superagent": "^8.1.2",
34-
"typescript": "^5.4.2"
34+
"typescript": "^5.9.3"
3535
},
3636
"scripts": {
3737
"lint": "eslint .",

0 commit comments

Comments
 (0)