Skip to content

Commit

Permalink
Update version and dependencies for Angular 19 (rodgc#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBehrendt authored Nov 21, 2024
1 parent af80686 commit 84ef2c4
Show file tree
Hide file tree
Showing 4 changed files with 1,704 additions and 2,009 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run format
npm run format
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Make sure you're using the proper corresponding version of socket.io on the server.

| Package Version | Socket-io Server Version | Angular version |
| --------------- | ------------------------ | --------------- |
|-----------------|--------------------------|-----------------|
| v3.4.0 | v2.2.0 | |
| v4.1.0 | v4.0.0 | 12.x |
| v4.2.0 | v4.0.0 | 13.x |
Expand All @@ -24,6 +24,7 @@ Make sure you're using the proper corresponding version of socket.io on the serv
| v4.5.0 | v4.5.1 | 16.x |
| v4.6.1 | v4.7.2 | 17.x |
| v4.7.0 | v4.7.2 | 18.x |
| v4.8.0 | v4.8.1 | 19.x |

## How to use

Expand Down
Loading

0 comments on commit 84ef2c4

Please sign in to comment.