Merge branch '25990-improve-web-terminal' into 'master'
Move xterm to a node dependency and remove it from vendor's folder Closes #49741 See merge request gitlab-org/gitlab-ce!20588
Showing
... | ... | @@ -103,7 +103,8 @@ |
"webpack-bundle-analyzer": "^2.13.1", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-stats-plugin": "^0.2.1", | ||
"worker-loader": "^2.0.0" | ||
"worker-loader": "^2.0.0", | ||
"xterm": "^3.5.0" | ||
}, | ||
"devDependencies": { | ||
"axios-mock-adapter": "^1.15.0", | ||
... | ... |
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Please register or sign in to comment