diff options
author | Simon Knox <psimyn@gmail.com> | 2019-06-11 14:15:08 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2019-06-14 23:57:05 +1000 |
commit | 14f27102b696672f02b5d1b2ab45688b711f4024 (patch) | |
tree | eef48bb1366b20a961e6aa4bb61bc357dc77d1c9 /package.json | |
parent | 577832598f1b35187efafc426068ef7ac36ae09f (diff) | |
download | gitlab-ce-14f27102b696672f02b5d1b2ab45688b711f4024.tar.gz |
Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvc
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0758c27c75b..a981a9058ae 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/preset-env": "^7.4.4", "@gitlab/csslab": "^1.9.0", - "@gitlab/svgs": "^1.63.0", + "@gitlab/svgs": "^1.64.0", "@gitlab/ui": "^3.11.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", |