From 1453846a7fb6fb580616bab094ed8a2f034cd772 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 30 May 2020 23:26:09 +0200 Subject: [PATCH] Increase version of editor to 0.6.1 --- 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 e553fe5..9233ff3 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7538,9 +7538,9 @@ } }, "wiki-list-editor": { - "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==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.1.tgz", + "integrity": "sha512-taQQWs4Ju4qv4hyILyajfUs2GvjJTTRhwIsFtwveHiOJqAl4X/h/7yx4JAP5fDW1ZfdoAJkB9Q9AZLvIfE7K7Q==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index 15a1337..9ff9699 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.6.0" + "wiki-list-editor": "^0.6.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",