Increase version of editor to 0.6.0

This commit is contained in:
Peter Stuifzand 2020-05-30 23:14:18 +02:00
parent 8e7da9b4d4
commit 9e24fd03bd
2 changed files with 4 additions and 4 deletions

View File

@ -7538,9 +7538,9 @@
} }
}, },
"wiki-list-editor": { "wiki-list-editor": {
"version": "0.5.5", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.5.5.tgz", "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.0.tgz",
"integrity": "sha512-S3RLxVNTkrtrY4o830PtJGIRRKS4BcBVjCE8heLDoN7kHOeW9SSHtYzLdVvu/oAaBgD9hViPykudcrlvWUMfCQ==", "integrity": "sha512-w9KCGThN/v+59Y7X8oOSVcv4ZusXPJkA1kQMwBKSeddQH3D0e6+lA9I5MA3bbGxGCMsnlFdzgLg3CjN7m7ylWA==",
"requires": { "requires": {
"dragula": "^3.7.2", "dragula": "^3.7.2",
"jquery": "^3.5.1", "jquery": "^3.5.1",

View File

@ -18,7 +18,7 @@
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"style-loader": "^1.0.0", "style-loader": "^1.0.0",
"wiki-list-editor": "^0.5.5" "wiki-list-editor": "^0.6.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",