aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-21 20:49:44 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitb343e22805d5b16ed1366d9fe7874f107ef78396 (patch)
tree0c833ddeb246e5abc31a042a805d74e96c5a39a6 /vnext/package.json
parenta2e9a6577973593112d90febf0bcf2880d34eb56 (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package.json b/vnext/package.json
index b6f75e28..08125e95 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.4",
+ "@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.4.4",
+ "@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
@@ -42,9 +42,9 @@
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^1.2.4",
- "webpack": "^4.31.0",
+ "webpack": "^4.32.0",
"webpack-cli": "^3.3.2",
- "webpack-dev-server": "^3.3.1"
+ "webpack-dev-server": "^3.4.1"
},
"babel": {
"plugins": [
@@ -78,15 +78,15 @@
},
"dependencies": {
"axios": "^0.18.0",
- "core-js": "^3.0.1",
+ "core-js": "^3.1.1",
"moment": "^2.24.0",
"qs": "^6.7.0",
"react": "16.8.6",
"react-content-loader": "^4.2.1",
- "react-cookies": "^0.1.0",
+ "react-cookies": "^0.1.1",
"react-dom": "16.8.6",
"react-router-dom": "^5.0.0",
- "react-use-form-state": "^0.10.1",
+ "react-use-form-state": "^0.10.2",
"regenerator-runtime": "^0.13.2",
"url-polyfill": "^1.1.5"
}