diff options
author | silverwind <me@silverwind.io> | 2020-03-17 20:08:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:08:15 -0400 |
commit | 85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4 (patch) | |
tree | 336f0d1af2a5ab1180d84f23c1ca58351d69222c /package.json | |
parent | 43c09134a972dc421aa06fb303697671c828cf67 (diff) | |
download | gitea-85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4.tar.gz gitea-85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4.zip |
move jquery-datetimepicker to npm/webpack (#10713)
- update to latest version and move to npm
- adapt for api changes and css class rename
- add specificity to arc-green rules as dependency css now loads later
- use imports-loader to make it load correctly
- fix some wrong paths in librejs
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 49b836d950..58064a5424 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "fomantic-ui": "2.8.4", "highlight.js": "9.18.1", "jquery": "3.4.1", + "jquery-datetimepicker": "2.5.21", "jquery-migrate": "3.1.0", "jquery.are-you-sure": "1.9.0", "swagger-ui": "3.25.0", @@ -33,6 +34,7 @@ "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "2.20.1", "fast-glob": "3.2.2", + "imports-loader": "0.8.0", "less-loader": "5.0.0", "mini-css-extract-plugin": "0.9.0", "optimize-css-assets-webpack-plugin": "5.0.3", |