diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index e6989ce2..8d625c76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.0.0-beta.18", + "version": "3.0.0-beta.19", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "main": "./dist/plyr.js", @@ -17,11 +17,11 @@ "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.9.0", - "git-branch": "^1.0.0", + "git-branch": "^2.0.1", "gulp": "^3.9.1", "gulp-autoprefixer": "^5.0.0", "gulp-better-rollup": "^3.0.0", - "gulp-clean-css": "^3.9.2", + "gulp-clean-css": "^3.9.3", "gulp-concat": "^2.6.1", "gulp-filter": "^5.1.0", "gulp-open": "^3.0.0", @@ -36,13 +36,13 @@ "gulp-uglify-es": "^1.0.1", "gulp-util": "^3.0.8", "rollup-plugin-babel": "^3.0.3", - "rollup-plugin-commonjs": "^9.1.0", + "rollup-plugin-commonjs": "^8.4.1", "rollup-plugin-node-resolve": "^3.2.0", "run-sequence": "^2.2.1", "stylelint": "^9.1.1", "stylelint-config-prettier": "^3.0.4", - "stylelint-config-sass-guidelines": "^5.0.0", "stylelint-config-recommended": "^2.1.0", + "stylelint-config-sass-guidelines": "^5.0.0", "stylelint-order": "^0.8.1", "stylelint-scss": "^2.5.0", "stylelint-selector-bem-pattern": "^2.0.0" |