Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Closes #204
  • Loading branch information
probberechts committed Dec 22, 2019
1 parent 2dc10a7 commit 46cc591
Show file tree
Hide file tree
Showing 44 changed files with 9,053 additions and 3,936 deletions.
7 changes: 6 additions & 1 deletion gulpfile.js
Expand Up @@ -52,6 +52,11 @@ gulp.task('lib:jQuery',function(){
.pipe(gulp.dest('./source/lib/jquery'))
})

gulp.task('lib:clipboard',function(){
return gulp.src(['node_modules/clipboard/dist/clipboard.min.js'])
.pipe(gulp.dest('./source/lib/clipboard'))
})

gulp.task('lint:js', function() {
return gulp.src([
'./source/js/**/*.js',
Expand Down Expand Up @@ -109,7 +114,7 @@ gulp.task('validate:languages', function(cb) {
});

gulp.task('lib', gulp.series(
'lib:clean', 'lib:jQuery', 'lib:fontAwesome', 'lib:mesloFont',
'lib:clean', 'lib:jQuery', 'lib:clipboard', 'lib:fontAwesome', 'lib:mesloFont',
'lib:vazirFont', 'lib:justifiedGallery'));
gulp.task('lint', gulp.parallel('lint:js', 'lint:stylus'));
gulp.task('validate', gulp.parallel('validate:config', 'validate:languages'));
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -39,8 +39,9 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "*",
"vazir-font": "*",
"clipboard": "^2.0.4",
"jquery": "^3.3.1",
"justifiedGallery": "^3.6.5"
"justifiedGallery": "^3.6.5",
"vazir-font": "*"
}
}
6 changes: 3 additions & 3 deletions source/lib/font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file modified source/lib/font-awesome/webfonts/fa-brands-400.eot
Binary file not shown.
4,677 changes: 3,532 additions & 1,145 deletions source/lib/font-awesome/webfonts/fa-brands-400.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/lib/font-awesome/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-regular-400.eot
Binary file not shown.
1,264 changes: 800 additions & 464 deletions source/lib/font-awesome/webfonts/fa-regular-400.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/lib/font-awesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-solid-900.eot
Binary file not shown.
7,006 changes: 4,697 additions & 2,309 deletions source/lib/font-awesome/webfonts/fa-solid-900.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/lib/font-awesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified source/lib/font-awesome/webfonts/fa-solid-900.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions source/lib/jquery/jquery.min.js

Large diffs are not rendered by default.

Binary file modified source/lib/vazir-font/Vazir-Black.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Black.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Black.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Black.woff2 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Bold.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Bold.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Bold.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Bold.woff2 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Light.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Light.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Light.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Light.woff2 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Medium.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Medium.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Medium.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Medium.woff2 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Thin.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Thin.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Thin.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir-Thin.woff2 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir.eot 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir.ttf 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir.woff 100644 → 100755
Binary file not shown.
Binary file modified source/lib/vazir-font/Vazir.woff2 100644 → 100755
Binary file not shown.
20 changes: 10 additions & 10 deletions source/lib/vazir-font/font-face.css 100644 → 100755
Expand Up @@ -18,6 +18,16 @@
font-weight: bold;
}

@font-face {
font-family: Vazir;
src: url('Vazir-Thin.eot');
src: url('Vazir-Thin.eot?#iefix') format('embedded-opentype'),
url('Vazir-Thin.woff2') format('woff2'),
url('Vazir-Thin.woff') format('woff'),
url('Vazir-Thin.ttf') format('truetype');
font-weight: 100;
}

@font-face {
font-family: Vazir;
src: url('Vazir-Light.eot');
Expand All @@ -38,16 +48,6 @@
font-weight: 500;
}

@font-face {
font-family: Vazir;
src: url('Vazir-Thin.eot');
src: url('Vazir-Thin.eot?#iefix') format('embedded-opentype'),
url('Vazir-Thin.woff2') format('woff2'),
url('Vazir-Thin.woff') format('woff'),
url('Vazir-Thin.ttf') format('truetype');
font-weight: 100;
}

@font-face {
font-family: Vazir;
src: url('Vazir-Black.eot');
Expand Down

0 comments on commit 46cc591

Please sign in to comment.