Merge branch 'add-yaml-util' into 'master'
Add the `merge` utility function to extend the yaml package See merge request gitlab-org/gitlab!79955
Showing
... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
"webpack-stats-plugin": "^0.3.1", | "webpack-stats-plugin": "^0.3.1", | ||
"worker-loader": "^2.0.0", | "worker-loader": "^2.0.0", | ||
"xterm": "3.14.5", | "xterm": "3.14.5", | ||
"yaml": "^2.0.0-8" | "yaml": "^2.0.0-10" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | "@babel/plugin-transform-modules-commonjs": "^7.10.1", | ||
... | ... |
Please register or sign in to comment