chore(): upgrade deps

This commit is contained in:
Kamil Myśliwiec 2021-02-26 09:13:19 +01:00
parent bbd0f389ad
commit 489889f718
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
3 changed files with 1157 additions and 2543 deletions

View File

@ -7,7 +7,6 @@ module.exports = {
plugins: ['@typescript-eslint/eslint-plugin'], plugins: ['@typescript-eslint/eslint-plugin'],
extends: [ extends: [
'plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
'plugin:prettier/recommended', 'plugin:prettier/recommended',
], ],
root: true, root: true,

3651
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" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^7.5.1", "@nestjs/common": "^7.6.13",
"@nestjs/core": "^7.5.1", "@nestjs/core": "^7.6.13",
"@nestjs/platform-express": "^7.5.1", "@nestjs/platform-express": "^7.6.13",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^6.6.3" "rxjs": "^6.6.6"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^7.5.1", "@nestjs/cli": "^7.5.6",
"@nestjs/schematics": "^7.1.3", "@nestjs/schematics": "^7.2.7",
"@nestjs/testing": "^7.5.1", "@nestjs/testing": "^7.6.13",
"@types/express": "^4.17.8", "@types/express": "^4.17.11",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.20",
"@types/node": "^14.14.6", "@types/node": "^14.14.31",
"@types/supertest": "^2.0.10", "@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.6.1", "@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.12.1", "eslint": "^7.20.0",
"eslint-config-prettier": "^6.15.0", "eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3", "jest": "^26.6.3",
"prettier": "^2.1.2", "prettier": "^2.2.1",
"supertest": "^6.0.0", "supertest": "^6.1.3",
"ts-jest": "^26.4.3", "ts-jest": "^26.5.2",
"ts-loader": "^8.0.8", "ts-loader": "^8.0.17",
"ts-node": "^9.0.0", "ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^3.9.0",
"typescript": "^4.0.5" "typescript": "^4.1.5"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [