diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 22:01:05 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 22:01:05 +0200 |
commit | a6adbe91425415d90d80d239f3b090f12fd21913 (patch) | |
tree | 2d174d18e36e0155ae65bc9f8f6987f84ee38bf5 | |
parent | replace chalk with nanocolors (diff) | |
download | server-a6adbe91425415d90d80d239f3b090f12fd21913.tar.xz |
:arrow_up: update dependencies
-rw-r--r-- | api/package-lock.json | 2 | ||||
-rw-r--r-- | bundle/package-lock.json | 2 | ||||
-rw-r--r-- | bundle/package.json | 2 | ||||
-rw-r--r-- | gateway/package-lock.json | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/api/package-lock.json b/api/package-lock.json index 53088d5d..1633a945 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -93,6 +93,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", @@ -17292,6 +17293,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", diff --git a/bundle/package-lock.json b/bundle/package-lock.json index c06ab5ee..14c54874 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json @@ -139,6 +139,7 @@ "lambert-server": "^1.2.8", "missing-native-js-functions": "^1.2.15", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "supertest": "^6.1.6", "typescript": "^4.1.2", @@ -1800,6 +1801,7 @@ "lambert-server": "^1.2.8", "missing-native-js-functions": "^1.2.15", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", "supertest": "^6.1.6", "ts-patch": "^1.4.4", diff --git a/bundle/package.json b/bundle/package.json index 0be37a8e..2bcab8f6 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -4,7 +4,7 @@ "description": "", "main": "src/start.js", "scripts": { - "setup": "cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i && npm install", + "setup": "npm install && cd ../util && npm --production=false i && cd ../api && npm --production=false i && cd ../cdn && npm --production=false i && cd ../gateway && npm --production=false i", "build": "npm run build:util && npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle", "postinstall": "ts-patch install -s", "build:bundle": "npx tsc -b .", diff --git a/gateway/package-lock.json b/gateway/package-lock.json index 8ea277fe..4296feae 100644 --- a/gateway/package-lock.json +++ b/gateway/package-lock.json @@ -57,6 +57,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", @@ -9651,6 +9652,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", |