2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +03:00

chore(*): update dependencies (#57)

Updated Rollup
Updated Babel
Fixed security problems with some dependencies
This commit is contained in:
Nikolay Kostyurin
2020-01-22 20:25:42 +02:00
committed by GitHub
parent cdc7f66e21
commit aac1ae0e81
52 changed files with 16569 additions and 7723 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const parse = (input, opts = {}) => {
return nestedTagsMap[token.getValue()];
};
const isTagNested = tagName => !!nestedTagsMap[tagName];
const isTagNested = (tagName) => !!nestedTagsMap[tagName];
/**
* Flushes temp tag nodes and its attributes buffers