Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 18, 2024
1 parent 72b32cb commit c371031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
21 changes: 0 additions & 21 deletions api/package-lock.json

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

3 changes: 1 addition & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "nodemon",
"build": "rimraf dist && tsc && babel dist -d dist",
"start": "npm run build && node dist",
"start": "npm run build && node dist/src",
"test": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint --ext .ts .",
"ncu": "ncu -u"
Expand Down Expand Up @@ -60,7 +60,6 @@
"jsonwebtoken": "^9.0.2",
"localized-strings": "^0.2.4",
"mongoose": "^8.1.1",
"movinin-helper": "file:.packages/movinin-helper",
"movinin-types": "file:../packages/movinin-types",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
Expand Down

0 comments on commit c371031

Please sign in to comment.