mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Update bower dependencies.
This commit is contained in:
parent
a33572b833
commit
0825e80991
1 changed files with 11 additions and 11 deletions
22
bower.json
22
bower.json
|
@ -2,12 +2,12 @@
|
||||||
"name": "stf",
|
"name": "stf",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "~1.5.0-rc.0",
|
"angular": "~1.5.0-rc.2",
|
||||||
"angular-cookies": "~1.5.0-rc.0",
|
"angular-cookies": "~1.5.0-rc.2",
|
||||||
"angular-route": "~1.5.0-rc.0",
|
"angular-route": "~1.5.0-rc.2",
|
||||||
"angular-sanitize": "~1.5.0-rc.0",
|
"angular-sanitize": "~1.5.0-rc.2",
|
||||||
"angular-animate": "~1.5.0-rc.0",
|
"angular-animate": "~1.5.0-rc.2",
|
||||||
"angular-touch": "~1.5.0-rc.0",
|
"angular-touch": "~1.5.0-rc.2",
|
||||||
"lodash": "~3.10.1",
|
"lodash": "~3.10.1",
|
||||||
"oboe": "~2.1.2",
|
"oboe": "~2.1.2",
|
||||||
"ng-table": "~1.0.0-beta.9",
|
"ng-table": "~1.0.0-beta.9",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"angular-dialog-service": "~5.2.11",
|
"angular-dialog-service": "~5.2.11",
|
||||||
"ng-file-upload": "~2.0.5",
|
"ng-file-upload": "~2.0.5",
|
||||||
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.9",
|
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.9",
|
||||||
"underscore.string": "~3.2.2",
|
"underscore.string": "~3.2.3",
|
||||||
"bootstrap": "~3.3.6",
|
"bootstrap": "~3.3.6",
|
||||||
"font-lato-2-subset": "~0.4.0",
|
"font-lato-2-subset": "~0.4.0",
|
||||||
"packery": "~1.4.3",
|
"packery": "~1.4.3",
|
||||||
|
@ -24,23 +24,23 @@
|
||||||
"angular-elastic": "~2.5.1",
|
"angular-elastic": "~2.5.1",
|
||||||
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
|
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
|
||||||
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
|
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
|
||||||
"angular-ui-bootstrap": "~1.0.3",
|
"angular-ui-bootstrap": "~1.1.1",
|
||||||
"ng-context-menu": "AdiDahan/ng-context-menu#~1.0.5",
|
"ng-context-menu": "AdiDahan/ng-context-menu#~1.0.5",
|
||||||
"components-font-awesome": "~4.5.0",
|
"components-font-awesome": "~4.5.0",
|
||||||
"epoch": "~0.8.4",
|
"epoch": "~0.8.4",
|
||||||
"ng-epoch": "~1.0.7",
|
"ng-epoch": "~1.0.7",
|
||||||
"eventEmitter": "~4.3.0",
|
"eventEmitter": "~4.3.0",
|
||||||
"angular-ladda": "~0.3.1",
|
"angular-ladda": "~0.3.1",
|
||||||
"d3": "~3.5.12",
|
"d3": "~3.5.14",
|
||||||
"spin.js": "~2.3.2",
|
"spin.js": "~2.3.2",
|
||||||
"angular-xeditable": "~0.1.9"
|
"angular-xeditable": "~0.1.9"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular-mocks": "~1.5.0-rc.0"
|
"angular-mocks": "~1.5.0-rc.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"angular": "~1.5.0-rc.0",
|
"angular": "~1.5.0-rc.2",
|
||||||
"d3": "~3.5.5",
|
"d3": "~3.5.5",
|
||||||
"spin.js": "~2.3.2",
|
"spin.js": "~2.3.2",
|
||||||
"eventEmitter": "~4.3.0",
|
"eventEmitter": "~4.3.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue