diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-10-22 13:38:53 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-10-22 13:38:53 +1100 |
commit | f247d2b5f1f20f3346021b401c852d5fae783340 (patch) | |
tree | 6d9c50c1981c29aae55a89e93a5ba353bae5fc6c /package.json | |
parent | 90a0163b57f7120985c47e455fc3cf32ba250d41 (diff) | |
download | gitlab-ce-f247d2b5f1f20f3346021b401c852d5fae783340.tar.gz |
Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaid
This commit moves `mermaid` from blackst0ne-mermaid package to the
upstream version.
The reason why the fork was used was this bug[1].
The bug has been fixed, so there's no need to maintain my fork anymore.
[1]: https://github.com/knsv/mermaid/issues/584
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 8ec47bc2837..68eb46b06e3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "autosize": "^4.0.0", "axios": "^0.17.1", "babel-loader": "^8.0.4", - "blackst0ne-mermaid": "^7.1.0-fixed", "bootstrap": "4.1.1", "brace-expansion": "^1.1.8", "cache-loader": "^1.2.2", @@ -71,6 +70,7 @@ "jszip-utils": "^0.0.2", "katex": "^0.9.0", "marked": "^0.3.12", + "mermaid": "^8.0.0-rc.8", "monaco-editor": "^0.14.3", "monaco-editor-webpack-plugin": "^1.5.4", "mousetrap": "^1.4.6", |