aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-02-13 01:29:36 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit311591073f7de4173d8745a4962417967441e69c (patch)
treec0a5cbef8ee1f5862ed5ca4f88d5aa52a90c4afb /vnext/package.json
parent6641de7492dbc7ff4956edf5e12f725839e2659f (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 078f8e23..cd64a461 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,38 +11,38 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.8.3",
+ "@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "7.8.3",
+ "@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"babel-eslint": "^10.0.3",
- "babel-jest": "^24.9.0",
+ "babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^23.6.0",
+ "eslint-plugin-jest": "^23.7.0",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.18.0",
+ "eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
- "jest": "^24.9.0",
+ "jest": "^25.1.0",
"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.12.0",
- "style-loader": "^1.1.2",
- "stylelint": "^13.0.0",
- "stylelint-config-standard": "^19.0.0",
- "webpack": "^4.41.5",
- "webpack-cli": "^3.3.10",
- "webpack-dev-server": "^3.10.1"
+ "style-loader": "^1.1.3",
+ "stylelint": "^13.1.0",
+ "stylelint-config-standard": "^20.0.0",
+ "webpack": "^4.41.6",
+ "webpack-cli": "^3.3.11",
+ "webpack-dev-server": "^3.10.3"
},
"babel": {
"plugins": [
@@ -76,20 +76,20 @@
}
},
"dependencies": {
- "axios": "^0.19.1",
+ "axios": "^0.19.2",
"core-js": "^3.6.4",
"evil-icons": "^1.10.1",
"moment": "^2.24.0",
"qs": "^6.9.1",
"react": "16.12.0",
- "react-content-loader": "^4.3.4",
+ "react-content-loader": "^5.0.1",
"react-cookies": "^0.1.1",
"react-dom": "16.12.0",
"react-router-dom": "^5.1.2",
- "react-use": "^13.17.0",
+ "react-use": "^13.24.0",
"react-use-form-state": "^0.12.1",
"regenerator-runtime": "^0.13.3",
"svg4everybody": "^2.1.9",
- "url-polyfill": "^1.1.7"
+ "url-polyfill": "^1.1.8"
}
}