Skip to content

Commit

Permalink
fix: use dependency ranges
Browse files Browse the repository at this point in the history
Bump all dependencies
  • Loading branch information
simenandre committed Apr 28, 2023
1 parent dc8c8c4 commit c898996
Show file tree
Hide file tree
Showing 2 changed files with 2,063 additions and 2,007 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
]
},
"dependencies": {
"reflect-metadata": "0.1.13",
"tslib": "^2.3.1"
"reflect-metadata": "^0.1.13",
"tslib": "^2.5.0"
},
"devDependencies": {
"@nestjs/common": "8.0.6",
"@nestjs/core": "8.2.3",
"@nestjs/platform-express": "^8.0.6",
"@nestjs/testing": "^8.0.6",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.24.2",
"husky": "7.0.2",
"jest": "27.2.1",
"lint-staged": "11.1.2",
"oso": "^0.20.1",
"prettier": "2.4.1",
"ts-jest": "^27.0.5",
"typescript": "4.4.3"
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/testing": "^9.4.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.24.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"oso": "^0.27.0",
"prettier": "^2.4.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@nestjs/common": ">=7 <=9",
"@nestjs/core": ">=7 <=9",
"@nestjs/common": "^7 || ^8 || ^9",
"@nestjs/core": "^7 || ^8 || ^9",
"fast-glob": "^3",
"oso": ">=0.20.1"
},
Expand Down
Loading

0 comments on commit c898996

Please sign in to comment.