diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-03-13 14:02:19 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-03-13 14:02:19 +0000 |
commit | 7f3719f328b791c1622a3c36c3d4d4a7f48e3256 (patch) | |
tree | cfde2e2485621a032aa0058d511ed62bae4d9dbf /package.json | |
parent | 3c40c57383cdcc9e35b93d1f8142f531557ee414 (diff) | |
download | gitlab-ce-7f3719f328b791c1622a3c36c3d4d4a7f48e3256.tar.gz |
Prefer node_modules At.js and jquery.carat versions
Remove references to the vendored copies of At.js and jquery.carat
as well as the legacy rails wrapper gem.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 60b3203741e..7d14ccc5a5e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "@gitlab/ui": "^2.2.3", "apollo-boost": "^0.3.1", "apollo-client": "^2.5.1", + "at.js": "^1.5.4", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-loader": "^8.0.5", @@ -75,6 +76,7 @@ "jest-transform-graphql": "^2.1.0", "jquery": "^3.2.1", "jquery-ujs": "1.2.2", + "jquery.caret": "^0.3.1", "jquery.waitforimages": "^2.2.0", "js-cookie": "^2.1.3", "jszip": "^3.1.3", |