aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-09 17:01:29 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commite4c15d834b7d821ff49f40a2ae29336344e75ce3 (patch)
tree7726cf1b1dedd9cb10eef03a4ab44e14c213436b /vnext/package.json
parent21846fd33769576ac9c4a5131dbf4baebdc130f1 (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 04fa881e..bab1bdf5 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,10 +11,10 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.4.5",
- "@babel/plugin-proposal-class-properties": "7.4.4",
+ "@babel/core": "7.5.0",
+ "@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.4.5",
+ "@babel/preset-env": "7.5.2",
"@babel/preset-react": "7.0.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
@@ -22,9 +22,9 @@
"css-loader": "^3.0.0",
"error-overlay-webpack-plugin": "^0.4.0",
"eslint": "^6.0.1",
- "eslint-loader": "^2.2.0",
+ "eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.7.1",
+ "eslint-plugin-jest": "^22.7.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
@@ -35,7 +35,7 @@
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
- "postcss-preset-env": "^6.6.0",
+ "postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react-router-prop-types": "^1.0.4",
"react-test-renderer": "^16.8.6",
@@ -43,7 +43,7 @@
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^1.3.0",
- "webpack": "^4.35.2",
+ "webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
@@ -83,12 +83,12 @@
"moment": "^2.24.0",
"qs": "^6.7.0",
"react": "16.8.6",
- "react-content-loader": "^4.2.1",
+ "react-content-loader": "^4.2.2",
"react-cookies": "^0.1.1",
"react-dom": "16.8.6",
"react-router-dom": "^5.0.1",
"react-use-form-state": "^0.10.4",
"regenerator-runtime": "^0.13.2",
- "url-polyfill": "^1.1.5"
+ "url-polyfill": "^1.1.6"
}
}