1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Updated most dependencies.

This commit is contained in:
Gunther Brunner 2015-03-17 21:16:26 +09:00
parent e1a7560bc0
commit cefe35b82e

View file

@ -2,14 +2,14 @@
"name": "stf", "name": "stf",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"angular": "1.4.0-build.3855", "angular": "1.4.0-build.3909",
"angular-cookies": "1.4.0-build.3855", "angular-cookies": "1.4.0-build.3909",
"angular-route": "1.4.0-build.3855", "angular-route": "1.4.0-build.3909",
"angular-sanitize": "1.4.0-build.3855", "angular-sanitize": "1.4.0-build.3909",
"angular-animate": "1.4.0-build.3855", "angular-animate": "1.4.0-build.3909",
"angular-touch": "1.4.0-build.3855", "angular-touch": "1.4.0-build.3909",
"se7en-bootstrap-3": "~0.2.1", "se7en-bootstrap-3": "~0.2.1",
"lodash": "~3.3.1", "lodash": "~3.5.0",
"oboe": "~2.1.1", "oboe": "~2.1.1",
"Snap.svg": "~0.3.0", "Snap.svg": "~0.3.0",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a", "ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
@ -28,7 +28,7 @@
"angular-tree-control": "~0.2.8", "angular-tree-control": "~0.2.8",
"angular-loading-bar": "~0.7.1", "angular-loading-bar": "~0.7.1",
"underscore.string": "~3.0.3", "underscore.string": "~3.0.3",
"bootstrap": "~3.3.2", "bootstrap": "~3.3.4",
"font-lato-2-subset": "~0.4.0", "font-lato-2-subset": "~0.4.0",
"packery": "~1.3.2", "packery": "~1.3.2",
"draggabilly": "~1.1.2", "draggabilly": "~1.1.2",
@ -50,12 +50,12 @@
}, },
"private": true, "private": true,
"resolutions": { "resolutions": {
"angular": "1.4.0-build.3855", "angular": "1.4.0-build.3909",
"angular-sanitize": "1.4.0-build.3855", "angular-sanitize": "1.4.0-build.3909",
"angular-bootstrap": "~0.12.1", "angular-bootstrap": "~0.12.1",
"d3": "~3.5.5" "d3": "~3.5.5"
}, },
"devDependencies": { "devDependencies": {
"angular-mocks": "1.4.0-build.3855" "angular-mocks": "1.4.0-build.3909"
} }
} }