mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Updated bower dependencies.
This commit is contained in:
parent
5d190db1b7
commit
45698c6977
2 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
"angular-touch": "1.3.0-beta.19",
|
"angular-touch": "1.3.0-beta.19",
|
||||||
"se7en-bootstrap-3": "~0.2.1",
|
"se7en-bootstrap-3": "~0.2.1",
|
||||||
"lodash": "~2.4.1",
|
"lodash": "~2.4.1",
|
||||||
"oboe": "~1.15.2",
|
"oboe": "~2.0.2",
|
||||||
"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",
|
||||||
"jquery.terminal": "~0.8.8",
|
"jquery.terminal": "~0.8.8",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"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",
|
||||||
"angular-bootstrap": "~0.11.0",
|
"angular-bootstrap": "~0.11.2",
|
||||||
"angular-dialog-service": "~5.2.1",
|
"angular-dialog-service": "~5.2.1",
|
||||||
"ng-file-upload": "~1.6.12",
|
"ng-file-upload": "~1.6.12",
|
||||||
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.0",
|
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.0",
|
||||||
|
|
|
@ -29,8 +29,7 @@ module.exports = {
|
||||||
alias: {
|
alias: {
|
||||||
'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'
|
||||||
'oboe': 'oboe/dist/oboe-browser'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
|
@ -53,9 +52,7 @@ module.exports = {
|
||||||
{ test: /angular-touch\.js$/, loader: 'imports?angular=angular'},
|
{ test: /angular-touch\.js$/, loader: 'imports?angular=angular'},
|
||||||
{ test: /angular-animate\.js$/, loader: 'imports?angular=angular'},
|
{ test: /angular-animate\.js$/, loader: 'imports?angular=angular'},
|
||||||
{ test: /angular-growl\.js$/, loader: 'imports?angular=angular'},
|
{ test: /angular-growl\.js$/, loader: 'imports?angular=angular'},
|
||||||
{ test: /oboe-browser\.js$/, loader: 'imports?define=>false!exports?oboe'},
|
|
||||||
{ test: /uuid\.js$/, loader: 'imports?require=>undefined'},
|
{ test: /uuid\.js$/, loader: 'imports?require=>undefined'},
|
||||||
//{ test: /ui-bootstrap-tpls\.js$/, loader: 'script'},
|
|
||||||
{ test: /dialogs\.js$/, loader: 'script'}
|
{ test: /dialogs\.js$/, loader: 'script'}
|
||||||
],
|
],
|
||||||
preLoaders: [
|
preLoaders: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue