Upgrade ActionCable npm package
This is to match our Rails version 6.0.3. No actual changes were made to ActionCable in this patch release
Showing
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
"@gitlab/svgs": "1.127.0", | "@gitlab/svgs": "1.127.0", | ||
"@gitlab/ui": "14.10.0", | "@gitlab/ui": "14.10.0", | ||
"@gitlab/visual-review-tools": "1.6.1", | "@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "^6.0.2-2", | "@rails/actioncable": "^6.0.3", | ||
"@sentry/browser": "^5.10.2", | "@sentry/browser": "^5.10.2", | ||
"@sourcegraph/code-host-integration": "0.0.46", | "@sourcegraph/code-host-integration": "0.0.46", | ||
"@toast-ui/editor": "^2.0.1", | "@toast-ui/editor": "^2.0.1", | ||
... | ... |
Please register or sign in to comment