1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Clipper: Fixes #2252: Some pages that contain tables with only one cell would trigger an error

This commit is contained in:
Laurent Cozic 2020-01-08 18:35:41 +00:00
parent bf25364333
commit fc61b474cd
4 changed files with 8 additions and 8 deletions

View File

@ -1636,9 +1636,9 @@
}
},
"joplin-turndown-plugin-gfm": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/joplin-turndown-plugin-gfm/-/joplin-turndown-plugin-gfm-1.0.11.tgz",
"integrity": "sha512-S2I+VCTqIhpWKKkPHsyJ5rdll9H/JjMXoBVClRX1TnphcmrSxufevdoXWWVgLncdXpSSiuoifCXgFZy3ueVElg=="
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/joplin-turndown-plugin-gfm/-/joplin-turndown-plugin-gfm-1.0.12.tgz",
"integrity": "sha512-qL4+1iycQjZ1fs8zk3jSRk7cg3ROBUHk7GKtiLAQLFzLPKErnILUvz5DLszSQvz3s1sTjPbywLDISVUtBY6HaA=="
},
"jpeg-js": {
"version": "0.1.2",

View File

@ -46,7 +46,7 @@
"image-type": "^3.0.0",
"joplin-renderer": "^1.0.5",
"joplin-turndown": "^4.0.19",
"joplin-turndown-plugin-gfm": "^1.0.11",
"joplin-turndown-plugin-gfm": "^1.0.12",
"jssha": "^2.3.0",
"levenshtein": "^1.0.5",
"markdown-it": "^8.4.2",

View File

@ -4245,9 +4245,9 @@
}
},
"joplin-turndown-plugin-gfm": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/joplin-turndown-plugin-gfm/-/joplin-turndown-plugin-gfm-1.0.11.tgz",
"integrity": "sha512-S2I+VCTqIhpWKKkPHsyJ5rdll9H/JjMXoBVClRX1TnphcmrSxufevdoXWWVgLncdXpSSiuoifCXgFZy3ueVElg=="
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/joplin-turndown-plugin-gfm/-/joplin-turndown-plugin-gfm-1.0.12.tgz",
"integrity": "sha512-qL4+1iycQjZ1fs8zk3jSRk7cg3ROBUHk7GKtiLAQLFzLPKErnILUvz5DLszSQvz3s1sTjPbywLDISVUtBY6HaA=="
},
"js-tokens": {
"version": "3.0.2",

View File

@ -106,7 +106,7 @@
"image-type": "^3.0.0",
"joplin-renderer": "^1.0.7",
"joplin-turndown": "^4.0.19",
"joplin-turndown-plugin-gfm": "^1.0.11",
"joplin-turndown-plugin-gfm": "^1.0.12",
"jssha": "^2.3.1",
"levenshtein": "^1.0.5",
"lodash": "^4.17.15",