diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-14 17:16:55 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-21 12:08:31 -0600 |
commit | ad9e3dfe5d3d8136ae659b4de9f37af9f6b5462f (patch) | |
tree | c3f326179ae5cec405c60c9e310c144c0bfbf43a /yarn.lock | |
parent | 16de14ea980aec9da2b6960adff6d08597bd88b0 (diff) | |
download | gitlab-ce-ad9e3dfe5d3d8136ae659b4de9f37af9f6b5462f.tar.gz |
added katex.js and load it via webpack
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 26e2b790f98..26d1e703390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3872,6 +3872,12 @@ karma@^1.7.0: tmp "0.0.31" useragent "^2.1.12" +katex@^0.9.0-alpha2: + version "0.9.0-alpha2" + resolved "https://registry.yarnpkg.com/katex/-/katex-0.9.0-alpha2.tgz#f559e8bb32969082d735d949960b7df133fd5831" + dependencies: + match-at "^0.1.1" + kind-of@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.1.0.tgz#475d698a5e49ff5e53d14e3e732429dc8bf4cf47" @@ -4166,6 +4172,10 @@ marked@^0.3.6: version "0.3.6" resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" +match-at@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/match-at/-/match-at-0.1.1.tgz#25d040d291777704d5e6556bbb79230ec2de0540" + math-expression-evaluator@^1.2.14: version "1.2.16" resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.16.tgz#b357fa1ca9faefb8e48d10c14ef2bcb2d9f0a7c9" |