aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-01-14 00:34:00 +1100
committerSam Potts <sam@potts.es>2019-01-14 00:34:00 +1100
commit4ccc629488934bf14da2ed3af6004408532da59c (patch)
tree6886c3dbef3361721673dcb7e50cd6e639bea9e0 /package.json
parent6782737009bec028b393dbfb8c9897cd0c6df48f (diff)
downloadplyr-4ccc629488934bf14da2ed3af6004408532da59c.tar.lz
plyr-4ccc629488934bf14da2ed3af6004408532da59c.tar.xz
plyr-4ccc629488934bf14da2ed3af6004408532da59c.zip
Package upgrades
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/package.json b/package.json
index 60721944..6e75c6b7 100644
--- a/package.json
+++ b/package.json
@@ -35,23 +35,23 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
- "@babel/core": "^7.1.5",
+ "@babel/core": "^7.2.2",
"babel-eslint": "^10.0.1",
- "@babel/preset-env": "^7.1.5",
+ "@babel/preset-env": "^7.2.3",
"del": "^3.0.0",
- "eslint": "^5.8.0",
+ "eslint": "^5.12.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",
+ "gulp-header": "^2.0.7",
"gulp-open": "^3.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
@@ -61,31 +61,31 @@
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^2.1.0",
- "gulp-svgstore": "^7.0.0",
+ "gulp-svgstore": "^7.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"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",
- "rollup-plugin-babel": "^4.0.3",
+ "remark-cli": "^6.0.1",
+ "remark-validate-links": "^7.1.2",
+ "rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^3.4.0",
- "stylelint": "^9.7.1",
+ "rollup-plugin-node-resolve": "^4.0.0",
+ "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-scss": "^3.4.0",
+ "stylelint-config-sass-guidelines": "^5.3.0",
+ "stylelint-order": "^2.0.0",
+ "stylelint-scss": "^3.4.4",
"stylelint-selector-bem-pattern": "^2.0.0",
"through2": "^3.0.0"
},
"dependencies": {
- "core-js": "^2.5.7",
+ "core-js": "^2.6.1",
"custom-event-polyfill": "^1.0.6",
- "loadjs": "^3.5.4",
+ "loadjs": "^3.5.5",
"raven-js": "^3.27.0",
- "url-polyfill": "^1.1.0"
+ "url-polyfill": "^1.1.3"
}
}