Skip to content

Commit

Permalink
Upgrade to Bootstrap 4.1.0, Popper 1.14.3, Font awesome 5.0.9 (#1668)
Browse files Browse the repository at this point in the history
Fixes #1407
  • Loading branch information
agriffard authored and sebastienros committed Apr 20, 2018
1 parent 44754f6 commit bfa2c9e
Show file tree
Hide file tree
Showing 61 changed files with 21,634 additions and 19,466 deletions.
24 changes: 12 additions & 12 deletions Package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"private": true,
"devDependencies": {
"es6-promise": "4.1.1",
"fs": "0.0.2",
"es6-promise": "4.2.4",
"file-system": "2.2.2",
"glob": "7.1.2",
"gulp": "^3.9.1",
"gulp-cli": "1.4.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-debug": "3.1.0",
"gulp-eol": "0.1.2",
"gulp-header": "1.8.9",
"gulp-cssnano": "2.1.3",
"gulp-debug": "3.2.0",
"gulp-eol": "0.2.0",
"gulp-header": "2.0.5",
"gulp-if": "2.0.2",
"gulp-less": "3.3.2",
"gulp-newer": "1.3.0",
"gulp-plumber": "1.1.0",
"gulp-print": "2.0.1",
"gulp-less": "4.0.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.0",
"gulp-print": "5.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.1",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-typescript": "3.2.2",
"gulp-uglify": "3.0.0",
"merge-stream": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var fs = require("fs"),
var fs = require("file-system"),
glob = require("glob"),
path = require("path-posix"),
merge = require("merge-stream"),
Expand Down
Loading

0 comments on commit bfa2c9e

Please sign in to comment.