Increase of wiki-list-editor 0.5.0
All checks were successful
continuous-integration/drone/push Build is passing

- Adds paste
This commit is contained in:
Peter Stuifzand 2020-05-20 23:37:43 +02:00
parent a8ac82dfac
commit 62d13f3472
2 changed files with 4 additions and 4 deletions

View File

@ -7538,9 +7538,9 @@
}
},
"wiki-list-editor": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.4.1.tgz",
"integrity": "sha512-bCMm98x4lU2EVimxuMqCdgDua5j7ZgPHUYLz98yifS6B2DuqULrsGyOAG+tNT3KYmvWRU6/xq8AyzVQGdCIBPg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.5.0.tgz",
"integrity": "sha512-EHoaKrpnM/eq5lJrHDxkSyJZ/awNfRKiFg7PlJRO7FLa4EKmSS7drOFd5GRTjzUaO2M9rOQ29GWP09YkECvWqA==",
"requires": {
"dragula": "^3.7.2",
"jquery": "^3.5.1",

View File

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