Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Apr 5, 2019
1 parent 781e97a commit 95b95f2
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 48 deletions.
103 changes: 61 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "Responsive sidebar template with dropdown menu based on bootstrap framwork",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"bootstrap": "^4.1.3",
"@fortawesome/fontawesome-free": "^5.8.1",
"bootstrap": "^4.3.1",
"jquery": "^3.3.1",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"popper.js": "^1.14.6"
"popper.js": "^1.15.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.10.0"
"node-sass": "^4.11.0"
},
"scripts": {
"start": "gulp"
Expand Down
3 changes: 1 addition & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<!-- using online links -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="//malihu.github.io/custom-scrollbar/jquery.mCustomScrollbar.min.css">

<!-- using local links -->
Expand Down

0 comments on commit 95b95f2

Please sign in to comment.