aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-16 09:16:49 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit15378090c104fa9af0fc7835229b7f5fe9c11a15 (patch)
tree53c99724b00e3384971fb8a7e5bc245d929831c1 /vnext/package.json
parent4d628a67b9c8c5c126a473333acf1c7c61117c22 (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 7cfde47e..be183366 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,23 +11,23 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.6.0",
+ "@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.6.0",
- "@babel/preset-react": "7.0.0",
+ "@babel/preset-env": "7.6.3",
+ "@babel/preset-react": "7.6.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"error-overlay-webpack-plugin": "^0.4.1",
- "eslint": "^6.3.0",
- "eslint-loader": "^3.0.0",
+ "eslint": "^6.5.1",
+ "eslint-loader": "^3.0.2",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.17.0",
+ "eslint-plugin-jest": "^22.19.0",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.14.3",
- "eslint-plugin-react-hooks": "^2.0.1",
+ "eslint-plugin-react": "^7.16.0",
+ "eslint-plugin-react-hooks": "^2.1.2",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
@@ -36,13 +36,13 @@
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
- "react-test-renderer": "^16.9.0",
+ "react-test-renderer": "^16.10.2",
"style-loader": "^1.0.0",
- "stylelint": "^10.1.0",
- "stylelint-config-standard": "^18.3.0",
- "webpack": "^4.39.3",
- "webpack-cli": "^3.3.8",
- "webpack-dev-server": "^3.8.0"
+ "stylelint": "^11.1.1",
+ "stylelint-config-standard": "^19.0.0",
+ "webpack": "^4.41.2",
+ "webpack-cli": "^3.3.9",
+ "webpack-dev-server": "^3.8.2"
},
"babel": {
"plugins": [
@@ -77,15 +77,15 @@
},
"dependencies": {
"axios": "^0.19.0",
- "core-js": "^3.2.1",
+ "core-js": "^3.3.2",
"evil-icons": "^1.10.1",
"moment": "^2.24.0",
- "qs": "^6.8.0",
- "react": "16.9.0",
- "react-content-loader": "^4.2.2",
+ "qs": "^6.9.0",
+ "react": "16.10.2",
+ "react-content-loader": "^4.3.2",
"react-cookies": "^0.1.1",
- "react-dom": "16.9.0",
- "react-router-dom": "^5.0.1",
+ "react-dom": "16.10.2",
+ "react-router-dom": "^5.1.2",
"react-use-form-state": "^0.11.0",
"regenerator-runtime": "^0.13.3",
"svg4everybody": "^2.1.9",