summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
commitdbdfbf61f29f6e454c0543c977afb4061d24afa8 (patch)
tree25f6ca9692eeda3cdb6657aec0b4ee87c1acdedb /gateway/package.json
parent:bug: prevent @everyone role deletion (diff)
downloadserver-dbdfbf61f29f6e454c0543c977afb4061d24afa8.tar.xz
:bug: fix server bundle
Diffstat (limited to '')
-rw-r--r--gateway/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/gateway/package.json b/gateway/package.json
index 37ed4af6..97ddfd41 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -15,13 +15,13 @@
 	"devDependencies": {
 		"@types/amqplib": "^0.8.1",
 		"@types/jsonwebtoken": "^8.5.0",
-		"@types/mongoose-autopopulate": "^0.10.1",
-		"@types/uuid": "^8.3.0",
-		"@types/ws": "^7.4.0",
 		"@types/mongodb": "^3.6.9",
+		"@types/mongoose-autopopulate": "^0.10.1",
 		"@types/mongoose-lean-virtuals": "^0.5.1",
 		"@types/node": "^14.17.9",
 		"@types/node-fetch": "^2.5.12",
+		"@types/uuid": "^8.3.0",
+		"@types/ws": "^7.4.0",
 		"ts-node-dev": "^1.1.6",
 		"typescript": "^4.2.3"
 	},