diff options
author | Sam Potts <sam@potts.es> | 2019-01-22 16:24:46 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-22 16:24:46 +1100 |
commit | c577eb01cea0cb2c742a8cbd10909f63b869cd4e (patch) | |
tree | 8e7394a7a61c8c1029ba91ad0f5c13e3f3d33083 /package.json | |
parent | 263e88f6b3c752f6414a83717e81f7beee03319a (diff) | |
download | plyr-c577eb01cea0cb2c742a8cbd10909f63b869cd4e.tar.lz plyr-c577eb01cea0cb2c742a8cbd10909f63b869cd4e.tar.xz plyr-c577eb01cea0cb2c742a8cbd10909f63b869cd4e.zip |
Style tweaks for preview plugin
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 6e75c6b7..e76341f9 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "babel-eslint": "^10.0.1", "@babel/preset-env": "^7.2.3", "del": "^3.0.0", - "eslint": "^5.12.0", + "eslint": "^5.12.1", "eslint-config-airbnb-base": "^13.1.0", - "eslint-config-prettier": "^3.3.0", + "eslint-config-prettier": "^3.6.0", "eslint-plugin-import": "^2.14.0", "fastly-purge": "^1.0.1", "git-branch": "^2.0.1", @@ -68,21 +68,21 @@ "prettier-eslint": "^8.8.2", "prettier-stylelint": "^0.4.2", "remark-cli": "^6.0.1", - "remark-validate-links": "^7.1.2", - "rollup-plugin-babel": "^4.2.0", + "remark-validate-links": "^8.0.0", + "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", - "stylelint": "^9.9.0", + "stylelint": "^9.10.1", "stylelint-config-prettier": "^4.0.0", "stylelint-config-recommended": "^2.1.0", "stylelint-config-sass-guidelines": "^5.3.0", "stylelint-order": "^2.0.0", - "stylelint-scss": "^3.4.4", + "stylelint-scss": "^3.5.1", "stylelint-selector-bem-pattern": "^2.0.0", "through2": "^3.0.0" }, "dependencies": { - "core-js": "^2.6.1", + "core-js": "^2.6.2", "custom-event-polyfill": "^1.0.6", "loadjs": "^3.5.5", "raven-js": "^3.27.0", |