Skip to content

Commit

Permalink
Merge pull request #25 from andrewpucci/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
andrewpucci authored May 10, 2019
2 parents 6fdd4e1 + 1d4d511 commit 8e6916f
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 298 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"url": "https://github.com/andrewpucci/shotplot"
},
"dependencies": {
"@11ty/eleventy": "^0.8.0",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"autoprefixer": "^9.5.0",
"@11ty/eleventy": "^0.8.3",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"autoprefixer": "^9.5.1",
"bootstrap": "^4.3.1",
"cssnano": "^4.1.10",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons-bs4": "^1.5.6",
"del": "^4.1.0",
"dotenv": "^7.0.0",
"gulp": "^4.0.0",
"del": "^4.1.1",
"dotenv": "^8.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-environment": "^1.5.2",
Expand All @@ -34,19 +34,19 @@
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.1.7",
"html-minifier": "^4.0.0",
"jquery": "^3.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"require-dir": "^1.2.0",
"terser": "3.17.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-security": "^1.4.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.1.0",
"stylelint-scss": "^3.5.4"
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^3.6.1"
}
}
Loading

0 comments on commit 8e6916f

Please sign in to comment.