summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 11:09:48 +0000
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 12:09:48 +0100
commite042db33b6ee7aba69275d6f5e7cb901bcc0758d (patch)
treebc2dcfac2c0686488acef074a5436bf59322e69d /cdn
parentAdd Sentry, fix compile errors (diff)
downloadserver-e042db33b6ee7aba69275d6f5e7cb901bcc0758d.tar.xz
Replace nanocolors with picocolors
Diffstat (limited to 'cdn')
-rw-r--r--cdn/package.json2
-rw-r--r--cdn/src/util/Storage.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json

index fec43785..c029ffbf 100644 --- a/cdn/package.json +++ b/cdn/package.json
@@ -53,7 +53,7 @@ "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.17", "multer": "^1.4.2", - "nanocolors": "^0.2.12", + "picocolors": "^1.0.0", "node-fetch": "^2.6.1", "supertest": "^6.1.6", "typescript": "^4.1.2" diff --git a/cdn/src/util/Storage.ts b/cdn/src/util/Storage.ts
index f45fe44a..89dd5634 100644 --- a/cdn/src/util/Storage.ts +++ b/cdn/src/util/Storage.ts
@@ -1,7 +1,7 @@ import { FileStorage } from "./FileStorage"; import path from "path"; import fse from "fs-extra"; -import { bgCyan, black } from "nanocolors"; +import { bgCyan, black } from "picocolors"; import { S3 } from "@aws-sdk/client-s3"; import { S3Storage } from "./S3Storage"; process.cwd();