diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index 60721944..6ce02554 100644 --- a/package.json +++ b/package.json @@ -35,20 +35,20 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "@babel/core": "^7.1.5", + "@babel/core": "^7.1.6", "babel-eslint": "^10.0.1", - "@babel/preset-env": "^7.1.5", + "@babel/preset-env": "^7.1.6", "del": "^3.0.0", - "eslint": "^5.8.0", + "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", - "eslint-config-prettier": "^3.1.0", + "eslint-config-prettier": "^3.3.0", "eslint-plugin-import": "^2.14.0", "fastly-purge": "^1.0.1", "git-branch": "^2.0.1", "gulp": "^4.0.0", "gulp-autoprefixer": "^6.0.0", "gulp-better-rollup": "^3.4.0", - "gulp-clean-css": "^3.10.0", + "gulp-clean-css": "^4.0.0", "gulp-concat": "^2.6.1", "gulp-filter": "^5.1.0", "gulp-header": "^2.0.5", @@ -67,16 +67,16 @@ "postcss-custom-properties": "^8.0.9", "prettier-eslint": "^8.8.2", "prettier-stylelint": "^0.4.2", - "remark-cli": "^6.0.0", - "remark-validate-links": "^7.1.0", + "remark-cli": "^6.0.1", + "remark-validate-links": "^7.1.2", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^3.4.0", - "stylelint": "^9.7.1", + "stylelint": "^9.9.0", "stylelint-config-prettier": "^4.0.0", "stylelint-config-recommended": "^2.1.0", "stylelint-config-sass-guidelines": "^5.2.0", - "stylelint-order": "^1.0.0", + "stylelint-order": "^2.0.0", "stylelint-scss": "^3.4.0", "stylelint-selector-bem-pattern": "^2.0.0", "through2": "^3.0.0" @@ -86,6 +86,6 @@ "custom-event-polyfill": "^1.0.6", "loadjs": "^3.5.4", "raven-js": "^3.27.0", - "url-polyfill": "^1.1.0" + "url-polyfill": "^1.1.3" } } |