aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-09-25 20:46:58 +1000
committerSam Potts <sam@potts.es>2018-09-25 20:46:58 +1000
commit3331d9d01d22097355a45ec93062a2f924e0a193 (patch)
tree7bf711267aa0771991b35fbdd6c0b34f61b52eb9
parent62d80e6b7698d200d3b97c6084f059e2ba780efe (diff)
downloadplyr-3331d9d01d22097355a45ec93062a2f924e0a193.tar.lz
plyr-3331d9d01d22097355a45ec93062a2f924e0a193.tar.xz
plyr-3331d9d01d22097355a45ec93062a2f924e0a193.zip
Package upgrades
-rw-r--r--package.json40
1 files changed, 24 insertions, 16 deletions
diff --git a/package.json b/package.json
index 6d862b2b..a107fcaf 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,15 @@
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",
- "keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"],
+ "keywords": [
+ "HTML5 Video",
+ "HTML5 Audio",
+ "Media Player",
+ "DASH",
+ "Shaka",
+ "WordPress",
+ "HLS"
+ ],
"main": "./dist/plyr.js",
"browser": "./dist/plyr.min.js",
"sass": "./src/sass/plyr.scss",
@@ -28,18 +36,18 @@
},
"devDependencies": {
"babel-core": "^6.26.3",
- "babel-eslint": "^8.2.6",
+ "babel-eslint": "^9.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
- "eslint": "^5.3.0",
+ "eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
- "eslint-config-prettier": "^3.0.1",
+ "eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"fastly-purge": "^1.0.1",
"git-branch": "^2.0.1",
"gulp": "^3.9.1",
- "gulp-autoprefixer": "^5.0.0",
+ "gulp-autoprefixer": "^6.0.0",
"gulp-better-rollup": "^3.3.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
@@ -53,25 +61,25 @@
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
- "gulp-svgmin": "^1.2.4",
- "gulp-svgstore": "^6.1.1",
+ "gulp-svgmin": "^2.1.0",
+ "gulp-svgstore": "^7.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
- "postcss-custom-properties": "^7.0.0",
+ "postcss-custom-properties": "^8.0.5",
"prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
"remark-cli": "^5.0.0",
"remark-validate-links": "^7.1.0",
- "rollup-plugin-babel": "^3.0.7",
- "rollup-plugin-commonjs": "^9.1.5",
- "rollup-plugin-node-resolve": "^3.3.0",
+ "rollup-plugin-babel": "^4.0.3",
+ "rollup-plugin-commonjs": "^9.1.8",
+ "rollup-plugin-node-resolve": "^3.4.0",
"run-sequence": "^2.2.1",
- "stylelint": "^9.4.0",
+ "stylelint": "^9.5.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
- "stylelint-config-sass-guidelines": "^5.0.0",
+ "stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-order": "^1.0.0",
- "stylelint-scss": "^3.3.0",
+ "stylelint-scss": "^3.3.1",
"stylelint-selector-bem-pattern": "^2.0.0",
"through2": "^2.0.3"
},
@@ -79,7 +87,7 @@
"babel-polyfill": "^6.26.0",
"custom-event-polyfill": "^1.0.6",
"loadjs": "^3.5.4",
- "raven-js": "^3.26.4",
- "url-polyfill": "^1.0.14"
+ "raven-js": "^3.27.0",
+ "url-polyfill": "^1.1.0"
}
}