mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
fix: bug with lost closing tag (#186)
* fix: closing tag bug * chore: add changeset thin-crabs-wonder.md * chore: remove debug code * chore: add more tests
This commit is contained in:
Generated
-129
@@ -8,8 +8,6 @@
|
||||
"name": "vue2-example",
|
||||
"version": "2.8.0",
|
||||
"dependencies": {
|
||||
"@bbob/preset-vue": "*",
|
||||
"@bbob/vue2": "*",
|
||||
"core-js": "3.26.1",
|
||||
"vue": "2.7.14"
|
||||
},
|
||||
@@ -1670,71 +1668,6 @@
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/core": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-2.8.0.tgz",
|
||||
"integrity": "sha512-gL/qAJt+PGheGnv2dZus8SNAhLjLpDEDUwietocZiAXSK9xmOch+NDVcL0/3CbvbP2Ffg1l4uV83voDfnZeYlA==",
|
||||
"dependencies": {
|
||||
"@bbob/parser": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/html": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/html/-/html-2.8.0.tgz",
|
||||
"integrity": "sha512-vUGhMKlDKCxDelkeXJXO1TpLGxSOLLOokrsSPoRg+3sUxE+2mM/2oLtsdrOZFw8UiRTORfFjf1g897ZjcQU5EA==",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^2.8.0",
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/parser": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-2.8.0.tgz",
|
||||
"integrity": "sha512-S6mB7WmfQMcllginLf2KIen12Aswd93hJkxRr2FllDjT+5FGs0cCpDXPm9jVGOJl3TWlZOnj9Vnpvfj0ZejhXQ==",
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/plugin-helper": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-2.8.0.tgz",
|
||||
"integrity": "sha512-uwl7KbHZ3J+APPUAAEHHS6AoyU6iB4wgZo6U+M+99NSykt/TE8APfU1cMs1EzGsOGkPci8In8VwwZZgnXg3qeg=="
|
||||
},
|
||||
"node_modules/@bbob/preset": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset/-/preset-2.8.0.tgz",
|
||||
"integrity": "sha512-ynF8D3+VMTP6Ec3vw2sywgfnoiUEEZ1fFNyS1cRQ+/cg5YVW6TP3gQHnJHhxPax8udF3GikGMpURQKwHaS20QQ=="
|
||||
},
|
||||
"node_modules/@bbob/preset-html5": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-html5/-/preset-html5-2.8.0.tgz",
|
||||
"integrity": "sha512-Rhb9D4qdL+D/AXRRqGapyTh3mYgyNMbfDHo7XclRyYNDx07aiLG8NFreEragYN/INPk6MI4ohEuBSpOEZxy3dw==",
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^2.8.0",
|
||||
"@bbob/preset": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/preset-vue": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-vue/-/preset-vue-2.8.0.tgz",
|
||||
"integrity": "sha512-uFs77PIQz1BUJGlc7JWc7ys1tgd4iRPIb2qP/x2vbihslyS6c3geMrQWkBqYVj4P9kVSBqlLZ7w+w+yO7zxL/A==",
|
||||
"dependencies": {
|
||||
"@bbob/preset-html5": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/vue2": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/vue2/-/vue2-2.8.0.tgz",
|
||||
"integrity": "sha512-bBj5PjddWeQa4Z58WprLZUZWE0M3VOWXiW8ikCGs/uRJ55dvGswDDbbKcSj3a9oHu//2R/bNZZ5BMv2U3DdTDA==",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^2.8.0",
|
||||
"@bbob/html": "^2.8.0",
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "2.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@jridgewell/gen-mapping": {
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
||||
@@ -11451,68 +11384,6 @@
|
||||
"to-fast-properties": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"@bbob/core": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-2.8.0.tgz",
|
||||
"integrity": "sha512-gL/qAJt+PGheGnv2dZus8SNAhLjLpDEDUwietocZiAXSK9xmOch+NDVcL0/3CbvbP2Ffg1l4uV83voDfnZeYlA==",
|
||||
"requires": {
|
||||
"@bbob/parser": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@bbob/html": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/html/-/html-2.8.0.tgz",
|
||||
"integrity": "sha512-vUGhMKlDKCxDelkeXJXO1TpLGxSOLLOokrsSPoRg+3sUxE+2mM/2oLtsdrOZFw8UiRTORfFjf1g897ZjcQU5EA==",
|
||||
"requires": {
|
||||
"@bbob/core": "^2.8.0",
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@bbob/parser": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-2.8.0.tgz",
|
||||
"integrity": "sha512-S6mB7WmfQMcllginLf2KIen12Aswd93hJkxRr2FllDjT+5FGs0cCpDXPm9jVGOJl3TWlZOnj9Vnpvfj0ZejhXQ==",
|
||||
"requires": {
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@bbob/plugin-helper": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-2.8.0.tgz",
|
||||
"integrity": "sha512-uwl7KbHZ3J+APPUAAEHHS6AoyU6iB4wgZo6U+M+99NSykt/TE8APfU1cMs1EzGsOGkPci8In8VwwZZgnXg3qeg=="
|
||||
},
|
||||
"@bbob/preset": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset/-/preset-2.8.0.tgz",
|
||||
"integrity": "sha512-ynF8D3+VMTP6Ec3vw2sywgfnoiUEEZ1fFNyS1cRQ+/cg5YVW6TP3gQHnJHhxPax8udF3GikGMpURQKwHaS20QQ=="
|
||||
},
|
||||
"@bbob/preset-html5": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-html5/-/preset-html5-2.8.0.tgz",
|
||||
"integrity": "sha512-Rhb9D4qdL+D/AXRRqGapyTh3mYgyNMbfDHo7XclRyYNDx07aiLG8NFreEragYN/INPk6MI4ohEuBSpOEZxy3dw==",
|
||||
"requires": {
|
||||
"@bbob/plugin-helper": "^2.8.0",
|
||||
"@bbob/preset": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@bbob/preset-vue": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-vue/-/preset-vue-2.8.0.tgz",
|
||||
"integrity": "sha512-uFs77PIQz1BUJGlc7JWc7ys1tgd4iRPIb2qP/x2vbihslyS6c3geMrQWkBqYVj4P9kVSBqlLZ7w+w+yO7zxL/A==",
|
||||
"requires": {
|
||||
"@bbob/preset-html5": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@bbob/vue2": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/vue2/-/vue2-2.8.0.tgz",
|
||||
"integrity": "sha512-bBj5PjddWeQa4Z58WprLZUZWE0M3VOWXiW8ikCGs/uRJ55dvGswDDbbKcSj3a9oHu//2R/bNZZ5BMv2U3DdTDA==",
|
||||
"requires": {
|
||||
"@bbob/core": "^2.8.0",
|
||||
"@bbob/html": "^2.8.0",
|
||||
"@bbob/plugin-helper": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"@jridgewell/gen-mapping": {
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
||||
|
||||
Reference in New Issue
Block a user