Skip to content

Commit ea0789f

Browse files
committed
fix: updating package.json
1 parent 7a68e67 commit ea0789f

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

src/server/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "omega-server",
3-
"version": "0.3.1",
4-
"main": "./main.ts",
5-
"dependencies": {
6-
"@nestjs/common": "6.3.1",
7-
"@nestjs/core": "6.3.1",
8-
"@nestjs/graphql": "6.2.4",
9-
"@nestjs/microservices": "6.3.1",
10-
"@nestjs/passport": "6.1.0",
11-
"@nestjs/platform-express": "6.3.1",
12-
"@nestjs/swagger": "3.0.2",
13-
"@nestjs/testing": "6.3.1",
14-
"@nestjs/typeorm": "6.1.2",
15-
"@nestjs/websockets": "6.3.1",
16-
"apollo-server-express": "2.6.2",
17-
"class-transformer": "0.1.10",
18-
"class-validator": "0.7.3",
19-
"classnames": "2.2.6",
20-
"express": "4.17.1",
21-
"express-http-proxy": "1.5.1",
22-
"graphql": "14.3.1",
23-
"graphql-subscriptions": "1.1.0",
24-
"graphql-tools": "4.0.4",
25-
"lodash": "4.17.11",
26-
"node-fetch": "2.6.0",
27-
"passport": "0.4.0",
28-
"passport-jwt": "4.0.0",
29-
"rxjs": "6.5.2",
30-
"pg": "7.11.0",
31-
"reflect-metadata": "0.1.13",
32-
"rest-graphql": "1.0.6",
33-
"subscriptions-transport-ws": "0.9.16",
34-
"typeorm": "0.2.18",
35-
"typescript": "3.5.3",
36-
"ws": "4.1.0"
37-
},
38-
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b"
2+
"name": "omega-server",
3+
"version": "0.3.1",
4+
"main": "./main.ts",
5+
"dependencies": {
6+
"@nestjs/common": "6.3.1",
7+
"@nestjs/core": "6.3.1",
8+
"@nestjs/graphql": "6.2.4",
9+
"@nestjs/microservices": "6.3.1",
10+
"@nestjs/passport": "6.1.0",
11+
"@nestjs/platform-express": "6.3.1",
12+
"@nestjs/swagger": "3.0.2",
13+
"@nestjs/testing": "6.3.1",
14+
"@nestjs/typeorm": "6.1.2",
15+
"@nestjs/websockets": "6.3.1",
16+
"apollo-server-express": "2.6.2",
17+
"class-transformer": "0.1.10",
18+
"class-validator": "0.7.3",
19+
"classnames": "2.2.6",
20+
"express": "4.17.1",
21+
"express-http-proxy": "1.5.1",
22+
"graphql": "14.3.1",
23+
"graphql-subscriptions": "1.1.0",
24+
"graphql-tools": "4.0.4",
25+
"lodash": "4.17.13",
26+
"node-fetch": "2.6.0",
27+
"passport": "0.4.0",
28+
"passport-jwt": "4.0.0",
29+
"rxjs": "6.5.2",
30+
"pg": "7.11.0",
31+
"reflect-metadata": "0.1.13",
32+
"rest-graphql": "1.0.6",
33+
"subscriptions-transport-ws": "0.9.16",
34+
"typeorm": "0.2.18",
35+
"typescript": "3.5.3",
36+
"ws": "4.1.0"
37+
},
38+
"gitHead": "f427f35e8053f50b3dbfebf486a0528220c3888b"
3939
}

0 commit comments

Comments
 (0)