Add the `merge` utility function to extend the yaml package
This adds a `merge` function that can be used with a YAML Document Object from the yaml@2.x package. This is a local extension to the package that was also suggested upstream at https://github.com/eemeli/yaml/pull/347Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
Showing
... | ... | @@ -202,7 +202,7 @@ |
"webpack-stats-plugin": "^0.3.1", | ||
"worker-loader": "^2.0.0", | ||
"xterm": "3.14.5", | ||
"yaml": "^2.0.0-8" | ||
"yaml": "^2.0.0-10" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | ||
... | ... |
Please register or sign in to comment