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

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

View File

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