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

Revert to Angular 1.4.7 since it seems to break the transcluded directive which uses ng-context-menu.

Commit that seems to be breaking it: 652b83eb22

Also, use a ng-context-menu fork since the original is looking for maintainers now.
This commit is contained in:
Gunther Brunner 2015-10-13 20:57:16 +09:00
parent a7408e071f
commit df8c935975

View file

@ -2,12 +2,12 @@
"name": "stf", "name": "stf",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"angular": "~1.5.0", "angular": "~1.4.7",
"angular-cookies": "~1.5.0", "angular-cookies": "~1.4.7",
"angular-route": "~1.5.0", "angular-route": "~1.4.7",
"angular-sanitize": "~1.5.0", "angular-sanitize": "~1.4.7",
"angular-animate": "~1.5.0", "angular-animate": "~1.4.7",
"angular-touch": "~1.5.0", "angular-touch": "~1.4.7",
"lodash": "~3.10.1", "lodash": "~3.10.1",
"oboe": "~2.1.2", "oboe": "~2.1.2",
"ng-table": "~1.0.0-beta.5", "ng-table": "~1.0.0-beta.5",
@ -25,7 +25,7 @@
"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": "~0.14.1", "angular-ui-bootstrap": "~0.14.1",
"ng-context-menu": "~1.0.2", "ng-context-menu": "AdiDahan/ng-context-menu#~1.0.5",
"components-font-awesome": "~4.4.0", "components-font-awesome": "~4.4.0",
"epoch": "~0.6.0", "epoch": "~0.6.0",
"ng-epoch": "~1.0.7", "ng-epoch": "~1.0.7",
@ -36,13 +36,12 @@
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"angular-mocks": "~1.5.0" "angular-mocks": "~1.4.7"
}, },
"resolutions": { "resolutions": {
"angular": "~1.5.0", "angular": "~1.4.7",
"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"
"angular-bootstrap": "~0.13.4"
} }
} }