mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
chore: Bumped live plugin manager (#6311)
This commit is contained in:
parent
a9cffb8b6a
commit
92a4b9a622
3 changed files with 167 additions and 11 deletions
|
@ -51,7 +51,7 @@
|
|||
"jsonminify": "0.4.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"languages4translatewiki": "0.1.3",
|
||||
"live-plugin-manager-pnpm": "^0.18.1",
|
||||
"live-plugin-manager": "^0.19.0",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"log4js": "^6.9.1",
|
||||
"measured-core": "^2.0.0",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {IPluginInfo, PluginManager} from "live-plugin-manager-pnpm";
|
||||
import {IPluginInfo, PluginManager} from "live-plugin-manager";
|
||||
import path from "path";
|
||||
import {node_modules, pluginInstallPath} from "./installer";
|
||||
import {accessSync, constants, rmSync, symlinkSync, unlinkSync} from "node:fs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue