aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-06-10 17:45:19 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit0aef5bbe5bc900f958961fcd5803099f1f485547 (patch)
treed6c2330c1dadfc9d872f3e3ed09816e522547648 /vnext/package.json
parent3478e37f274f1e6adf6479c6272414f5469c002b (diff)
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package.json b/vnext/package.json
index dcb15edc..620c2600 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -27,7 +27,7 @@
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
- "file-loader": "^3.0.1",
+ "file-loader": "^4.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
@@ -39,12 +39,12 @@
"react-router-prop-types": "^1.0.4",
"react-test-renderer": "^16.8.6",
"style-loader": "^0.23.1",
- "stylelint": "^10.0.1",
+ "stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^1.3.0",
- "webpack": "^4.32.2",
- "webpack-cli": "^3.3.2",
- "webpack-dev-server": "^3.5.1"
+ "webpack": "^4.33.0",
+ "webpack-cli": "^3.3.3",
+ "webpack-dev-server": "^3.7.1"
},
"babel": {
"plugins": [
@@ -85,8 +85,8 @@
"react-content-loader": "^4.2.1",
"react-cookies": "^0.1.1",
"react-dom": "16.8.6",
- "react-router-dom": "^5.0.0",
- "react-use-form-state": "^0.10.2",
+ "react-router-dom": "^5.0.1",
+ "react-use-form-state": "^0.10.4",
"regenerator-runtime": "^0.13.2",
"url-polyfill": "^1.1.5"
}