mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Update dependencies. Latest angular-ui-bootstrap fixes tooltip bug.
This commit is contained in:
parent
31aedff876
commit
c83e14486b
2 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
"angular-touch": "~1.4.7",
|
||||
"lodash": "~3.10.1",
|
||||
"oboe": "~2.1.2",
|
||||
"ng-table": "~1.0.0-beta.5",
|
||||
"ng-table": "~1.0.0-beta.7",
|
||||
"angular-gettext": "~2.1.0",
|
||||
"angular-ui-ace": "~0.2.3",
|
||||
"angular-dialog-service": "~5.2.6",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"angular-elastic": "~2.5.1",
|
||||
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
|
||||
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
|
||||
"angular-ui-bootstrap": "~0.14.1",
|
||||
"angular-ui-bootstrap": "~0.14.2",
|
||||
"ng-context-menu": "AdiDahan/ng-context-menu#~1.0.5",
|
||||
"components-font-awesome": "~4.4.0",
|
||||
"epoch": "~0.6.0",
|
||||
|
|
14
package.json
14
package.json
|
@ -36,7 +36,7 @@
|
|||
"bluebird": "^2.9.34",
|
||||
"body-parser": "^1.13.3",
|
||||
"chalk": "~1.1.1",
|
||||
"commander": "^2.7.1",
|
||||
"commander": "^2.9.0",
|
||||
"compression": "^1.5.2",
|
||||
"cookie-session": "^1.2.0",
|
||||
"csurf": "^1.7.0",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"passport-oauth2": "^1.1.2",
|
||||
"protobufjs": "^3.8.2",
|
||||
"proxy-addr": "^1.0.7",
|
||||
"request": "^2.61.0",
|
||||
"request": "^2.65.0",
|
||||
"request-progress": "^0.3.1",
|
||||
"rethinkdb": "^2.0.2",
|
||||
"semver": "^5.0.1",
|
||||
|
@ -83,11 +83,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"async": "^1.4.2",
|
||||
"bower": "^1.5.2",
|
||||
"bower": "^1.6.3",
|
||||
"chai": "^3.2.0",
|
||||
"css-loader": "^0.20.1",
|
||||
"del": "^2.0.1",
|
||||
"event-stream": "^3.3.0",
|
||||
"event-stream": "^3.3.2",
|
||||
"exports-loader": "^0.6.2",
|
||||
"extract-text-webpack-plugin": "^0.8.2",
|
||||
"file-loader": "^0.8.1",
|
||||
|
@ -102,14 +102,14 @@
|
|||
"gulp-standard": "^5.1.0",
|
||||
"gulp-util": "^3.0.4",
|
||||
"html-loader": "^0.3.0",
|
||||
"imports-loader": "^0.6.3",
|
||||
"imports-loader": "^0.6.5",
|
||||
"jasmine-core": "^2.3.4",
|
||||
"jasmine-reporters": "^2.0.5",
|
||||
"jshint": "^2.6.3",
|
||||
"jshint-loader": "^0.8.3",
|
||||
"jshint-stylish": "^2.0.0",
|
||||
"json-loader": "^0.5.1",
|
||||
"karma": "^0.13.9",
|
||||
"karma": "^0.13.11",
|
||||
"karma-chrome-launcher": "^0.2.0",
|
||||
"karma-firefox-launcher": "^0.1.4",
|
||||
"karma-ie-launcher": "^0.2.0",
|
||||
|
@ -137,7 +137,7 @@
|
|||
"template-html-loader": "^0.0.3",
|
||||
"url-loader": "^0.5.5",
|
||||
"webpack": "^1.12.2",
|
||||
"webpack-dev-server": "^1.7.0"
|
||||
"webpack-dev-server": "^1.12.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue