diff options
author | silverwind <me@silverwind.io> | 2020-07-29 20:44:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 14:44:23 -0400 |
commit | 2fd78c151e0e49db113078095f1d9e8c7478e828 (patch) | |
tree | 19526559ed4148f93355786d829c44113cdac27c /package-lock.json | |
parent | 2f6aadffa8243736825564cd1ce32d0d5a1eb391 (diff) | |
download | gitea-2fd78c151e0e49db113078095f1d9e8c7478e828.tar.gz gitea-2fd78c151e0e49db113078095f1d9e8c7478e828.zip |
Move jquery-minicolors to npm/webpack (#12305)
* Move jquery-minicolors to npm/webpack
- Unvendor and add as npm dependency
- Removed unneeded backend variable
- Fixed existing bug where picker would previously initizalize to the
same green color when editing a label.
There was probably a version bump because the previous version was
over 3 years old but it seems to be compatible.
* use file-loader
* trailing comma and comment update
* misc tweaks
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index aafe85628f..d145009323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -904,6 +904,11 @@ "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz", "integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==" }, + "@claviska/jquery-minicolors": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@claviska/jquery-minicolors/-/jquery-minicolors-2.3.5.tgz", + "integrity": "sha512-LpiN8hyqRPYB2tEzFD4lI54GxKHQXhzrJMnKnsumElYxjkjbdAPmiIm+1k/Mkfn92HepL7t9uaK5iQSFP/19aw==" + }, "@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", |