refactor: move @types/node to the dependencies

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

View File

@ -24,6 +24,7 @@
"@nestjs/microservices": "^5.1.0", "@nestjs/microservices": "^5.1.0",
"@nestjs/testing": "^5.1.0", "@nestjs/testing": "^5.1.0",
"@nestjs/websockets": "^5.1.0", "@nestjs/websockets": "^5.1.0",
"@types/node": "^10.7.1",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.12",
"rxjs": "^6.2.2", "rxjs": "^6.2.2",
"typescript": "^3.0.1" "typescript": "^3.0.1"
@ -31,7 +32,6 @@
"devDependencies": { "devDependencies": {
"@types/express": "^4.16.0", "@types/express": "^4.16.0",
"@types/jest": "^23.3.1", "@types/jest": "^23.3.1",
"@types/node": "^10.7.1",
"@types/supertest": "^2.0.5", "@types/supertest": "^2.0.5",
"jest": "^23.5.0", "jest": "^23.5.0",
"nodemon": "^1.18.3", "nodemon": "^1.18.3",
@ -48,11 +48,7 @@
"webpack-node-externals": "^1.7.2" "webpack-node-externals": "^1.7.2"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": ["js", "json", "ts"],
"js",
"json",
"ts"
],
"rootDir": "src", "rootDir": "src",
"testRegex": ".spec.ts$", "testRegex": ".spec.ts$",
"transform": { "transform": {