aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-27 20:33:56 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commitdc3d01eb2de90fd504b1c8b95579dcb24ecb2158 (patch)
tree32dc86945d24fe9f1b1c6051711d54ee49740f47 /vnext/package.json
parent6fdc0a0138fc11c7dd7b1ff4d1cfd3ed967cd1ee (diff)
Upgrade dependencies and fix Webpack configuration
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 564f3cc9..2be36633 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,38 +11,38 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.15.5",
+ "@babel/core": "7.19.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "7.15.4",
- "@babel/preset-react": "7.14.5",
+ "@babel/preset-env": "7.19.4",
+ "@babel/preset-react": "7.18.6",
"babel-eslint": "^10.1.0",
- "babel-jest": "^27.1.0",
- "babel-loader": "^8.2.2",
- "css-loader": "^6.2.0",
- "css-minimizer-webpack-plugin": "^3.0.2",
- "error-overlay-webpack-plugin": "^1.0.0",
- "eslint": "^7.32.0",
+ "babel-jest": "^29.2.2",
+ "babel-loader": "^8.2.5",
+ "css-loader": "^6.7.1",
+ "css-minimizer-webpack-plugin": "^4.2.2",
+ "error-overlay-webpack-plugin": "^1.1.0",
+ "eslint": "^8.26.0",
"eslint-plugin-babel": "^5.3.1",
- "eslint-plugin-jest": "^24.4.0",
+ "eslint-plugin-jest": "^27.1.3",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.25.1",
- "eslint-plugin-react-hooks": "^4.2.0",
- "eslint-webpack-plugin": "^3.0.1",
+ "eslint-plugin-react": "^7.31.10",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
- "html-loader": "^2.1.2",
- "html-webpack-plugin": "^5.3.2",
- "jest": "^27.1.0",
- "mini-css-extract-plugin": "^2.2.2",
- "postcss": "^8.3.6",
- "postcss-loader": "^6.1.1",
- "postcss-preset-env": "^6.7.0",
- "react-test-renderer": "^17.0.2",
- "style-loader": "^3.2.1",
- "stylelint": "^13.13.1",
- "stylelint-config-standard": "^22.0.0",
- "webpack": "^5.52.0",
- "webpack-cli": "^4.8.0",
- "webpack-dev-server": "^4.1.0"
+ "html-loader": "^4.2.0",
+ "html-webpack-plugin": "^5.5.0",
+ "jest": "^29.2.2",
+ "mini-css-extract-plugin": "^2.6.1",
+ "postcss": "^8.4.18",
+ "postcss-loader": "^7.0.1",
+ "postcss-preset-env": "^7.8.2",
+ "react-test-renderer": "^18.2.0",
+ "style-loader": "^3.3.1",
+ "stylelint": "^14.14.0",
+ "stylelint-config-standard": "^29.0.0",
+ "webpack": "^5.74.0",
+ "webpack-cli": "^4.10.0",
+ "webpack-dev-server": "^4.11.1"
},
"babel": {
"plugins": [
@@ -75,19 +75,19 @@
}
},
"dependencies": {
- "axios": "^0.21.4",
- "core-js": "^3.17.2",
+ "axios": "^1.1.3",
+ "core-js": "^3.26.0",
"evil-icons": "^1.10.1",
- "moment": "^2.29.1",
- "qs": "^6.10.1",
- "react": "17.0.2",
- "react-content-loader": "^6.0.3",
+ "moment": "^2.29.4",
+ "qs": "^6.11.0",
+ "react": "18.2.0",
+ "react-content-loader": "^6.2.0",
"react-cookie": "^4.1.1",
- "react-dom": "17.0.2",
- "react-router-dom": "^5.3.0",
- "react-use": "^17.3.1",
+ "react-dom": "18.2.0",
+ "react-router-dom": "^6.4.2",
+ "react-use": "^17.4.0",
"react-use-form-state": "^0.13.2",
- "regenerator-runtime": "^0.13.9",
+ "regenerator-runtime": "^0.13.10",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.12"
}