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

This commit is contained in:
Peter Stuifzand 2020-05-31 02:40:11 +02:00
parent dbfb47dac1
commit 2a641e05e7
2 changed files with 4 additions and 4 deletions

View File

@ -7538,9 +7538,9 @@
} }
}, },
"wiki-list-editor": { "wiki-list-editor": {
"version": "0.6.2", "version": "0.6.3",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.2.tgz", "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.3.tgz",
"integrity": "sha512-pI9ugPI/9DDYMyiTLi1SQcJjI5eaXG0jLTs8PxIMCh47owk8bOrEbY+jA8tfwPN88pi3MxJHukU+1c+x1gypZQ==", "integrity": "sha512-QYt3wC4gvmv+wAJAIKtwzJ2DozQDHkTJzIzkn3mtO75zM22JIs4gLR+ghsEHhz7ox6Yof/6EZNQcFayH9miFBw==",
"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.6.2" "wiki-list-editor": "^0.6.3"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",