Update to marked 1.2.0 (close #8029)

This commit is contained in:
Quincy Morgan
2020-10-06 10:18:33 -04:00
parent 291f5887e9
commit 8a40a5baab
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,11 @@ export default {
nodeResolve({ dedupe: ['object-inspect'] }),
commonjs(),
json({ indent: '' }),
buble()
buble({
transforms: {
dangerousForOf: true
}
})
]
};

View File

@@ -55,7 +55,7 @@
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "1.0.0",
"marked": "1.2.0",
"martinez-polygon-clipping": "0.7.0",
"node-diff3": "2.1.0",
"osm-auth": "1.1.0",