Skip to content

Commit

Permalink
Update packages:
Browse files Browse the repository at this point in the history
Frontend:
@angular-devkit/build-angular            ^18.2.8  →  ^18.2.10
 @angular-eslint/builder                   18.3.1  →    18.4.0
 @angular-eslint/eslint-plugin             18.3.1  →    18.4.0
 @angular-eslint/eslint-plugin-template    18.3.1  →    18.4.0
 @angular-eslint/schematics                18.3.1  →    18.4.0
 @angular-eslint/template-parser           18.3.1  →    18.4.0
 @angular/animations                      ^18.2.8  →   ^18.2.9
 @angular/cdk                             ^18.2.8  →  ^18.2.10
 @angular/cli                             ^18.2.8  →  ^18.2.10
 @angular/common                          ^18.2.8  →   ^18.2.9
 @angular/compiler                        ^18.2.8  →   ^18.2.9
 @angular/compiler-cli                    ^18.2.8  →   ^18.2.9
 @angular/core                            ^18.2.8  →   ^18.2.9
 @angular/forms                           ^18.2.8  →   ^18.2.9
 @angular/localize                        ^18.2.8  →   ^18.2.9
 @angular/material                        ^18.2.8  →  ^18.2.10
 @angular/platform-browser                ^18.2.8  →   ^18.2.9
 @angular/platform-browser-dynamic        ^18.2.8  →   ^18.2.9
 @angular/router                          ^18.2.8  →   ^18.2.9
 @compodoc/compodoc                       ^1.1.25  →   ^1.1.26
 @types/jest                             ^29.5.13  →  ^29.5.14
 @typescript-eslint/eslint-plugin          ^8.8.1  →   ^8.11.0
 @typescript-eslint/parser                 ^8.8.1  →   ^8.11.0
 tslib                                     ^2.7.0  →    ^2.8.0

Backend:
 @types/node  ^20.16.10  →  ^20.17.0
 mongodb         ^6.9.0  →   ^6.10.0
  • Loading branch information
sMeilbeck committed Oct 24, 2024
1 parent 1c730e5 commit 4e458c1
Show file tree
Hide file tree
Showing 4 changed files with 1,516 additions and 2,017 deletions.
17 changes: 9 additions & 8 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"express-session": "^1.18.1",
"geckodriver": "^4.5.1",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"passport": "^0.7.0",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/express": "^4.17.21",
"@types/node": "^20.16.10",
"@types/node": "^20.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 4e458c1

Please sign in to comment.