[TASK] Update bower components

This commit is contained in:
Xaver Maierhofer 2016-05-22 15:58:09 +02:00
parent 7bee4d9640
commit f571864e98
4 changed files with 15 additions and 16 deletions

4
app.js
View File

@ -8,7 +8,7 @@ require.config({
"moment": "../bower_components/moment/min/moment.min", "moment": "../bower_components/moment/min/moment.min",
"moment.de": "../bower_components/moment/locale/de", "moment.de": "../bower_components/moment/locale/de",
"tablesort": "../bower_components/tablesort/tablesort.min", "tablesort": "../bower_components/tablesort/tablesort.min",
"tablesort.numeric": "../bower_components/tablesort/src/sorts/tablesort.numeric", "tablesort.number": "../bower_components/tablesort/src/sorts/tablesort.number",
"d3": "../bower_components/d3/d3.min", "d3": "../bower_components/d3/d3.min",
"numeral": "../bower_components/numeraljs/min/numeral.min", "numeral": "../bower_components/numeraljs/min/numeral.min",
"numeral-intl": "../bower_components/numeraljs/min/languages.min", "numeral-intl": "../bower_components/numeraljs/min/languages.min",
@ -28,7 +28,7 @@ require.config({
deps: ["numeral"], deps: ["numeral"],
exports: "numeral" exports: "numeral"
}, },
"tablesort.numeric": ["tablesort"], "tablesort.number": ["tablesort"],
"helper": ["numeral-intl"] "helper": ["numeral-intl"]
} }
}); });

View File

@ -9,21 +9,20 @@
], ],
"dependencies": { "dependencies": {
"Leaflet.label": "~0.2.1", "Leaflet.label": "~0.2.1",
"chroma-js": "~0.6.1", "chroma-js": "~1.1.1",
"leaflet": "~0.7.3", "leaflet": "~0.7.7",
"moment": "~2.9.0", "moment": "~2.13.0",
"requirejs": "~2.1.16", "requirejs": "~2.2.0",
"tablesort": "https://github.com/tristen/tablesort.git#v3.0.2", "tablesort": "https://github.com/tristen/tablesort.git#v4.0.1",
"roboto-slab-fontface": "*", "roboto-slab-fontface": "*",
"es6-shim": "~0.27.1", "es6-shim": "~0.35.1",
"almond": "~0.3.1", "almond": "~0.3.2",
"r.js": "~2.1.16", "d3": "~3.5.17",
"d3": "~3.5.5",
"numeraljs": "~1.5.3", "numeraljs": "~1.5.3",
"roboto-fontface": "~0.3.0", "roboto-fontface": "~0.3.0",
"virtual-dom": "~2.0.1", "virtual-dom": "~2.1.1",
"leaflet-providers": "~1.0.27", "leaflet-providers": "~1.1.10",
"rbush": "https://github.com/mourner/rbush.git#~1.3.5", "rbush": "https://github.com/mourner/rbush.git#~1.4.3",
"jshashes": "~1.0.5" "jshashes": "~1.0.5"
}, },
"authors": [ "authors": [

View File

@ -10,7 +10,7 @@ define(["chroma-js", "map", "sidebar", "tabs", "container", "meshstats",
var content; var content;
var contentDiv; var contentDiv;
var linkScale = chroma.scale(chroma.interpolate.bezier(["#04C714", "#FF5500", "#F02311"])).domain([1, 5]); var linkScale = chroma.scale(chroma.bezier(["#04C714", "#FF5500", "#F02311"])).domain([1, 5]);
var sidebar; var sidebar;
var buttons = document.createElement("div"); var buttons = document.createElement("div");

View File

@ -1,4 +1,4 @@
define(["moment", "numeral", "tablesort", "tablesort.numeric", "moment.de"], define(["moment", "numeral", "tablesort", "tablesort.number", "moment.de"],
function (moment, numeral, Tablesort) { function (moment, numeral, Tablesort) {
function showGeoURI(d) { function showGeoURI(d) {
function showLatitude(d) { function showLatitude(d) {