Skip to content

Commit

Permalink
Update back-end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Apr 15, 2024
1 parent 65d6b24 commit 9d60154
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 162 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Back-end dependencies

- Update `ejs` to `3.1.10`
- Update `eslint-plugin-import` to `2.29.1`
- Update `eslint` to `8.57.0`
- Update `eslint` to `9.0.0`
- Update `express-session` to `1.18.0`
- Update `express` to `4.18.3`
- Update `express` to `4.19.2`
- Update `jest` to `29.7.0`
- Update `knex` to `3.1.0`
- Update `nodemon` to `3.1.0`
- Update `objection` to `3.1.4`
- Update `pg` to `8.11.3`
- Update `pg` to `8.11.5`
- Update `superagent` to `8.1.2`
- Update `supertest` to `6.3.4`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
based on building and deploying dozens of assorted Dockerized web apps since
late 2014.

**This app is using Express 4.18.3 and Node 20.12.2**. The screenshot doesn't
**This app is using Express 4.19.2 and Node 20.12.2**. The screenshot doesn't
get updated every time I bump the versions:

[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-node-example/blob/main/.github/docs/screenshot.jpg?raw=true)
Expand Down
8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"main": "./src/server",
"dependencies": {
"connect-redis": "6.1.3",
"ejs": "3.1.9",
"express": "4.18.3",
"ejs": "3.1.10",
"express": "4.19.2",
"express-ejs-layouts": "2.5.1",
"express-session": "1.18.0",
"knex": "3.1.0",
"morgan": "1.10.0",
"objection": "3.1.4",
"pg": "8.11.3",
"pg": "8.11.5",
"redis": "3.1.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 9d60154

Please sign in to comment.