Merge branch '215117-add-toastui-editor' into 'master'
Add the ToastUI editor dependency See merge request gitlab-org/gitlab!30060
Showing
... | @@ -44,6 +44,8 @@ | ... | @@ -44,6 +44,8 @@ |
"@gitlab/visual-review-tools": "1.6.1", | "@gitlab/visual-review-tools": "1.6.1", | ||
"@sentry/browser": "^5.10.2", | "@sentry/browser": "^5.10.2", | ||
"@sourcegraph/code-host-integration": "0.0.37", | "@sourcegraph/code-host-integration": "0.0.37", | ||
"@toast-ui/editor": "^2.0.1", | |||
"@toast-ui/vue-editor": "^2.0.1", | |||
"apollo-cache-inmemory": "^1.6.3", | "apollo-cache-inmemory": "^1.6.3", | ||
"apollo-client": "^2.6.4", | "apollo-client": "^2.6.4", | ||
"apollo-link": "^1.2.11", | "apollo-link": "^1.2.11", | ||
... | @@ -60,6 +62,7 @@ | ... | @@ -60,6 +62,7 @@ |
"chart.js": "2.7.2", | "chart.js": "2.7.2", | ||
"classlist-polyfill": "^1.2.0", | "classlist-polyfill": "^1.2.0", | ||
"clipboard": "^1.7.1", | "clipboard": "^1.7.1", | ||
"codemirror": "^5.48.4", | |||
"codesandbox-api": "0.0.23", | "codesandbox-api": "0.0.23", | ||
"compression-webpack-plugin": "^3.0.1", | "compression-webpack-plugin": "^3.0.1", | ||
"copy-webpack-plugin": "^5.0.5", | "copy-webpack-plugin": "^5.0.5", | ||
... | ... |
Please register or sign in to comment