diff options
author | Vitaly Takmazov | 2019-04-03 00:55:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-04-03 00:55:07 +0300 |
commit | 25d830af2cb601f55bfa6a4064801bc5ba2f3a9d (patch) | |
tree | 85bc0dba6d1e9435907aca4c3b045c90ba8a33bc /package.json | |
parent | 200d3dbc958a7b6bedeece613da482640db00452 (diff) |
update deps
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 f42d4a85..bf5725a2 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ ] }, "devDependencies": { - "@babel/core": "^7.4.0", - "@babel/preset-env": "^7.4.2", + "@babel/core": "^7.4.3", + "@babel/preset-env": "^7.4.3", "babel-loader": "^8.0.5", "css-loader": "^2.1.1", "eslint": "^5.16.0", @@ -42,7 +42,7 @@ "webpack-cli": "^3.3.0" }, "dependencies": { - "@babel/polyfill": "^7.4.0", + "@babel/polyfill": "^7.4.3", "classlist.js": "^1.1.20150312", "element-closest": "3.0.1", "evil-icons": "^1.10.1", |