Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update dependency nodemon to v3 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent bfaf371 commit e42de95
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 98 deletions.
136 changes: 40 additions & 96 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/wasp-api",
"version": "2.1.42",
"version": "2.1.43",
"description": "GraphQL API service for WASP",
"main": "app/index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "^4.2.1",
"graphql-markdown": "^7.0.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.22",
"nodemon": "^3.0.1",
"pino-colada": "^2.2.2",
"prettier": "^2.8.8",
"redis": "^4.6.6",
Expand Down

0 comments on commit e42de95

Please sign in to comment.