Skip to content

Commit

Permalink
Merge pull request #71 from flatlogic/feature/packagesUpdate
Browse files Browse the repository at this point in the history
Minor packages update
  • Loading branch information
okendoken committed Oct 7, 2019
2 parents 26995ed + e0ff804 commit ddfeb18
Show file tree
Hide file tree
Showing 4 changed files with 11,319 additions and 50 deletions.
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "MIT",
"version": "1.3.0",
"dependencies": {
"jquery": "~2.1.1",
"angular-animate": "^1.5.0",
"angular-cookies": "^1.5.0",
"angular-touch": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-ui-router": "^0.3.2",
"angular": "^1.5.0",
"jquery": "3.3.1",
"angular-animate": "1.7.5",
"angular-cookies": "1.7.5",
"angular-touch": "1.7.5",
"angular-sanitize": "1.7.5",
"angular-ui-router": "1.0.20",
"angular": "1.7.5",
"angular-nvd3": "1.0.0-rc.2",
"angular-material": "^1.0.6",
"angular-mocks": "^1.5.0",
"angular-material-data-table": "^0.10.10"
"angular-material": "1.0.6",
"angular-mocks": "1.7.5",
"angular-material-data-table": "0.10.10"
},
"devDependencies": {}
}
1 change: 0 additions & 1 deletion gulp/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ gulp.task('styles', function () {
])
.pipe(indexFilter)
.pipe($.inject(injectFiles, injectOptions))
.pipe(indexFilter.restore())
.pipe($.sass(sassOptions)
// .pipe($.rubySass(sassOptions)
.on('error', function (err) {
Expand Down
Loading

0 comments on commit ddfeb18

Please sign in to comment.