feature: update all dependencies

This commit is contained in:
Kamil Myśliwiec 2018-08-16 20:15:17 +02:00
parent 3ad6bb5602
commit df61800f58
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
2 changed files with 801 additions and 1462 deletions

2233
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,33 +19,33 @@
"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",
"rxjs": "^6.2.2",
"typescript": "^3.0.1"
},
"devDependencies": {
"@types/express": "^4.0.39",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.1",
"@types/node": "^10.7.1",
"@types/supertest": "^2.0.4",
"@types/supertest": "^2.0.5",
"jest": "^23.5.0",
"nodemon": "^1.14.1",
"prettier": "^1.11.1",
"nodemon": "^1.18.3",
"prettier": "^1.14.2",
"rimraf": "^2.6.2",
"supertest": "^3.0.0",
"supertest": "^3.1.0",
"ts-jest": "^23.1.3",
"ts-loader": "^4.1.0",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.3.1",
"tsconfig-paths": "^3.5.0",
"tslint": "5.11.0",
"webpack": "^4.2.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.6.0"
"webpack-node-externals": "^1.7.2"
},
"jest": {
"moduleFileExtensions": [