From 9e24fd03bdbdeb902279952c270a87a4db957806 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 30 May 2020 23:14:18 +0200 Subject: [PATCH] Increase version of editor to 0.6.0 --- editor/package-lock.json | 6 +++--- editor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editor/package-lock.json b/editor/package-lock.json index c67bed3..e553fe5 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7538,9 +7538,9 @@ } }, "wiki-list-editor": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.5.5.tgz", - "integrity": "sha512-S3RLxVNTkrtrY4o830PtJGIRRKS4BcBVjCE8heLDoN7kHOeW9SSHtYzLdVvu/oAaBgD9hViPykudcrlvWUMfCQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.0.tgz", + "integrity": "sha512-w9KCGThN/v+59Y7X8oOSVcv4ZusXPJkA1kQMwBKSeddQH3D0e6+lA9I5MA3bbGxGCMsnlFdzgLg3CjN7m7ylWA==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index 3e94012..15a1337 100644 --- a/editor/package.json +++ b/editor/package.json @@ -18,7 +18,7 @@ "node-sass": "^4.14.1", "sass-loader": "^7.3.1", "style-loader": "^1.0.0", - "wiki-list-editor": "^0.5.5" + "wiki-list-editor": "^0.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",