From 2a641e05e7ff966b3ac60eb90dac60036d5952c2 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 31 May 2020 02:40:11 +0200 Subject: [PATCH] Increase version of editor to 0.6.3 --- 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 df13cc9..4723aaf 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7538,9 +7538,9 @@ } }, "wiki-list-editor": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.2.tgz", - "integrity": "sha512-pI9ugPI/9DDYMyiTLi1SQcJjI5eaXG0jLTs8PxIMCh47owk8bOrEbY+jA8tfwPN88pi3MxJHukU+1c+x1gypZQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.3.tgz", + "integrity": "sha512-QYt3wC4gvmv+wAJAIKtwzJ2DozQDHkTJzIzkn3mtO75zM22JIs4gLR+ghsEHhz7ox6Yof/6EZNQcFayH9miFBw==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index d8aebed..ccf87b8 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.2" + "wiki-list-editor": "^0.6.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",