Update dependencies

This commit is contained in:
2020-06-19 10:37:47 +01:00
parent 6e7fa267bc
commit c65330cb91
8 changed files with 70 additions and 23 deletions

View File

@@ -3,4 +3,4 @@
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("jquery"),require("./util.js")):"function"==typeof define&&define.amd?define(["jquery","./util.js"],t):(e=e||self).Alert=t(e.jQuery,e.Util)}(this,(function(e,t){"use strict";function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e,t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t;var r="alert",o=e.fn[r],i=function(){function r(e){this._element=e}var o,i,l,s=r.prototype;return s.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},s.dispose=function(){e.removeData(this._element,"bs.alert"),this._element=null},s._getRootElement=function(n){var r=t.getSelectorFromElement(n),o=!1;return r&&(o=document.querySelector(r)),o||(o=e(n).closest(".alert")[0]),o},s._triggerCloseEvent=function(t){var n=e.Event("close.bs.alert");return e(t).trigger(n),n},s._removeElement=function(n){var r=this;if(e(n).removeClass("show"),e(n).hasClass("fade")){var o=t.getTransitionDurationFromElement(n);e(n).one(t.TRANSITION_END,(function(e){return r._destroyElement(n,e)})).emulateTransitionEnd(o)}else this._destroyElement(n)},s._destroyElement=function(t){e(t).detach().trigger("closed.bs.alert").remove()},r._jQueryInterface=function(t){return this.each((function(){var n=e(this),o=n.data("bs.alert");o||(o=new r(this),n.data("bs.alert",o)),"close"===t&&o[t](this)}))},r._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},o=r,l=[{key:"VERSION",get:function(){return"4.5.0"}}],(i=null)&&n(o.prototype,i),l&&n(o,l),r}();return e(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',i._handleDismiss(new i)),e.fn[r]=i._jQueryInterface,e.fn[r].Constructor=i,e.fn[r].noConflict=function(){return e.fn[r]=o,i._jQueryInterface},i})); !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("jquery"),require("./util.js")):"function"==typeof define&&define.amd?define(["jquery","./util.js"],t):(e=e||self).Alert=t(e.jQuery,e.Util)}(this,(function(e,t){"use strict";function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e,t=t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t;var r=e.fn.alert,o=function(){function r(e){this._element=e}var o,l,i,a=r.prototype;return a.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},a.dispose=function(){e.removeData(this._element,"bs.alert"),this._element=null},a._getRootElement=function(n){var r=t.getSelectorFromElement(n),o=!1;return r&&(o=document.querySelector(r)),o||(o=e(n).closest(".alert")[0]),o},a._triggerCloseEvent=function(t){var n=e.Event("close.bs.alert");return e(t).trigger(n),n},a._removeElement=function(n){var r=this;if(e(n).removeClass("show"),e(n).hasClass("fade")){var o=t.getTransitionDurationFromElement(n);e(n).one(t.TRANSITION_END,(function(e){return r._destroyElement(n,e)})).emulateTransitionEnd(o)}else this._destroyElement(n)},a._destroyElement=function(t){e(t).detach().trigger("closed.bs.alert").remove()},r._jQueryInterface=function(t){return this.each((function(){var n=e(this),o=n.data("bs.alert");o||(o=new r(this),n.data("bs.alert",o)),"close"===t&&o[t](this)}))},r._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},o=r,i=[{key:"VERSION",get:function(){return"4.5.0"}}],(l=null)&&n(o.prototype,l),i&&n(o,i),r}();return e(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',o._handleDismiss(new o)),e.fn.alert=o._jQueryInterface,e.fn.alert.Constructor=o,e.fn.alert.noConflict=function(){return e.fn.alert=r,o._jQueryInterface},o}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7,33 +7,33 @@
"dependencies": { "dependencies": {
"@activix/bootstrap-datetimepicker": "^2.0.7", "@activix/bootstrap-datetimepicker": "^2.0.7",
"@forevolve/bootstrap-dark": "^1.0.0-alpha.1075", "@forevolve/bootstrap-dark": "^1.0.0-alpha.1075",
"@fortawesome/fontawesome-free": "^5.12.1", "@fortawesome/fontawesome-free": "^5.13.1",
"ajax-bootstrap-select": "^1.4.5", "ajax-bootstrap-select": "^1.4.5",
"autocompleter": "^6.0.2", "autocompleter": "^6.0.3",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.8.0",
"bootstrap": "^4.4.1", "bootstrap": "^4.5.0",
"bootstrap-select": "^1.13.17", "bootstrap-select": "^1.13.17",
"dark-mode-switch": "^1.0.0", "dark-mode-switch": "^1.0.0",
"fullcalendar": "^3.10.1", "fullcalendar": "^3.10.2",
"gulp-if": "^3.0.0", "gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
"jquery": "^3.4.1", "jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1", "jquery-ui-dist": "^1.12.1",
"konami": "^1.6.2", "konami": "^1.6.2",
"moment": "^2.24.0", "moment": "^2.27.0",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"raven-js": "^3.27.2" "raven-js": "^3.27.2"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^2.26.7", "browser-sync": "^2.26.7",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0", "gulp-clean-css": "^4.3.0",
"gulp-flatten": "^0.4.0", "gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0", "gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2", "gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5", "gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0", "gulp-terser": "^1.2.0",
"node-sass": "^4.13.1" "node-sass": "^4.14.1"
}, },
"scripts": { "scripts": {
"gulp": "gulp" "gulp": "gulp"

View File

@@ -1,26 +1,73 @@
ansicolors==1.1.8
asgiref==3.2.10
backports.tempfile==1.0
backports.weakref==1.0.post1
beautifulsoup4==4.9.1
cachetools==4.1.0
certifi==2020.4.5.2
chardet==3.0.4
configparser==5.0.0
contextlib2==0.6.0.post1
coverage==5.1
cssselect==1.1.0
cssutils==1.0.2
diff-match-patch==20181111 diff-match-patch==20181111
dj-database-url==0.5.0 dj-database-url==0.5.0
dj-static==0.0.6 dj-static==0.0.6
Django==3.0.7 Django==3.0.7
django-debug-toolbar==2.2 django-debug-toolbar==2.2
django-ical==1.7.0 django-filter==2.3.0
django-gulp==4.1.0
django-ical==1.7.1
django-livereload==1.7
django-livereload-server==0.3.2
django-recaptcha==2.0.6 django-recaptcha==2.0.6
django-recurrence==1.10.3
django-registration-redux==2.8 django-registration-redux==2.8
django-reversion==3.0.7 django-reversion==3.0.7
django-toolbelt==0.0.1
django-widget-tweaks==1.4.8 django-widget-tweaks==1.4.8
env-tools==2.2.0
gunicorn==20.0.4 gunicorn==20.0.4
icalendar==4.0.6 icalendar==4.0.6
idna==2.9
imgurpython==1.1.7
importlib-metadata==1.6.1
lxml==4.5.1 lxml==4.5.1
Markdown==3.2.2
Pillow==7.1.2
pluggy==0.13.1
premailer==3.7.0 premailer==3.7.0
psutil==5.7.0
psycopg2==2.8.5
psycopg2-binary==2.8.5 psycopg2-binary==2.8.5
Pygments==2.6.1
PyPDF2==1.26.0 PyPDF2==1.26.0
PyPOM==2.2.0 PyPOM==2.2.0
python-dateutil==2.8.1
pytz==2020.1 pytz==2020.1
raven==6.10.0 raven==6.10.0
requests==2.23.0 reportlab==3.5.42
requests==2.24.0
selenium==3.141.0 selenium==3.141.0
simplejson==3.17.0 simplejson==3.17.0
whitenoise==5.0.1 six==1.15.0
reportlab==3.5.42 soupsieve==2.0.1
sqlparse==0.3.1
static3==0.7.0
svg2rlg==0.3
tini==3.0.1
tornado==6.0.4
urllib3==1.25.9
whitenoise==5.1.0
yolk==0.4.3
z3c.rml==3.10.0 z3c.rml==3.10.0
imgurpython==1.1.7 zipp==3.1.0
zope.component==4.6.1
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.event==4.4
zope.hookable==5.0.1
zope.interface==5.1.0
zope.proxy==4.3.5
zope.schema==6.0.0