Skip to content

Commit

Permalink
sample(@nestjs) update samples package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 13, 2018
1 parent fcf24d3 commit c7bd1af
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 23 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"author": "Kamil Mysliwiec",
"license": "MIT",
"dependencies": {
"@nestjs/common": "beta",
"@nestjs/core": "beta",
"@nestjs/microservices": "beta",
"@nestjs/testing": "beta",
"@nestjs/websockets": "beta",
"@nestjs/common": "5.0.0",
"@nestjs/core": "5.0.0",
"@nestjs/microservices": "5.0.0",
"@nestjs/testing": "5.0.0",
"@nestjs/websockets": "5.0.0",
"axios": "^0.17.1",
"class-transformer": "^0.1.8",
"class-validator": "^0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/typeorm": "^2.0.0",
"@nestjs/typeorm": "^3.0.0",
"mysql": "^2.15.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/mongoose": "^3.0.1",
"@nestjs/mongoose": "^4.0.0",
"mongoose": "^5.0.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
Expand Down
14 changes: 0 additions & 14 deletions sample/11-swagger/jest.json

This file was deleted.

2 changes: 1 addition & 1 deletion sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/microservices": "^5.0.0",
"@nestjs/swagger": "^1.3.0",
"@nestjs/swagger": "^2.0.0",
"@nestjs/testing": "^5.0.0",
"@nestjs/websockets": "^5.0.0",
"class-transformer": "^0.1.7",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/graphql": "^1.0.0",
"@nestjs/graphql": "^3.0.0",
"apollo-server-express": "^1.2.0",
"graphql": "^0.11.7",
"graphql-subscriptions": "^0.5.6",
Expand Down

0 comments on commit c7bd1af

Please sign in to comment.