Use wiki-list-editor 0.8.12 (downgrade)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-09-06 09:00:35 +02:00
parent 277d226d0f
commit 9977fac51a
2 changed files with 4 additions and 4 deletions

View File

@ -9317,9 +9317,9 @@
}
},
"wiki-list-editor": {
"version": "0.8.13",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.13.tgz",
"integrity": "sha512-UMKzZ91WA4O2w6kL0lxS5KIfOMWIXW3AK63BVMP4vyFn2X4uvBEGJSknGVEoSxyXDhYoWTYzejb8B9RNefkNPA==",
"version": "0.8.12",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.12.tgz",
"integrity": "sha512-1YdtzQv38WdbtyGFV9DAO5bJi7ndcyQlFXG64aJRimbguu6x1YRP8dzGiStGKfoVqZpR5zZ8Q+7HrqsxKVb24g==",
"requires": {
"dragula": "^3.7.2",
"he": "^1.2.0",

View File

@ -42,7 +42,7 @@
"vis-data": "^6.6.1",
"vis-network": "^7.6.10",
"vis-util": "^4.3.2",
"wiki-list-editor": "^0.8.13"
"wiki-list-editor": "^0.8.12"
},
"scripts": {
"test": "node_modules/.bin/mocha -r esm",