Skip to content

Commit

Permalink
sample(nestjs) update framework to 5.3.0 in all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 31, 2018
1 parent 7a4b0e6 commit fde2041
Show file tree
Hide file tree
Showing 22 changed files with 441 additions and 381 deletions.
13 changes: 7 additions & 6 deletions sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
"start:prod": "node dist/main.js",
"test": "jest --config=jest.json",
"test:watch": "jest --watch --config=jest.json",
"test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
"test:coverage":
"jest --config=jest.json --coverage --coverageDirectory=coverage",
"e2e": "jest --config=e2e/jest-e2e.json --forceExit",
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.8.1",
"reflect-metadata": "^0.1.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.8.1",
"reflect-metadata": "^0.1.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"amqplib": "^0.5.1",
"class-transformer": "^0.1.7",
"class-validator": "^0.7.2",
Expand Down
10 changes: 5 additions & 5 deletions sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@grpc/proto-loader": "^0.3.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.7.2",
"grpc": "^1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.2.0",
"@nestjs/core": "^5.2.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/typeorm": "^5.2.0",
"mysql": "^2.15.0",
"reflect-metadata": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.2.0",
"@nestjs/core": "^5.2.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/mongoose": "^5.2.0",
"mongoose": "^5.0.1",
"reflect-metadata": "^0.1.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"mysql2": "^1.4.2",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"typescript": "^2.8.0"
Expand Down
10 changes: 5 additions & 5 deletions sample/09-babel-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "node index.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.17.2",
Expand Down
10 changes: 5 additions & 5 deletions sample/10-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.8.1",
"fastify": "^1.1.0",
Expand Down
13 changes: 7 additions & 6 deletions sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@
"start:prod": "node dist/main.js",
"test": "jest --config=jest.json",
"test:watch": "jest --watch --config=jest.json",
"test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage",
"test:coverage":
"jest --config=jest.json --coverage --coverageDirectory=coverage",
"e2e": "jest --config=e2e/jest-e2e.json --forceExit",
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/common": "^5.3.0",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/swagger": "^2.4.4",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"@nestjs/testing": "^5.3.0",
"@nestjs/websockets": "^5.3.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.7.2",
"reflect-metadata": "^0.1.12",
Expand Down
Loading

0 comments on commit fde2041

Please sign in to comment.