Skip to content

Commit

Permalink
Update dependency nodemon to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2023
1 parent d12654f commit 8d4b62b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 45 deletions.
100 changes: 59 additions & 41 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 packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.1.27",
"version": "0.1.28",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "^2.0.12",
"nodemon": "^2.0.22",
"nodemon": "^3.0.0",
"supertest": "^6.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.2.36",
"version": "0.2.37",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,6 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.14.195",
"nodemon": "^2.0.22"
"nodemon": "^3.0.0"
}
}

0 comments on commit 8d4b62b

Please sign in to comment.