deps(): update to the latest versions

This commit is contained in:
Kamil Myśliwiec 2020-05-15 09:25:58 +02:00
parent dc0a6dc086
commit 08b0150cb6
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
2 changed files with 3762 additions and 2364 deletions

6048
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,34 +20,34 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^7.0.1",
"@nestjs/core": "^7.0.1",
"@nestjs/platform-express": "^7.0.1",
"@nestjs/common": "^7.0.11",
"@nestjs/core": "^7.0.11",
"@nestjs/platform-express": "^7.0.11",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4"
"rxjs": "^6.5.5"
},
"devDependencies": {
"@nestjs/cli": "^7.0.0",
"@nestjs/cli": "^7.1.5",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.1",
"@types/express": "^4.17.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"@nestjs/testing": "^7.0.11",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/supertest": "^2.0.9",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"supertest": "^4.0.2",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"ts-jest": "^25.5.1",
"ts-loader": "^7.0.4",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
},
"jest": {
"moduleFileExtensions": [