Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Mar 2, 2022
1 parent 01a5a68 commit 0025c39
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 524 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-easyconfig",
"version": "2.4.4",
"version": "2.4.5",
"description": "Add configs to nestjs with auto type parsing",
"author": "Rubin Bhandari <[email protected]>",
"license": "MIT",
Expand All @@ -27,36 +27,36 @@
},
"bugs": "https://github.com/rubiin/nestjs-easyconfig/issues",
"dependencies": {
"dotenv": "^14.3.0"
"dotenv": "^16.0.0"
},
"peerDependencies": {
"@nestjs/common": ">7.0.0"
},
"devDependencies": {
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"@nestjs/testing": "8.2.6",
"@types/jest": "27.4.0",
"@types/node": "17.0.12",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@nestjs/common": "^8.4.0",
"@nestjs/core": "^8.4.0",
"@nestjs/testing": "8.4.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.21",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"husky": "^7.0.4",
"jest": "27.4.7",
"lint-staged": "^12.3.1",
"jest": "27.5.1",
"lint-staged": "^12.3.4",
"prettier": "2.5.1",
"reflect-metadata": "0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.2",
"rxjs": "^7.5.4",
"supertest": "6.2.2",
"ts-jest": "27.1.3",
"ts-node": "10.4.0",
"ts-node": "10.6.0",
"tsc-watch": "4.6.0",
"tsconfig-paths": "3.12.0",
"typescript": "4.5.5"
"typescript": "4.6.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 0025c39

Please sign in to comment.