Skip to content

Commit

Permalink
Update contacts application dependencies
Browse files Browse the repository at this point in the history
enolredhat committed Jul 27, 2021
1 parent 6459e50 commit 7886132
Showing 2 changed files with 1,023 additions and 2,541 deletions.
3,544 changes: 1,013 additions & 2,531 deletions contacts/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions contacts/package.json
Original file line number Diff line number Diff line change
@@ -6,17 +6,17 @@
"start": "if [[ $NODE_ENV == 'production' ]]; then node ./bin/www; else nodemon ./bin/www; fi"
},
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pg": "^7.12.1",
"pug": "2.0.0-beta11"
"connect-flash": "0.1.1",
"cookie-parser": "1.4.5",
"debug": "4.3.2",
"dotenv": "10.0.0",
"express": "4.17.1",
"http-errors": "1.8.0",
"morgan": "1.10.0",
"pg": "8.6.0",
"pug": "3.0.2"
},
"devDependencies": {
"nodemon": "^1.19.2"
"nodemon": "2.0.12"
}
}

0 comments on commit 7886132

Please sign in to comment.