Update dependencies.

This commit is contained in:
Gunther Brunner
2015-07-14 18:39:54 +09:00
parent bedae03035
commit e5384e2cfd
2 changed files with 22 additions and 22 deletions

View File

@@ -2,12 +2,12 @@
"name": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "1.4.1",
"angular-cookies": "1.4.1",
"angular-route": "1.4.1",
"angular-sanitize": "1.4.1",
"angular-animate": "1.4.1",
"angular-touch": "1.4.1",
"angular": "1.4.2",
"angular-cookies": "1.4.2",
"angular-route": "1.4.2",
"angular-sanitize": "1.4.2",
"angular-animate": "1.4.2",
"angular-touch": "1.4.2",
"lodash": "~3.10.0",
"oboe": "~2.1.2",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
@@ -20,7 +20,7 @@
"underscore.string": "~3.1.1",
"bootstrap": "~3.3.4",
"font-lato-2-subset": "~0.4.0",
"packery": "~1.4.1",
"packery": "~1.4.2",
"draggabilly": "~1.2.4",
"angular-elastic": "~2.4.2",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
@@ -32,15 +32,15 @@
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11",
"angular-ladda": "~0.2.2",
"d3": "~3.5.5",
"d3": "~3.5.6",
"spin.js": "~2.3.1"
},
"private": true,
"devDependencies": {
"angular-mocks": "1.4.1"
"angular-mocks": "1.4.2"
},
"resolutions": {
"angular": "1.4.1",
"angular": "1.4.2",
"d3": "~3.5.5",
"spin.js": "~2.3.1"
}