aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-01-24 04:07:54 -0500
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit348313b5a0d57b5b6ee3a4380e828c945130cc02 (patch)
tree18ae3d3b75b170dc6f4f6793523569d83e5af774 /vnext/package.json
parentfcde30149484cf6922d910e67d073d6a4886fcbd (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 034973a0..bc1e2370 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -12,12 +12,12 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "7.2.2",
- "@babel/plugin-proposal-class-properties": "7.2.3",
- "@babel/plugin-proposal-object-rest-spread": "7.2.0",
+ "@babel/plugin-proposal-class-properties": "7.3.0",
+ "@babel/plugin-proposal-object-rest-spread": "7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.2.3",
+ "@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
- "autoprefixer": "^9.4.5",
+ "autoprefixer": "^9.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
@@ -48,7 +48,7 @@
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"terser-webpack-plugin": "^1.2.1",
- "webpack": "^4.28.4",
+ "webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
@@ -89,8 +89,8 @@
"dependencies": {
"@babel/polyfill": "^7.2.5",
"axios": "^0.18.0",
- "immutability-helper": "^2.9.0",
- "moment": "^2.23.0",
+ "immutability-helper": "^3.0.0",
+ "moment": "^2.24.0",
"qs": "^6.6.0",
"react": "16.7.0",
"react-content-loader": "^3.4.2",