Increase version of wiki-list-editor to 0.8.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-06-23 22:49:33 +02:00
parent d0281edce2
commit 1f1a24e12a
2 changed files with 4 additions and 4 deletions

View File

@ -9137,9 +9137,9 @@
}
},
"wiki-list-editor": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.0.tgz",
"integrity": "sha512-mA1JyClhwrvf+sZgZZm7H4TwLQ+xcciJThoZz+Ya7JVrffmWCex8HRByXfxpOA4C0XDNC/Wx1RpCYjf/zBHH3Q==",
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.2.tgz",
"integrity": "sha512-gPTzRSvLoySZ8MxZfZQvkMhNnzk982NEoDCY/j17E52rbsW+BZ/49G38qNZC2QSukb8EZrijomLGBIAtKO1qiA==",
"requires": {
"dragula": "^3.7.2",
"he": "^1.2.0",

View File

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