diff --git a/package.json b/package.json index 10386f9..bf85a1c 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "@dcl/eslint-config": "^2.0.0", "@protobuf-ts/protoc": "^2.9.4", "@types/node": "^20.11.28", + "@types/redis": "^4.0.11", "@types/ws": "^8.5.10", "@well-known-components/test-helpers": "^1.5.6", "nodemon": "^3.1.0", "ts-node": "^10.9.2", - "typescript": "^5.4.2", - "@types/redis": "^4.0.11" + "typescript": "^5.4.2" }, "prettier": { "printWidth": 120, @@ -39,7 +39,7 @@ "@well-known-components/logger": "^3.1.3", "@well-known-components/metrics": "^2.1.0", "@well-known-components/pg-component": "^0.2.2", - "@well-known-components/uws-http-server": "^0.0.1-20240314125425.commit-711dd8f", + "@well-known-components/uws-http-server": "^0.0.2", "fp-future": "^1.0.1", "mitt": "^3.0.1", "redis": "^4.6.13",