Skip to content

Commit

Permalink
upgrade backend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Oct 24, 2023
1 parent c305150 commit 2e08f9f
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 798 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"lint-staged": "^13.1.2",
"nx": "16.5.5",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "^0.33.0"
}
Expand Down
7 changes: 5 additions & 2 deletions ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"@fastify/static": "^6.10.2",
"@fastify/websocket": "^8.2.0",
"@filedrop/types": "*",
"@types/dotenv-flow": "^3.2.0",
"@types/node": "^20.4.5",
"@types/uuid": "^9.0.3",
"@types/ws": "^8.5.3",
"dotenv-flow": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"dotenv-flow": "^4.0.0",
"eslint": "^8.46.0",
"fastify": "^4.21.0",
"joi": "^17.6.0",
"tsx": "^3.12.8",
Expand Down
Loading

0 comments on commit 2e08f9f

Please sign in to comment.