Skip to content
Snippets Groups Projects
Unverified Commit 5096be06 authored by woxtu's avatar woxtu Committed by GitHub
Browse files

Remove an unused dependency (#11405)

parent 33908699
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@
"rss-parser": "3.13.0",
"rxjs": "7.8.1",
"sanitize-html": "2.11.0",
"semver": "7.5.4",
"sharp": "0.32.3",
"sharp-read-bmp": "github:misskey-dev/sharp-read-bmp",
"slacc": "0.0.10",
......
......@@ -10,7 +10,6 @@ import * as os from 'node:os';
import cluster from 'node:cluster';
import chalk from 'chalk';
import chalkTemplate from 'chalk-template';
import semver from 'semver';
import Logger from '@/logger.js';
import { loadConfig } from '@/config.js';
import type { Config } from '@/config.js';
......
......@@ -341,9 +341,6 @@ importers:
sanitize-html:
specifier: 2.11.0
version: 2.11.0
semver:
specifier: 7.5.4
version: 7.5.4
sharp:
specifier: 0.32.3
version: 0.32.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment