Deployed 3.5.7-beta.0

This commit is contained in:
Sam Potts
2020-01-30 14:56:52 +00:00
parent 58f5380694
commit 818e1efd43
22 changed files with 111 additions and 103 deletions

View File

@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "3.5.6",
"version": "3.5.7-beta.0",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",
@ -39,14 +39,14 @@
"devDependencies": {
"ansi-colors": "^4.1.1",
"aws-sdk": "^2.610.0",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-simple-import-sort": "^5.0.1",
"fancy-log": "^1.3.3",
@ -75,7 +75,7 @@
"prettier-stylelint": "^0.4.2",
"remark-cli": "^7.0.1",
"remark-validate-links": "^9.2.0",
"rollup": "^1.29.1",
"rollup": "^1.30.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
@ -84,7 +84,7 @@
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-sass-guidelines": "^6.2.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.13.0",
"stylelint-scss": "^3.14.2",
"stylelint-selector-bem-pattern": "^2.1.0",
"through2": "^3.0.1"
},
@ -93,6 +93,6 @@
"custom-event-polyfill": "^1.0.7",
"loadjs": "^4.2.0",
"rangetouch": "^2.0.0",
"url-polyfill": "^1.1.7"
"url-polyfill": "^1.1.8"
}
}