Increase version of editor to 0.6.8

This commit is contained in:
Peter Stuifzand 2020-06-01 20:01:07 +02:00
parent 1b9d97acd7
commit 35928390f1
2 changed files with 4 additions and 4 deletions

View File

@ -7548,9 +7548,9 @@
}
},
"wiki-list-editor": {
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.7.tgz",
"integrity": "sha512-L0jOrus1SSzNgnChRNf/rzkI/6cJuURKoY3c7ITFSsw3kVASSv9Xp0pszUg9mtXEE+NpDPRe8qxzUJnKJs3KsA==",
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.8.tgz",
"integrity": "sha512-UB5Wx3bjVMnvPpJb8rRAHKD2NkBnUH/BhvkfND4c6iqHOhjPC9u1AleGVnblQctA8QI0rJldjM+AoAKo6vp+EA==",
"requires": {
"dragula": "^3.7.2",
"jquery": "^3.5.1",

View File

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