mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 15:25:17 +02:00
Updated most dependencies.
This commit is contained in:
35
bower.json
35
bower.json
@@ -2,16 +2,15 @@
|
||||
"name": "stf",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"angular": "1.4.0-build.3909",
|
||||
"angular-cookies": "1.4.0-build.3909",
|
||||
"angular-route": "1.4.0-build.3909",
|
||||
"angular-sanitize": "1.4.0-build.3909",
|
||||
"angular-animate": "1.4.0-build.3909",
|
||||
"angular-touch": "1.4.0-build.3909",
|
||||
"angular": "1.4.1-build.4058",
|
||||
"angular-cookies": "1.4.1-build.4058",
|
||||
"angular-route": "1.4.1-build.4058",
|
||||
"angular-sanitize": "1.4.1-build.4058",
|
||||
"angular-animate": "1.4.1-build.4058",
|
||||
"angular-touch": "1.4.1-build.4058",
|
||||
"se7en-bootstrap-3": "~0.2.1",
|
||||
"lodash": "~3.5.0",
|
||||
"oboe": "~2.1.1",
|
||||
"Snap.svg": "~0.3.0",
|
||||
"lodash": "~3.9.3",
|
||||
"oboe": "~2.1.2",
|
||||
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
|
||||
"jquery.terminal": "~0.8.8",
|
||||
"stf-site": "~0.4.1",
|
||||
@@ -19,19 +18,18 @@
|
||||
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
|
||||
"angular-ui-ace": "~0.2.3",
|
||||
"ui-bootstrap-alerts": "~0.1.5",
|
||||
"requirejs": "~2.1.16",
|
||||
"requirejs": "~2.1.18",
|
||||
"stf-graphics": "~0.1.1",
|
||||
"angular-bootstrap": "~0.12.1",
|
||||
"angular-dialog-service": "~5.2.6",
|
||||
"ng-file-upload": "~2.0.5",
|
||||
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3",
|
||||
"angular-tree-control": "~0.2.8",
|
||||
"angular-loading-bar": "~0.7.1",
|
||||
"underscore.string": "~3.0.3",
|
||||
"underscore.string": "~3.1.1",
|
||||
"bootstrap": "~3.3.4",
|
||||
"font-lato-2-subset": "~0.4.0",
|
||||
"packery": "~1.3.2",
|
||||
"draggabilly": "~1.1.2",
|
||||
"packery": "~1.4.1",
|
||||
"draggabilly": "~1.2.4",
|
||||
"angular-elastic": "~2.4.2",
|
||||
"quick-ng-repeat": "~0.0.1",
|
||||
"angular-vs-repeat": "~1.0.0-rc5",
|
||||
@@ -50,12 +48,13 @@
|
||||
},
|
||||
"private": true,
|
||||
"resolutions": {
|
||||
"angular": "1.4.0-build.3909",
|
||||
"angular-sanitize": "1.4.0-build.3909",
|
||||
"angular": "1.4.1-build.4058",
|
||||
"angular-sanitize": "1.4.1-build.4058",
|
||||
"angular-bootstrap": "~0.12.1",
|
||||
"d3": "~3.5.5"
|
||||
"d3": "~3.5.5",
|
||||
"outlayer": "1.4.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.4.0-build.3909"
|
||||
"angular-mocks": "1.4.1-build.4058"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user