aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-29 15:53:32 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitc9275ebdeb200c0d20a84115edbc5c6868aec448 (patch)
tree148601132034b385269c3af51beecab4fe38841a /vnext/package.json
parent1292392f76487828d8ef5d63574662fa05c3057e (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/vnext/package.json b/vnext/package.json
index b18a1087..e84fb59d 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,36 +11,36 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.8.6",
+ "@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "7.8.6",
- "@babel/preset-react": "7.8.3",
+ "@babel/preset-env": "7.9.5",
+ "@babel/preset-react": "7.9.4",
"babel-eslint": "^10.1.0",
- "babel-jest": "^25.1.0",
- "babel-loader": "^8.0.6",
- "css-loader": "^3.4.2",
+ "babel-jest": "^25.5.1",
+ "babel-loader": "^8.1.0",
+ "css-loader": "^3.5.3",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.8.0",
- "eslint-loader": "^3.0.3",
+ "eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^23.8.1",
+ "eslint-plugin-jest": "^23.8.2",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.18.3",
- "eslint-plugin-react-hooks": "^2.5.0",
- "file-loader": "^5.1.0",
- "html-loader": "^0.5.5",
- "html-webpack-plugin": "^3.2.0",
- "jest": "^25.1.0",
+ "eslint-plugin-react": "^7.19.0",
+ "eslint-plugin-react-hooks": "^3.0.0",
+ "file-loader": "^6.0.0",
+ "html-loader": "^1.1.0",
+ "html-webpack-plugin": "^4.2.1",
+ "jest": "^25.5.1",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
- "react-test-renderer": "^16.13.0",
- "style-loader": "^1.1.3",
- "stylelint": "^13.2.0",
+ "react-test-renderer": "^16.13.1",
+ "style-loader": "^1.2.1",
+ "stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^4.42.0",
+ "webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
@@ -77,18 +77,18 @@
},
"dependencies": {
"axios": "^0.19.2",
- "core-js": "^3.6.4",
+ "core-js": "^3.6.5",
"evil-icons": "^1.10.1",
"moment": "^2.24.0",
- "qs": "^6.9.1",
- "react": "16.13.0",
- "react-content-loader": "^5.0.2",
+ "qs": "^6.9.3",
+ "react": "16.13.1",
+ "react-content-loader": "^5.0.4",
"react-cookies": "^0.1.1",
- "react-dom": "16.13.0",
+ "react-dom": "16.13.1",
"react-router-dom": "^5.1.2",
- "react-use": "^13.26.5",
+ "react-use": "^14.2.0",
"react-use-form-state": "^0.12.1",
- "regenerator-runtime": "^0.13.3",
+ "regenerator-runtime": "^0.13.5",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.8"
}