diff options
author | Vitaly Takmazov | 2019-04-13 20:30:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 0ffaf5d8d146deb3fe324699284af7eea1de9dc5 (patch) | |
tree | b05f5d431c06f499dbb29d7c4d8bb88afae2979b /vnext/package.json | |
parent | 91bc66f026fe253785172edf2082134cae9b9e5f (diff) |
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json index f3cbd904..1c648341 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,10 +39,10 @@ "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.8.6", "style-loader": "^0.23.1", - "stylelint": "^9.10.1", - "stylelint-config-standard": "^18.2.0", + "stylelint": "^10.0.0", + "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.2.3", - "webpack": "^4.29.6", + "webpack": "^4.30.0", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.3.1" }, |