Skip to content

Commit

Permalink
sample(@nestjs) update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 5, 2018
1 parent e2de979 commit 8d62307
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 71 deletions.
10 changes: 5 additions & 5 deletions sample/01-cats-app/package.json
Expand Up @@ -14,11 +14,11 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/typeorm": "^5.0.0",
"mysql": "^2.15.0",
"reflect-metadata": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions sample/06-mongoose/package.json
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/mongoose": "^5.0.0",
"mongoose": "^5.0.1",
"reflect-metadata": "^0.1.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/07-sequelize/package.json
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -8,11 +8,11 @@
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,11 +9,11 @@
"start": "node index.js"
},
"dependencies": {
"@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",
"@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",
"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
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"class-transformer": "^0.1.7",
"class-validator": "^0.8.1",
"fastify": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions sample/11-swagger/package.json
Expand Up @@ -14,12 +14,12 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/microservices": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/microservices": "^5.1.0",
"@nestjs/swagger": "^2.0.0",
"@nestjs/testing": "^5.0.0",
"@nestjs/websockets": "^5.0.0",
"@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0",
"class-transformer": "^0.1.7",
"class-validator": "^0.7.2",
"reflect-metadata": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions sample/12-graphql-apollo/package.json
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/graphql": "^3.0.0",
"apollo-server-express": "^1.2.0",
"graphql": "^0.11.7",
Expand Down
4 changes: 2 additions & 2 deletions sample/13-mongo-typeorm/package.json
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/typeorm": "^5.0.0",
"mongodb": "^2.2.31",
"reflect-metadata": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions sample/14-mongoose-base/package.json
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"mongoose": "^5.0.6",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions sample/15-mvc/package.json
Expand Up @@ -10,8 +10,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"hbs": "^4.0.1",
"pug": "^2.0.3",
"reflect-metadata": "^0.1.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/16-gateways-ws/package.json
Expand Up @@ -9,11 +9,11 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@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",
"@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",
"class-transformer": "^0.1.7",
"class-validator": "^0.8.1",
"reflect-metadata": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions sample/17-mvc-fastify/package.json
Expand Up @@ -10,8 +10,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"fastify": "^1.1.0",
"handlebars": "^4.0.11",
"point-of-view": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions sample/18-context/package.json
Expand Up @@ -7,11 +7,11 @@
"start": "ts-node src/main"
},
"dependencies": {
"@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",
"@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",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"typescript": "^2.8.0"
Expand Down
4 changes: 2 additions & 2 deletions sample/19-auth/package.json
Expand Up @@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^5.0.0",
"@nestjs/core": "^5.0.0",
"@nestjs/common": "^5.1.0",
"@nestjs/core": "^5.1.0",
"@nestjs/passport": "^1.0.6",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
Expand Down

0 comments on commit 8d62307

Please sign in to comment.