1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Updated bower dependencies.

This commit is contained in:
Gunther Brunner 2014-12-12 20:09:41 +09:00
parent ebaea17a97
commit 9defe97e07

View file

@ -2,11 +2,11 @@
"name": "stf", "name": "stf",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"angular": "1.3.6-build.3675", "angular": "1.3.7-build.3695",
"angular-route": "1.3.6-build.3675", "angular-route": "1.3.7-build.3695",
"angular-sanitize": "1.3.6-build.3675", "angular-sanitize": "1.3.7-build.3695",
"angular-animate": "1.3.6-build.3675", "angular-animate": "1.3.7-build.3695",
"angular-touch": "1.3.6-build.3675", "angular-touch": "1.3.7-build.3695",
"se7en-bootstrap-3": "~0.2.1", "se7en-bootstrap-3": "~0.2.1",
"lodash": "~2.4.1", "lodash": "~2.4.1",
"oboe": "~2.0.2", "oboe": "~2.0.2",
@ -43,19 +43,19 @@
"stats.js": "*", "stats.js": "*",
"components-font-awesome": "~4.2.0", "components-font-awesome": "~4.2.0",
"epoch": "~0.6.0", "epoch": "~0.6.0",
"d3": "~3.5.0", "d3": "~3.5.2",
"ng-epoch": "~1.0.7", "ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.10" "eventEmitter": "~4.2.11"
}, },
"private": true, "private": true,
"resolutions": { "resolutions": {
"angular": "1.3.6-build.3675", "angular": "1.3.7-build.3695",
"angular-sanitize": "1.3.6-build.3675", "angular-sanitize": "1.3.7-build.3695",
"bootstrap": "~3.3.0", "bootstrap": "~3.3.0",
"d3": "~3.5.0", "d3": "~3.5.2",
"angular-bootstrap": "~0.12.0" "angular-bootstrap": "~0.12.0"
}, },
"devDependencies": { "devDependencies": {
"angular-mocks": "1.3.6-build.3675" "angular-mocks": "1.3.7-build.3695"
} }
} }