Skip to content

Commit

Permalink
chore: bump socket.io-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Nov 9, 2020
1 parent 0317a07 commit e69d0ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"prettier": "^1.19.1",
"socket.io-client": "3.0.0",
"socket.io-client": "3.0.1",
"superagent": "^3.8.2",
"supertest": "^3.0.0",
"ts-node": "^9.0.0",
Expand Down

2 comments on commit e69d0ad

@MylesBorins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This being out of order with the 3.0.1 release is causing the test suite to fail in the Node.js CITGM smoke test suite.

We will start tracking the master branch until this is fixed

@darrachequesne
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MylesBorins sorry for that! It should be fixed in socket.io@3.0.3

Please sign in to comment.