diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 11:09:48 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 12:09:48 +0100 |
commit | e042db33b6ee7aba69275d6f5e7cb901bcc0758d (patch) | |
tree | bc2dcfac2c0686488acef074a5436bf59322e69d /util/package.json | |
parent | Add Sentry, fix compile errors (diff) | |
download | server-e042db33b6ee7aba69275d6f5e7cb901bcc0758d.tar.xz |
Replace nanocolors with picocolors
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index e93eeab4..aef5dcfc 100644 --- a/util/package.json +++ b/util/package.json @@ -44,10 +44,10 @@ "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.18", "multer": "^1.4.3", - "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "patch-package": "^6.4.7", "pg": "^8.7.1", + "picocolors": "^1.0.0", "proxy-agent": "^5.0.0", "reflect-metadata": "^0.1.13", "typeorm": "^0.2.38", |