Switch to @rails/ujs package
Remove jquery-ujs and use rails-ujs instead
Showing
... | ... | @@ -46,6 +46,7 @@ |
"@gitlab/ui": "21.4.2", | ||
"@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "^6.0.3-1", | ||
"@rails/ujs": "^6.0.3-2", | ||
"@sentry/browser": "^5.22.3", | ||
"@sourcegraph/code-host-integration": "0.0.50", | ||
"@toast-ui/editor": "^2.4.0", | ||
... | ... | @@ -99,7 +100,6 @@ |
"jed": "^1.1.1", | ||
"jest-transform-graphql": "^2.1.0", | ||
"jquery": "^3.5.0", | ||
"jquery-ujs": "1.2.2", | ||
"jquery.caret": "^0.3.1", | ||
"jquery.waitforimages": "^2.2.0", | ||
"js-cookie": "^2.2.1", | ||
... | ... |
Please register or sign in to comment