Skip to content

Commit

Permalink
chore(deps-dev): bump nodemon from 2.0.21 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.21 to 3.0.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.21...v3.0.2)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and NearW committed Dec 22, 2023
1 parent c9ac6ae commit 8e7d419
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
58 changes: 33 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@shared/socket": "*",
"nodemon": "^2.0.20",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/signaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"peer": "^0.6.1"
},
"devDependencies": {
"nodemon": "^2.0.20",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1"
}
}

0 comments on commit 8e7d419

Please sign in to comment.