diff options
author | Vitaly Takmazov | 2019-02-18 12:57:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-02-18 12:57:36 +0300 |
commit | e4f04775fc2e92e38613193ec11e60e6c983e3a2 (patch) | |
tree | fd43b01dcb78c0378273bd3a361d224c27898828 /package.json | |
parent | 7c5ecb0ded72bbb1d11c273be652a92db006333f (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 e2d7f917..4661723d 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ ] }, "devDependencies": { - "@babel/core": "^7.2.2", + "@babel/core": "^7.3.3", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", - "eslint": "^5.13.0", + "eslint": "^5.14.0", "eslint-loader": "^2.1.2", "eslint-plugin-only-ascii": "0.0.0", "mini-css-extract-plugin": "^0.5.0", @@ -38,7 +38,7 @@ "stylelint-config-standard": "^18.2.0", "terser-webpack-plugin": "^1.2.2", "url-loader": "^1.1.2", - "webpack": "^4.29.3", + "webpack": "^4.29.4", "webpack-cli": "^3.2.3" }, "dependencies": { |