Skip to content

Commit

Permalink
chore(deps): re-roll yarn.lock and pin socket.io to 4.2.0 (#568)
Browse files Browse the repository at this point in the history
Version 4.3.0 of socket.io breaks testem connection when running tests headless.

Reference socketio/socket.io/issues/4121
  • Loading branch information
gilest committed Oct 15, 2021
1 parent 4e7028b commit d6f10c6
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 405 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"webpack": "5"
},
"resolutions": {
"ember-cli-babel": "^7.26.6"
"ember-cli-babel": "^7.26.6",
"socket.io": "4.2.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
Loading

0 comments on commit d6f10c6

Please sign in to comment.