mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixed dependency tree
This commit is contained in:
parent
c5752ea934
commit
4c63449a69
2 changed files with 6 additions and 6 deletions
|
@ -239,6 +239,9 @@ importers:
|
|||
resolve:
|
||||
specifier: 1.22.8
|
||||
version: 1.22.8
|
||||
rusty-store-kv:
|
||||
specifier: ^1.2.0
|
||||
version: 1.2.0
|
||||
security:
|
||||
specifier: 1.0.0
|
||||
version: 1.0.0
|
||||
|
@ -348,9 +351,6 @@ importers:
|
|||
openapi-schema-validation:
|
||||
specifier: ^0.4.2
|
||||
version: 0.4.2
|
||||
rusty-store-kv:
|
||||
specifier: ^1.2.0
|
||||
version: 1.2.0
|
||||
set-cookie-parser:
|
||||
specifier: ^2.7.0
|
||||
version: 2.7.0
|
||||
|
|
|
@ -73,7 +73,8 @@
|
|||
"ueberdb2": "^4.2.103",
|
||||
"underscore": "1.13.7",
|
||||
"unorm": "1.6.0",
|
||||
"wtfnode": "^0.9.3"
|
||||
"wtfnode": "^0.9.3",
|
||||
"rusty-store-kv": "^1.2.0"
|
||||
},
|
||||
"bin": {
|
||||
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
||||
|
@ -110,8 +111,7 @@
|
|||
"split-grid": "^1.0.11",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5.5.4",
|
||||
"vitest": "^2.0.5",
|
||||
"rusty-store-kv": "^1.2.0"
|
||||
"vitest": "^2.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2",
|
||||
|
|
Loading…
Reference in a new issue