Skip to content

Commit

Permalink
chore(): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 7, 2021
1 parent 7777d74 commit 93e7f57
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@commitlint/config-angular": "12.1.4",
"@types/fs-extra": "9.0.12",
"@types/jest": "26.0.24",
"@types/node": "14.17.4",
"@types/node": "16.0.0",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"cpx": "1.5.0",
Expand All @@ -69,7 +69,7 @@
"typescript": "3.9.10"
},
"peerDependencies": {
"typescript": "^3.4.5 || ^4.0.0"
"typescript": "^3.4.5 || ^4.3.5"
},
"schematics": "./dist/collection.json",
"husky": {
Expand Down
10 changes: 5 additions & 5 deletions src/lib/application/files/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "7.2.0"
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/testing": "^7.0.0",
"@nestjs/testing": "^8.0.0",
"@babel/core": "7.14.6",
"@babel/node": "7.14.7",
"@babel/plugin-proposal-decorators": "7.14.5",
Expand Down
46 changes: 23 additions & 23 deletions src/lib/application/files/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^7.6.15",
"@nestjs/core": "^7.6.15",
"@nestjs/platform-express": "^7.6.15",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "7.2.0"
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/cli": "^7.6.0",
"@nestjs/schematics": "^7.3.0",
"@nestjs/testing": "^7.6.15",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.36",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "27.0.6",
"prettier": "^2.2.1",
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"supertest": "^6.1.3",
"ts-jest": "27.0.3",
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.3"
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 93e7f57

Please sign in to comment.