Update other depencency versions

before-bootstrap
Candid Dauth 2016-10-02 17:54:39 +03:00
rodzic b4ff069e31
commit ef21fb1ea9
3 zmienionych plików z 15 dodań i 17 usunięć

Wyświetl plik

@ -14,11 +14,11 @@
"tests"
],
"dependencies": {
"angular": "^1.5.0",
"angular": "^1.5.8",
"async": "^2.0.1",
"tablesorter": "jquery.tablesorter#^2.25.4",
"marked": "^0.3.5",
"angular-ui-sortable": "^0.13.4",
"marked": "^0.3.6",
"angular-ui-sortable": "^0.14.3",
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
"blob": "*"
}

Wyświetl plik

@ -3,23 +3,21 @@
"version": "0.1.0",
"devDependencies": {
"async": "^2.0.1",
"event-stream": "^3.3.2",
"bower": "^1.7.9",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean": "^0.3.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-css-base64": "^1.3.4",
"gulp-if": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.1.0",
"gulp-newer": "^1.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"main-bower-files": "^2.11.1",
"gulp-uglify": "^2.0.0",
"main-bower-files": "^2.13.1",
"stream-combiner": "^0.2.2"
},
"author": "Candid Dauth",
"dependencies": {
"bower": "^1.6.5"
}
"author": "Candid Dauth"
}

Wyświetl plik

@ -7,10 +7,10 @@
"start": "node lib/server.js"
},
"dependencies": {
"sequelize": "^3.24.3",
"async": "^2.0.1",
"request" : "2.51.x",
"underscore" : "1.7.x"
"request": "^2.75.0",
"sequelize": "^3.24.3",
"socket.io": "^1.2.1",
"underscore": "^1.8.3"
}
}