Skip to content

Commit

Permalink
Bump Angular to v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgc committed Jun 29, 2021
1 parent 4ad0d03 commit aaadeb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@

Make sure you're using the proper corresponding version of socket.io on the server.

| Package Version | Server Version |
| ---------------- | -------------- |
| v1.0.6 -> v3.2.0 | v2.2.0 |
| v3.3.0 | v4.0.0 |
| v3.3.1 | v2.2.0 |
| v4.0.0 | v4.0.0 |
| Package Version | Socket-io Server Version |
| ---------------- | ------------------------ |
| v3.4.0 | v2.2.0 |
| v4.0.0 | v4.0.0 |

## How to use

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-socket-io",
"version": "4.0.1",
"version": "3.4.0",
"description": "Socket.IO module for Angular",
"main": "index.ts",
"scripts": {
Expand All @@ -26,24 +26,24 @@
"dependencies": {
"core-js": "^3.0.0",
"reflect-metadata": "^0.1.10",
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"zone.js": "^0.10.1"
},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"rxjs": "^6.1.0"
},
"devDependencies": {
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@types/node": "^12.7.1",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"husky": "^6.0.0",
"ng-packagr": "^11.0.0",
"ng-packagr": "^12.0.0",
"prettier": "^2.2.1",
"rxjs": "^6.1.0",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit aaadeb5

Please sign in to comment.