aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-08-12 13:05:01 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit61beab8257b0e1c6a8a00aa0498b7cdefe1c94a6 (patch)
treeaeea1e70422c8b078101debd928f3144bcde351d /vnext/package.json
parent4aa33055120efa3ca3b4f7c9b5b6417c0f25b3ac (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/vnext/package.json b/vnext/package.json
index b1025efc..abb06fa0 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -19,16 +19,16 @@
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
- "css-loader": "^3.1.0",
+ "css-loader": "^3.2.0",
"error-overlay-webpack-plugin": "^0.4.0",
"eslint": "^6.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.13.6",
+ "eslint-plugin-jest": "^22.15.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.14.3",
- "eslint-plugin-react-hooks": "^1.6.1",
- "file-loader": "^4.1.0",
+ "eslint-plugin-react-hooks": "^1.7.0",
+ "file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
@@ -36,14 +36,14 @@
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
- "react-test-renderer": "^16.8.6",
- "style-loader": "^0.23.1",
+ "react-test-renderer": "^16.9.0",
+ "style-loader": "^1.0.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
- "terser-webpack-plugin": "^1.3.0",
- "webpack": "^4.37.0",
+ "terser-webpack-plugin": "^1.4.1",
+ "webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
- "webpack-dev-server": "^3.7.2"
+ "webpack-dev-server": "^3.8.0"
},
"babel": {
"plugins": [
@@ -77,15 +77,15 @@
},
"dependencies": {
"axios": "^0.19.0",
- "core-js": "^3.1.4",
+ "core-js": "^3.2.0",
"moment": "^2.24.0",
"qs": "^6.7.0",
- "react": "16.8.6",
+ "react": "16.9.0",
"react-content-loader": "^4.2.2",
"react-cookies": "^0.1.1",
- "react-dom": "16.8.6",
+ "react-dom": "16.9.0",
"react-router-dom": "^5.0.1",
- "react-use-form-state": "^0.10.4",
+ "react-use-form-state": "^0.11.0",
"regenerator-runtime": "^0.13.3",
"url-polyfill": "^1.1.7"
}