mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed dev dependencies.
This commit is contained in:
parent
0edc20d438
commit
4034cbb8fc
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,8 @@
|
||||||
"ueberdb2": "^4.2.63",
|
"ueberdb2": "^4.2.63",
|
||||||
"underscore": "1.13.6",
|
"underscore": "1.13.6",
|
||||||
"unorm": "1.6.0",
|
"unorm": "1.6.0",
|
||||||
"wtfnode": "^0.9.1"
|
"wtfnode": "^0.9.1",
|
||||||
|
"lru-cache": "^10.2.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
||||||
|
@ -99,7 +100,6 @@
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-etherpad": "^4.0.4",
|
"eslint-config-etherpad": "^4.0.4",
|
||||||
"etherpad-cli-client": "^3.0.2",
|
"etherpad-cli-client": "^3.0.2",
|
||||||
"lru-cache": "^10.2.0",
|
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.3.0",
|
||||||
"mocha-froth": "^0.2.10",
|
"mocha-froth": "^0.2.10",
|
||||||
"nodeify": "^1.0.1",
|
"nodeify": "^1.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue