chore: Bumped live plugin manager (#6311)

This commit is contained in:
SamTV12345 2024-04-05 18:53:04 +02:00 committed by GitHub
parent a9cffb8b6a
commit 92a4b9a622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 167 additions and 11 deletions

View file

@ -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",

View file

@ -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";