summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
commit1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f (patch)
tree27aebb9cd196fd32dde63f757faf732eb608c8a5 /util/package.json
parentAdd warn for git + remove unnecessary import (diff)
downloadserver-1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f.tar.xz
replace chalk with nanocolors
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json

index 426b4e43..3bdc04be 100644 --- a/util/package.json +++ b/util/package.json
@@ -39,7 +39,6 @@ "dependencies": { "ajv": "^8.6.2", "amqplib": "^0.8.0", - "chalk": "^4.1.2", "class-validator": "^0.13.1", "dot-prop": "^6.0.1", "env-paths": "^2.2.1", @@ -47,6 +46,7 @@ "lambert-server": "^1.2.10", "missing-native-js-functions": "^1.2.15", "multer": "^1.4.3", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "patch-package": "^6.4.7", "pg": "^8.7.1",