Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Oct 9, 2024
1 parent 70dc027 commit daadd5d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 48 deletions.
59 changes: 30 additions & 29 deletions backend/package-lock.json

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

6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@tsoa/runtime": "^6.4.0",
"express": "^4.21.0",
"express": "^4.21.1",
"short-uuid": "^5.2.0",
"steamid": "^2.1.0",
"typed-emitter": "^2.1.0",
Expand All @@ -22,11 +22,11 @@
"@tsoa/cli": "^6.4.0",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/steamid": "^2.0.3",
"@types/ws": "^8.5.12",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
28 changes: 14 additions & 14 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.12",
"postcss": "^8.4.47",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
}
Expand Down

0 comments on commit daadd5d

Please sign in to comment.