diff options
author | Sam Potts <sam@potts.es> | 2019-02-07 23:45:19 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-07 23:45:19 +1100 |
commit | dbd2136bac1ba3f80c438284628a018f880dc033 (patch) | |
tree | 88eb04a9f72ae7a1454ade96cc84d571c7f8c85b /package.json | |
parent | eb628c8e4f109bb6aa4dc9196ee8f075092b225e (diff) | |
download | plyr-dbd2136bac1ba3f80c438284628a018f880dc033.tar.lz plyr-dbd2136bac1ba3f80c438284628a018f880dc033.tar.xz plyr-dbd2136bac1ba3f80c438284628a018f880dc033.zip |
Fix for cue points missing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index d066f240..f5d0be9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.5.0-beta.3", + "version": "3.5.0-beta.4", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", @@ -41,7 +41,7 @@ "babel-eslint": "^10.0.1", "@babel/preset-env": "^7.3.1", "del": "^3.0.0", - "eslint": "^5.12.1", + "eslint": "^5.13.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.16.0", @@ -79,12 +79,12 @@ "stylelint-config-recommended": "^2.1.0", "stylelint-config-sass-guidelines": "^5.3.0", "stylelint-order": "^2.0.0", - "stylelint-scss": "^3.5.1", + "stylelint-scss": "^3.5.3", "stylelint-selector-bem-pattern": "^2.0.0", "through2": "^3.0.0" }, "dependencies": { - "core-js": "^2.6.3", + "core-js": "^2.6.4", "custom-event-polyfill": "^1.0.6", "loadjs": "^3.5.5", "raven-js": "^3.27.0", |