mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Using my fork of borderlayout (while waiting for the PR to be merged).
Now angular 1.3.0-rc.0 can be used.
This commit is contained in:
parent
a0362a684a
commit
d55ccebdc5
1 changed files with 9 additions and 9 deletions
18
bower.json
18
bower.json
|
@ -2,11 +2,11 @@
|
|||
"name": "stf",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"angular": "1.3.0-beta.19",
|
||||
"angular-route": "1.3.0-beta.19",
|
||||
"angular-sanitize": "1.3.0-beta.19",
|
||||
"angular-animate": "1.3.0-beta.19",
|
||||
"angular-touch": "1.3.0-beta.19",
|
||||
"angular": "1.3.0-rc.0",
|
||||
"angular-route": "1.3.0-rc.0",
|
||||
"angular-sanitize": "1.3.0-rc.0",
|
||||
"angular-animate": "1.3.0-rc.0",
|
||||
"angular-touch": "1.3.0-rc.0",
|
||||
"se7en-bootstrap-3": "~0.2.1",
|
||||
"lodash": "~2.4.1",
|
||||
"oboe": "~2.0.2",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"angular-vs-repeat": "~1.0.0-rc5",
|
||||
"checklist-model": "~0.1.3",
|
||||
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
|
||||
"angular-borderlayout": "https://github.com/filearts/angular-borderlayout.git",
|
||||
"angular-borderlayout": "https://github.com/gunta/angular-borderlayout.git",
|
||||
"angular-ui-bootstrap": "~0.11.2",
|
||||
"angular-ladda": "~0.1.6",
|
||||
"ng-context-menu": "~1.0.0",
|
||||
|
@ -48,11 +48,11 @@
|
|||
},
|
||||
"private": true,
|
||||
"resolutions": {
|
||||
"angular": "1.3.0-beta.19",
|
||||
"angular-sanitize": "1.3.0-beta.19",
|
||||
"angular": "1.3.0-rc.0",
|
||||
"angular-sanitize": "1.3.0-rc.0",
|
||||
"bootstrap": "~3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.3.0-beta.19"
|
||||
"angular-mocks": "1.3.0-rc.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue