diff options
author | Vitaly Takmazov | 2019-07-01 12:40:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 3d822d133debdb3631fe6fb0d119cf1439ca7f9b (patch) | |
tree | 00ef84811172af36ded6a66c0a37eb8894935d05 /vnext/package.json | |
parent | 3b3d3cfe1d2cb7f7e25f73e941d0217e3fef3af5 (diff) |
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index 366113ca..cd54caff 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -32,7 +32,7 @@ "html-webpack-plugin": "^3.2.0", "jest": "^24.8.0", "mini-css-extract-plugin": "^0.7.0", - "optimize-css-assets-webpack-plugin": "^5.0.1", + "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.6.0", "prop-types": "^15.7.2", @@ -42,7 +42,7 @@ "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.3.0", - "webpack": "^4.35.0", + "webpack": "^4.35.2", "webpack-cli": "^3.3.5", "webpack-dev-server": "^3.7.2" }, |