|
36 | 36 | "@nestjs/microservices": "5.1.0", |
37 | 37 | "@nestjs/testing": "5.1.0", |
38 | 38 | "@nestjs/websockets": "5.1.0", |
39 | | - "@nuxtjs/opencollective": "^0.1.0", |
40 | | - "amqp-connection-manager": "^2.2.0", |
41 | | - "amqplib": "^0.5.2", |
| 39 | + "@nuxtjs/opencollective": "^0.2.1", |
| 40 | + "amqp-connection-manager": "^2.3.0", |
| 41 | + "amqplib": "^0.5.3", |
42 | 42 | "apollo-server-express": "^2.4.2", |
43 | | - "axios": "^0.17.1", |
| 43 | + "axios": "^0.18.0", |
44 | 44 | "cache-manager": "^2.9.0", |
45 | | - "class-transformer": "^0.1.8", |
46 | | - "class-validator": "^0.8.1", |
| 45 | + "class-transformer": "^0.2.0", |
| 46 | + "class-validator": "^0.9.1", |
47 | 47 | "cli-color": "^1.1.0", |
48 | 48 | "connect": "^3.6.6", |
49 | | - "cors": "^2.8.4", |
| 49 | + "cors": "^2.8.5", |
50 | 50 | "engine.io-client": "^3.1.1", |
51 | 51 | "express": "^4.16.2", |
52 | | - "fast-json-stringify": "^1.5.4", |
53 | | - "fast-safe-stringify": "^1.2.0", |
54 | | - "fastify": "^1.1.1", |
55 | | - "fastify-cors": "^0.2.0", |
56 | | - "fastify-formbody": "^2.0.0", |
57 | | - "fastify-multipart": "^0.4.1", |
| 52 | + "fast-json-stringify": "^1.11.3", |
| 53 | + "fast-safe-stringify": "^2.0.6", |
| 54 | + "fastify": "^2.1.0", |
| 55 | + "fastify-cors": "^2.1.2", |
| 56 | + "fastify-formbody": "^3.1.0", |
| 57 | + "fastify-multipart": "^0.7.0", |
58 | 58 | "graphql": "^14.1.1", |
59 | | - "grpc": "^1.18.0", |
| 59 | + "grpc": "^1.19.0", |
60 | 60 | "http2": "^3.3.7", |
61 | | - "iterare": "0.0.8", |
62 | | - "json-socket": "^0.2.1", |
| 61 | + "iterare": "1.1.2", |
| 62 | + "json-socket": "^0.3.0", |
63 | 63 | "merge-graphql-schemas": "^1.5.8", |
64 | | - "mqtt": "^2.16.0", |
65 | | - "multer": "^1.3.0", |
66 | | - "nats": "^0.8.4", |
67 | | - "object-hash": "^1.3.0", |
| 64 | + "mqtt": "^2.18.8", |
| 65 | + "multer": "^1.4.1", |
| 66 | + "nats": "^1.2.2", |
| 67 | + "object-hash": "^1.3.1", |
68 | 68 | "optional": "^0.1.4", |
69 | | - "path-to-regexp": "^2.2.1", |
| 69 | + "path-to-regexp": "^3.0.0", |
70 | 70 | "pump": "^3.0.0", |
71 | | - "redis": "^2.7.1", |
| 71 | + "redis": "^2.8.0", |
72 | 72 | "reflect-metadata": "^0.1.12", |
73 | 73 | "rxjs": "^6.0.0", |
74 | 74 | "rxjs-compat": "^6.0.0", |
75 | | - "socket.io": "^2.1.1", |
76 | | - "trouter": "^1.0.0", |
77 | | - "ts-morph": "^1.2.0", |
78 | | - "ts-simple-ast": "^14.4.3", |
79 | | - "type-graphql": "^0.17.0-beta.7", |
| 75 | + "socket.io": "^2.2.0", |
| 76 | + "ts-morph": "^1.3.0", |
| 77 | + "type-graphql": "^0.17.0", |
80 | 78 | "uuid": "^3.3.2" |
81 | 79 | }, |
82 | 80 | "devDependencies": { |
|
86 | 84 | "@types/chai-as-promised": "0.0.31", |
87 | 85 | "@types/cors": "^2.8.3", |
88 | 86 | "@types/express": "^4.0.39", |
| 87 | + "@types/fastify-cors": "^2.1.0", |
89 | 88 | "@types/kafka-node": "^2.0.6", |
90 | 89 | "@types/mocha": "^2.2.38", |
91 | 90 | "@types/node": "^10.12.14", |
|
117 | 116 | "imports-loader": "^0.7.0", |
118 | 117 | "json-loader": "^0.5.4", |
119 | 118 | "lerna": "^2.5.1", |
| 119 | + "lint-staged": "^8.1.4", |
120 | 120 | "memory-usage": "^1.2.1", |
121 | 121 | "mocha": "^3.2.0", |
122 | | - "prettier": "^1.15.3", |
123 | | - "socket.io-client": "^2.0.4", |
124 | | - "ts-node": "^7.0.1", |
125 | | - "tslint": "^5.11.0", |
126 | | - "typescript": "^3.2.4", |
127 | | - "lint-staged": "^8.1.4", |
128 | 122 | "nodemon": "^1.18.10", |
129 | 123 | "nyc": "^13.3.0", |
| 124 | + "prettier": "^1.15.3", |
130 | 125 | "sinon": "^7.2.3", |
131 | 126 | "sinon-chai": "^3.3.0", |
132 | | - "supertest": "^3.4.2" |
| 127 | + "socket.io-client": "^2.0.4", |
| 128 | + "supertest": "^3.4.2", |
| 129 | + "ts-node": "^7.0.1", |
| 130 | + "tslint": "^5.11.0", |
| 131 | + "typescript": "^3.2.4" |
133 | 132 | }, |
134 | 133 | "collective": { |
135 | 134 | "type": "opencollective", |
|
0 commit comments