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 @@ | ... | @@ -103,7 +103,8 @@ |
"webpack-bundle-analyzer": "^2.13.1", | "webpack-bundle-analyzer": "^2.13.1", | ||
"webpack-cli": "^3.0.8", | "webpack-cli": "^3.0.8", | ||
"webpack-stats-plugin": "^0.2.1", | "webpack-stats-plugin": "^0.2.1", | ||
"worker-loader": "^2.0.0" | "worker-loader": "^2.0.0", | ||
"xterm": "^3.5.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"axios-mock-adapter": "^1.15.0", | "axios-mock-adapter": "^1.15.0", | ||
... | ... |
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 source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment