mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Updated most dependencies.
This commit is contained in:
parent
e1a7560bc0
commit
cefe35b82e
1 changed files with 11 additions and 11 deletions
22
bower.json
22
bower.json
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue