Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 20, 2020
2 parents 7814b42 + ea5944d commit e25cb39
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -28,32 +28,32 @@
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
"@hapi/joi": "17.1.1",
"@nestjs/common": "7.5.2",
"@nestjs/core": "7.5.2",
"@nestjs/platform-express": "7.5.2",
"@nestjs/testing": "7.5.2",
"@nestjs/common": "7.5.4",
"@nestjs/core": "7.5.4",
"@nestjs/platform-express": "7.5.4",
"@nestjs/testing": "7.5.4",
"@types/hapi__joi": "17.1.6",
"@types/jest": "26.0.15",
"@types/lodash.get": "4.4.6",
"@types/lodash.has": "4.5.2",
"@types/lodash.has": "4.5.6",
"@types/lodash.set": "4.3.6",
"@types/node": "7.10.8",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.8.0",
"@typescript-eslint/parser": "4.8.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"husky": "4.3.0",
"jest": "26.6.3",
"lint-staged": "10.5.1",
"prettier": "2.1.2",
"prettier": "2.2.0",
"reflect-metadata": "0.1.13",
"release-it": "14.2.1",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
"ts-jest": "26.4.4",
"typescript": "4.0.5"
"typescript": "4.1.2"
},
"peerDependencies": {
"@nestjs/common": "^6.10.0 || ^7.0.0",
Expand Down

0 comments on commit e25cb39

Please sign in to comment.