Skip to content

Commit 91c4f90

Browse files
committed
update dependencies
1 parent 4362730 commit 91c4f90

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-filemanager",
3-
"version": "1.4.4",
3+
"version": "1.4.6",
44
"homepage": "https://github.com/joni2back/angular-filemanager",
55
"authors": [
66
"Jonas Sciangula Street <[email protected]>"
@@ -19,11 +19,11 @@
1919
"tests"
2020
],
2121
"dependencies": {
22-
"angular": "~1.3.15",
23-
"angular-translate": "~2.4.0",
24-
"angular-cookies": "~1.3.17",
22+
"angular": "~1.5.0",
23+
"angular-translate": "~2.9.1",
24+
"angular-cookies": "~1.5.0",
2525
"bootstrap": "~3.3.2",
26-
"jquery": "~2.1.3",
27-
"bootswatch": "3.3.5"
26+
"jquery": "~2.2.0",
27+
"bootswatch": "3.3.6+1"
2828
}
2929
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-filemanager",
3-
"version": "1.4.4",
3+
"version": "1.4.6",
44
"description": "A very smart filemanager to manage your files in the browser.",
55
"main": "src/app.js",
66
"scripts": {
@@ -20,12 +20,13 @@
2020
},
2121
"homepage": "https://github.com/joni2back/angular-filemanager#readme",
2222
"devDependencies": {
23+
"bower": "^1.7.7",
2324
"gulp": "^3.9.0",
2425
"gulp-angular-templatecache": "^1.6.0",
2526
"gulp-concat": "^2.5.2",
2627
"gulp-minify-css": "^1.1.6",
2728
"gulp-uglify": "^1.2.0",
28-
"gulp-eslint": "^1.0.0",
29-
"del": "^1.2.0"
29+
"gulp-eslint": "^2.0.0",
30+
"del": "^2.2.0"
3031
}
31-
}
32+
}

src/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Angular FileManager v1.4.4 (https://github.com/joni2back/angular-filemanager)
2+
* Angular FileManager v1.4.6 (https://github.com/joni2back/angular-filemanager)
33
* Jonas Sciangula Street <[email protected]>
44
* Licensed under MIT (https://github.com/joni2back/angular-filemanager/blob/master/LICENSE)
55
*/

0 commit comments

Comments
 (0)