1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Updated lot's of dependencies.

Socket.io 1.3.2 still not ready.
This commit is contained in:
Gunther Brunner 2015-01-21 15:53:09 +09:00
parent b083441a77
commit 54cf8970d5
2 changed files with 17 additions and 17 deletions

View file

@ -2,14 +2,14 @@
"name": "stf", "name": "stf",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"angular": "1.3.9-build.3748", "angular": "1.4.0-build.3803",
"angular-cookies": "1.3.9-build.3748", "angular-cookies": "1.4.0-build.3803",
"angular-route": "1.3.9-build.3748", "angular-route": "1.4.0-build.3803",
"angular-sanitize": "1.3.9-build.3748", "angular-sanitize": "1.4.0-build.3803",
"angular-animate": "1.3.9-build.3748", "angular-animate": "1.4.0-build.3803",
"angular-touch": "1.3.9-build.3748", "angular-touch": "1.4.0-build.3803",
"se7en-bootstrap-3": "~0.2.1", "se7en-bootstrap-3": "~0.2.1",
"lodash": "~2.4.1", "lodash": "~3.0.0",
"oboe": "~2.1.0", "oboe": "~2.1.0",
"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",
@ -17,7 +17,7 @@
"stf-site": "~0.4.1", "stf-site": "~0.4.1",
"stf-analytics": "~0.2.2", "stf-analytics": "~0.2.2",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87", "angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
"angular-ui-ace": "~0.1.1", "angular-ui-ace": "~0.2.1",
"ui-bootstrap-alerts": "~0.1.5", "ui-bootstrap-alerts": "~0.1.5",
"requirejs": "~2.1.15", "requirejs": "~2.1.15",
"stf-graphics": "~0.1.1", "stf-graphics": "~0.1.1",
@ -27,10 +27,10 @@
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3", "angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3",
"angular-tree-control": "~0.2.7", "angular-tree-control": "~0.2.7",
"angular-loading-bar": "~0.6.0", "angular-loading-bar": "~0.6.0",
"underscore.string": "~2.4.0", "underscore.string": "~3.0.0",
"bootstrap": "~3.3.1", "bootstrap": "~3.3.2",
"font-lato-2-subset": "~0.4.0", "font-lato-2-subset": "~0.4.0",
"packery": "~1.3.1", "packery": "~1.3.2",
"draggabilly": "~1.1.1", "draggabilly": "~1.1.1",
"angular-elastic": "~2.4.2", "angular-elastic": "~2.4.2",
"quick-ng-repeat": "~0.0.1", "quick-ng-repeat": "~0.0.1",
@ -39,7 +39,7 @@
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5", "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-borderlayout": "https://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67", "angular-borderlayout": "https://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
"angular-ui-bootstrap": "~0.12.0", "angular-ui-bootstrap": "~0.12.0",
"angular-ladda": "~0.1.10", "angular-ladda": "~0.2.1",
"ng-context-menu": "~1.0.1", "ng-context-menu": "~1.0.1",
"stats.js": "*", "stats.js": "*",
"components-font-awesome": "~4.2.0", "components-font-awesome": "~4.2.0",
@ -50,13 +50,12 @@
}, },
"private": true, "private": true,
"resolutions": { "resolutions": {
"angular": "1.3.9-build.3748", "angular": "1.4.0-build.3803",
"angular-sanitize": "1.3.9-build.3748", "angular-sanitize": "1.4.0-build.3803",
"bootstrap": "~3.3.0",
"d3": "~3.5.2", "d3": "~3.5.2",
"angular-bootstrap": "~0.12.0" "angular-bootstrap": "~0.12.0"
}, },
"devDependencies": { "devDependencies": {
"angular-mocks": "1.3.9-build.3748" "angular-mocks": "1.4.0-build.3803"
} }
} }

View file

@ -38,7 +38,8 @@ module.exports = {
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls', 'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
'localforage': 'localforage/dist/localforage.js', 'localforage': 'localforage/dist/localforage.js',
'socket.io': 'socket.io-client', 'socket.io': 'socket.io-client',
'stats': 'stats.js/src/Stats.js' 'stats': 'stats.js/src/Stats.js',
'underscore.string': 'underscore.string/index'
} }
}, },
module: { module: {