Skip to content

Commit

Permalink
Merge pull request #336 from furality/dependabot/npm_and_yarn/depende…
Browse files Browse the repository at this point in the history
…ncies-5c0561742d

build(deps-dev): bump the dependencies group with 2 updates
  • Loading branch information
ttshivers committed Apr 9, 2024
2 parents a7c4b7a + 3979405 commit 26b305e
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 58 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ updates:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
groups:
dependencies:
patterns:
- "*"
dependencies:
patterns:
- "*"
exclude-patterns:
- eslint

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/platform-express": "^10.3.7",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
Expand All @@ -47,8 +47,8 @@
"typescript": "^5.4.4"
},
"peerDependencies": {
"axios": "^1.6.5",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"axios": "^1.6.5"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 26b305e

Please sign in to comment.