Setup initial ActionCable configuration
Loads the actioncable libraries for use in realtime sidebar updates
Showing
... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
"@gitlab/svgs": "1.121.0", | "@gitlab/svgs": "1.121.0", | ||
"@gitlab/ui": "13.6.1", | "@gitlab/ui": "13.6.1", | ||
"@gitlab/visual-review-tools": "1.6.1", | "@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "^6.0.2-2", | |||
"@sentry/browser": "^5.10.2", | "@sentry/browser": "^5.10.2", | ||
"@sourcegraph/code-host-integration": "0.0.37", | "@sourcegraph/code-host-integration": "0.0.37", | ||
"@toast-ui/editor": "^2.0.1", | "@toast-ui/editor": "^2.0.1", | ||
... | ... |
Please register or sign in to comment