diff options
author | Sam Potts <sam@potts.es> | 2019-01-26 16:45:30 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-26 16:45:30 +1100 |
commit | 464acd1a3636b26dba1368e4c80b603845adbc76 (patch) | |
tree | 60e6b5979e210714ab2011fb45761eedf33b5ced /package.json | |
parent | fe536252aa63aa5048da29bcffb9cba87321b6ad (diff) | |
download | plyr-464acd1a3636b26dba1368e4c80b603845adbc76.tar.lz plyr-464acd1a3636b26dba1368e4c80b603845adbc76.tar.xz plyr-464acd1a3636b26dba1368e4c80b603845adbc76.zip |
Package upgrades
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 2876f306..15fa3221 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "devDependencies": { "@babel/core": "^7.2.2", "babel-eslint": "^10.0.1", - "@babel/preset-env": "^7.2.3", + "@babel/preset-env": "^7.3.1", "del": "^3.0.0", "eslint": "^5.12.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.6.0", - "eslint-plugin-import": "^2.14.0", + "eslint-plugin-import": "^2.15.0", "fastly-purge": "^1.0.1", "git-branch": "^2.0.1", "gulp": "^4.0.0", @@ -82,7 +82,7 @@ "through2": "^3.0.0" }, "dependencies": { - "core-js": "^2.6.2", + "core-js": "^2.6.3", "custom-event-polyfill": "^1.0.6", "loadjs": "^3.5.5", "raven-js": "^3.27.0", |