Upgrade Rails NPM dependencies
@rails/actioncable and @rails/ujs likely haven't changed, but we should make the frontend versions consistent with the Rails backend version.
Showing
... | ... | @@ -59,8 +59,8 @@ |
"@gitlab/svgs": "2.5.0", | ||
"@gitlab/ui": "36.1.0", | ||
"@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "6.1.4-1", | ||
"@rails/ujs": "6.1.4-1", | ||
"@rails/actioncable": "6.1.4-6", | ||
"@rails/ujs": "6.1.4-6", | ||
"@sentry/browser": "5.30.0", | ||
"@sourcegraph/code-host-integration": "0.0.60", | ||
"@tiptap/core": "^2.0.0-beta.171", | ||
... | ... |
Please register or sign in to comment