Browse Source

Pin Bower versions

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v15.0.0beta1
Christoph Wurst 5 years ago
parent
commit
f83c7bd2d6
No account linked to committer's email address

+ 18
- 18
bower.json View File

"tests" "tests"
], ],
"dependencies": { "dependencies": {
"autosize": "^4.0.0",
"backbone": "~1.2.3",
"base64": "~0.3.0",
"blueimp-md5": "^2.7.0",
"bootstrap": "~3.3.6",
"autosize": "4.0.2",
"backbone": "1.2.3",
"base64": "0.3.0",
"blueimp-md5": "2.7.0",
"bootstrap": "3.3.7",
"clipboard": "1.7.1", "clipboard": "1.7.1",
"davclient.js": "https://github.com/evert/davclient.js.git#0.1.2", "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
"handlebars": "^4.0.5",
"jcrop": "~0.9.12",
"jquery": "~2.2.0",
"jquery-migrate": "~1.4.0",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#2.3.0",
"handlebars": "4.0.5",
"jcrop": "0.9.12",
"jquery": "2.1.4",
"jquery-migrate": "1.4.0",
"jquery-ui": "1.10.0", "jquery-ui": "1.10.0",
"jsTimezoneDetect": "~1.0.5",
"marked": "^0.3.6",
"moment": "^2.15.0",
"select2": "~3.4.8",
"snapjs": "~2.0.0-rc1",
"strengthify": "^0.5.5",
"underscore": "~1.8.0",
"zxcvbn": "*"
"jsTimezoneDetect": "1.0.6",
"marked": "0.3.6",
"moment": "2.18.1",
"select2": "3.4.8",
"snapjs": "2.0.0-rc1",
"strengthify": "0.5.5",
"underscore": "1.8.3",
"zxcvbn": "4.4.2"
} }
} }

+ 1
- 1
core/vendor/autosize/.bower.json View File

"commit": "e394a257cc1e059eadc4198f56c301702289dd88" "commit": "e394a257cc1e059eadc4198f56c301702289dd88"
}, },
"_source": "https://github.com/jackmoore/autosize.git", "_source": "https://github.com/jackmoore/autosize.git",
"_target": "^4.0.0",
"_target": "4.0.2",
"_originalSource": "autosize" "_originalSource": "autosize"
} }

+ 2
- 2
core/vendor/backbone/.bower.json View File

"tag": "1.2.3", "tag": "1.2.3",
"commit": "05fde9e201f7e2137796663081105cd6dad12a98" "commit": "05fde9e201f7e2137796663081105cd6dad12a98"
}, },
"_source": "git://github.com/jashkenas/backbone.git",
"_target": "~1.2.3",
"_source": "https://github.com/jashkenas/backbone.git",
"_target": "1.2.3",
"_originalSource": "backbone" "_originalSource": "backbone"
} }

+ 3
- 4
core/vendor/base64/.bower.json View File

"tag": "0.3.0", "tag": "0.3.0",
"commit": "772df096a5ffe983f40202684ad45eed1e0e2d59" "commit": "772df096a5ffe983f40202684ad45eed1e0e2d59"
}, },
"_source": "git://github.com/davidchambers/Base64.js.git",
"_target": "~0.3.0",
"_originalSource": "base64",
"_direct": true
"_source": "https://github.com/davidchambers/Base64.js.git",
"_target": "0.3.0",
"_originalSource": "base64"
} }

+ 1
- 1
core/vendor/blueimp-md5/.bower.json View File

"commit": "31cbd8e463b43882c7b0cf461508ddf1c8f14154" "commit": "31cbd8e463b43882c7b0cf461508ddf1c8f14154"
}, },
"_source": "https://github.com/blueimp/JavaScript-MD5.git", "_source": "https://github.com/blueimp/JavaScript-MD5.git",
"_target": "^2.2.7",
"_target": "2.7.0",
"_originalSource": "blueimp-md5" "_originalSource": "blueimp-md5"
} }

+ 1
- 1
core/vendor/bootstrap/.bower.json View File

"commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
}, },
"_source": "https://github.com/twbs/bootstrap.git", "_source": "https://github.com/twbs/bootstrap.git",
"_target": "~3.3.6",
"_target": "3.3.7",
"_originalSource": "bootstrap" "_originalSource": "bootstrap"
} }

+ 13
- 7
core/vendor/bootstrap/js/tooltip.js View File

/* ======================================================================== /* ========================================================================
* Bootstrap: tooltip.js v3.3.6
* Bootstrap: tooltip.js v3.3.7
* http://getbootstrap.com/javascript/#tooltip * http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame * Inspired by the original jQuery.tipsy by Jason Frame
* ======================================================================== * ========================================================================
* Copyright 2011-2015 Twitter, Inc.
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */


this.init('tooltip', element, options) this.init('tooltip', element, options)
} }


Tooltip.VERSION = '3.3.6'
Tooltip.VERSION = '3.3.7'


Tooltip.TRANSITION_DURATION = 150 Tooltip.TRANSITION_DURATION = 150




function complete() { function complete() {
if (that.hoverState != 'in') $tip.detach() if (that.hoverState != 'in') $tip.detach()
that.$element
.removeAttr('aria-describedby')
.trigger('hidden.bs.' + that.type)
if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
that.$element
.removeAttr('aria-describedby')
.trigger('hidden.bs.' + that.type)
}
callback && callback() callback && callback()
} }


// width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093 // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top }) elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top })
} }
var elOffset = isBody ? { top: 0, left: 0 } : $element.offset()
var isSvg = window.SVGElement && el instanceof window.SVGElement
// Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3.
// See https://github.com/twbs/bootstrap/issues/20280
var elOffset = isBody ? { top: 0, left: 0 } : (isSvg ? null : $element.offset())
var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() } var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() }
var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null


that.$tip = null that.$tip = null
that.$arrow = null that.$arrow = null
that.$viewport = null that.$viewport = null
that.$element = null
}) })
} }



+ 1
- 1
core/vendor/es6-promise/.bower.json View File

"commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5" "commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5"
}, },
"_source": "https://github.com/jakearchibald/es6-promise.git", "_source": "https://github.com/jakearchibald/es6-promise.git",
"_target": "~2.3.0",
"_target": "2.3.0",
"_originalSource": "https://github.com/jakearchibald/es6-promise.git" "_originalSource": "https://github.com/jakearchibald/es6-promise.git"
} }

+ 1
- 1
core/vendor/handlebars/.bower.json View File

"commit": "9b7adf2df23cf0ecc7bd60b43d43989e63222f5a" "commit": "9b7adf2df23cf0ecc7bd60b43d43989e63222f5a"
}, },
"_source": "https://github.com/components/handlebars.js.git", "_source": "https://github.com/components/handlebars.js.git",
"_target": "^4.0.5",
"_target": "4.0.5",
"_originalSource": "handlebars" "_originalSource": "handlebars"
} }

+ 2
- 2
core/vendor/jcrop/.bower.json View File

"tag": "v0.9.12", "tag": "v0.9.12",
"commit": "1902fbc6afa14481dc019a17e0dcb7d62b808a98" "commit": "1902fbc6afa14481dc019a17e0dcb7d62b808a98"
}, },
"_source": "git://github.com/tapmodo/Jcrop.git",
"_target": "~0.9.12",
"_source": "https://github.com/tapmodo/Jcrop.git",
"_target": "0.9.12",
"_originalSource": "jcrop" "_originalSource": "jcrop"
} }

+ 1
- 1
core/vendor/jquery-migrate/.bower.json View File

"commit": "d70e5a532864fdc2263f0d15030ef84671fc5807" "commit": "d70e5a532864fdc2263f0d15030ef84671fc5807"
}, },
"_source": "https://github.com/appleboy/jquery-migrate.git", "_source": "https://github.com/appleboy/jquery-migrate.git",
"_target": "~1.4.0",
"_target": "1.4.0",
"_originalSource": "jquery-migrate" "_originalSource": "jquery-migrate"
} }

+ 1
- 1
core/vendor/jquery/.bower.json View File

"commit": "7751e69b615c6eca6f783a81e292a55725af6b85" "commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
}, },
"_source": "https://github.com/jquery/jquery-dist.git", "_source": "https://github.com/jquery/jquery-dist.git",
"_target": "~2.1.0",
"_target": "2.1.4",
"_originalSource": "jquery" "_originalSource": "jquery"
} }

+ 2
- 2
core/vendor/jsTimezoneDetect/.bower.json View File

"tag": "v1.0.6", "tag": "v1.0.6",
"commit": "bd595ed253292934991a414979007f3d51a1547d" "commit": "bd595ed253292934991a414979007f3d51a1547d"
}, },
"_source": "git://github.com/HenningM/jstimezonedetect.git",
"_target": "~1.0.5",
"_source": "https://github.com/HenningM/jstimezonedetect.git",
"_target": "1.0.6",
"_originalSource": "jsTimezoneDetect" "_originalSource": "jsTimezoneDetect"
} }

+ 1
- 1
core/vendor/moment/.bower.json View File

"commit": "0af7d4f5f25f911c2eaab2a7ccb534c17e65c536" "commit": "0af7d4f5f25f911c2eaab2a7ccb534c17e65c536"
}, },
"_source": "https://github.com/moment/moment.git", "_source": "https://github.com/moment/moment.git",
"_target": "^2.15.0",
"_target": "2.18.1",
"_originalSource": "moment" "_originalSource": "moment"
} }

+ 2
- 2
core/vendor/select2/.bower.json View File

"tag": "3.4.8", "tag": "3.4.8",
"commit": "ee0f36a47e2133b23330fbec740b2d3a17a0d9c2" "commit": "ee0f36a47e2133b23330fbec740b2d3a17a0d9c2"
}, },
"_source": "git://github.com/ivaynberg/select2.git",
"_target": "~3.4.8",
"_source": "https://github.com/ivaynberg/select2.git",
"_target": "3.4.8",
"_originalSource": "select2" "_originalSource": "select2"
} }

+ 2
- 2
core/vendor/snapjs/.bower.json View File

"tag": "v2.0.0-rc1", "tag": "v2.0.0-rc1",
"commit": "15c77da330d9e8ca580a922bc748d88553838a73" "commit": "15c77da330d9e8ca580a922bc748d88553838a73"
}, },
"_source": "git://github.com/jakiestfu/Snap.js.git",
"_target": "~2.0.0-rc1",
"_source": "https://github.com/jakiestfu/Snap.js.git",
"_target": "2.0.0-rc1",
"_originalSource": "snapjs" "_originalSource": "snapjs"
} }

+ 1
- 5
core/vendor/snapjs/dist/latest/snap.js View File



/** /**
* Disables Snap.js events * Disables Snap.js events
* @param {Boolean} endCurrentDrag Whether to end the current drag (if any) or not.
*/ */
disable: function(endCurrentDrag) {
disable: function() {
utils.dispatchEvent('disable'); utils.dispatchEvent('disable');
if (endCurrentDrag) {
this.action.drag.endDrag();
}
this.action.drag.stopListening(); this.action.drag.stopListening();
}, },



+ 2
- 2
core/vendor/strengthify/.bower.json View File

"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "0.5.5", "tag": "0.5.5",
"commit": "5fa214146e2c7760046fb6c2e01aa9b02759e7d6"
"commit": "54553d678d7894beff368ce4b4393bcc1f387037"
}, },
"_source": "https://github.com/MorrisJobke/strengthify.git", "_source": "https://github.com/MorrisJobke/strengthify.git",
"_target": "^0.5.5",
"_target": "0.5.5",
"_originalSource": "strengthify" "_originalSource": "strengthify"
} }

+ 2
- 2
core/vendor/underscore/.bower.json View File

"tag": "1.8.3", "tag": "1.8.3",
"commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d" "commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d"
}, },
"_source": "git://github.com/jashkenas/underscore.git",
"_target": "~1.8.0",
"_source": "https://github.com/jashkenas/underscore.git",
"_target": "1.8.3",
"_originalSource": "underscore" "_originalSource": "underscore"
} }

+ 1
- 1
core/vendor/zxcvbn/.bower.json View File

"commit": "0b7f691c370d922399fe60927433338c062dde23" "commit": "0b7f691c370d922399fe60927433338c062dde23"
}, },
"_source": "https://github.com/dropbox/zxcvbn.git", "_source": "https://github.com/dropbox/zxcvbn.git",
"_target": "*",
"_target": "4.4.2",
"_originalSource": "zxcvbn" "_originalSource": "zxcvbn"
} }

Loading…
Cancel
Save