Upgrade gitlab-ui to latest and approve echarts dependency
This commit is contained in:
parent
fa3528ee5a
commit
198b17f8d6
3 changed files with 24 additions and 5 deletions
|
@ -592,3 +592,9 @@
|
|||
in compiled/distributed product so attribution not needed.
|
||||
:versions: []
|
||||
:when: 2018-10-02 19:23:54.840151000 Z
|
||||
- - :approve
|
||||
- echarts
|
||||
- :who: Mike Greiling
|
||||
:why: Apache 2.0 license
|
||||
:versions: []
|
||||
:when: 2018-12-05 22:12:30.550027000 Z
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@gitlab/svgs": "^1.40.0",
|
||||
"@gitlab/ui": "^1.11.0",
|
||||
"@gitlab/ui": "^1.14.0",
|
||||
"apollo-boost": "^0.1.20",
|
||||
"apollo-client": "^2.4.5",
|
||||
"autosize": "^4.0.0",
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -634,14 +634,15 @@
|
|||
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.41.0.tgz#f80e3a0e259f3550af00685556ea925e471276d3"
|
||||
integrity sha512-tKUXyqe54efWBsjQBUcvNF0AvqmE2NI2No3Bnix/gKDRImzIlcgIkM67Y8zoJv1D0w4CO87WcaG5GLpIFIT1Pg==
|
||||
|
||||
"@gitlab/ui@^1.11.0":
|
||||
version "1.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-1.11.0.tgz#b771c2c3d627cf9efbe98c71ee5739624f2ff51f"
|
||||
integrity sha512-hGMHM45kcv9725R6G+n/HxvF3KfVb9oBGRNf1+4n3xAGmtXJ2NlPdIXIsDaye3EeVF9PTOtjLuaqrcp6AGNqZg==
|
||||
"@gitlab/ui@^1.14.0":
|
||||
version "1.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-1.14.0.tgz#f0fd7c0e6c45a36ab3be18d00e2908a8cb405f90"
|
||||
integrity sha512-jkBTN8qO41A894kcLo6b/mfLIgL8YNn+ZzjgzEXaZ3PyeQ3mKBdrBoSYkzH556qviroBvk/+3yyZz96VUo08qQ==
|
||||
dependencies:
|
||||
babel-standalone "^6.26.0"
|
||||
bootstrap-vue "^2.0.0-rc.11"
|
||||
copy-to-clipboard "^3.0.8"
|
||||
echarts "^4.2.0-rc.2"
|
||||
highlight.js "^9.13.1"
|
||||
js-beautify "^1.8.8"
|
||||
lodash "^4.17.11"
|
||||
|
@ -3278,6 +3279,13 @@ ecc-jsbn@~0.1.1:
|
|||
jsbn "~0.1.0"
|
||||
safer-buffer "^2.1.0"
|
||||
|
||||
echarts@^4.2.0-rc.2:
|
||||
version "4.2.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/echarts/-/echarts-4.2.0-rc.2.tgz#6a98397aafa81b65cbf0bc15d9afdbfb244df91e"
|
||||
integrity sha512-5Y4Kyi4eNsRM9Cnl7Q8C6PFVjznBJv1VIiMm/VSQ9zyqeo+ce1695GqUd9v4zfVx+Ow1gnwMJX67h0FNvarScw==
|
||||
dependencies:
|
||||
zrender "4.0.5"
|
||||
|
||||
editions@^1.3.3:
|
||||
version "1.3.4"
|
||||
resolved "https://registry.yarnpkg.com/editions/-/editions-1.3.4.tgz#3662cb592347c3168eb8e498a0ff73271d67f50b"
|
||||
|
@ -10296,3 +10304,8 @@ zen-observable@^0.8.0:
|
|||
version "0.8.11"
|
||||
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.11.tgz#d3415885eeeb42ee5abb9821c95bb518fcd6d199"
|
||||
integrity sha512-N3xXQVr4L61rZvGMpWe8XoCGX8vhU35dPyQ4fm5CY/KDlG0F75un14hjbckPXTDuKUY6V0dqR2giT6xN8Y4GEQ==
|
||||
|
||||
zrender@4.0.5:
|
||||
version "4.0.5"
|
||||
resolved "https://registry.yarnpkg.com/zrender/-/zrender-4.0.5.tgz#6e8f738971ce2cd624aac82b2156729b1c0e5a82"
|
||||
integrity sha512-SintgipGEJPT9Sz2ABRoE4ZD7Yzy7oR7j7KP6H+C9FlbHWnLUfGVK7E8UV27pGwlxAMB0EsnrqhXx5XjAfv/KA==
|
||||
|
|
Loading…
Reference in a new issue