aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-07 17:57:20 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit69e977c4f07b0e3933e9f9588d2b3e15c9c73b94 (patch)
treec42f81bb1f713043b5345fe9b92cd2e405a1814f /vnext/package.json
parentfa647238db9a3f58ee7da3db79b55e9953d447d9 (diff)
Update dependencies
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 6f292808..4f583d5a 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -16,18 +16,18 @@
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
- "autoprefixer": "^9.1.3",
+ "autoprefixer": "^9.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
- "babel-loader": "^8.0.1",
+ "babel-loader": "^8.0.2",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^1.0.0",
- "enzyme": "^3.5.0",
- "enzyme-adapter-react-16": "^1.3.1",
+ "enzyme": "^3.6.0",
+ "enzyme-adapter-react-16": "^1.5.0",
"error-overlay-webpack-plugin": "^0.1.5",
"eslint": "^5.5.0",
- "eslint-plugin-babel": "^5.1.0",
+ "eslint-plugin-babel": "^5.2.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.11.1",
@@ -42,9 +42,9 @@
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.2",
"react-router-prop-types": "^1.0.4",
- "react-test-renderer": "^16.4.2",
+ "react-test-renderer": "^16.5.0",
"style-loader": "^0.23.0",
- "webpack": "^4.17.1",
+ "webpack": "^4.17.2",
"webpack-command": "0.4.1",
"webpack-serve": "^2.0.2"
},
@@ -73,10 +73,10 @@
"immutability-helper": "^2.7.1",
"moment": "^2.22.2",
"query-string": "^6.1.0",
- "react": "^16.4.2",
+ "react": "^16.5.0",
"react-content-loader": "^3.1.2",
"react-cookies": "^0.1.0",
- "react-dom": "^16.4.2",
+ "react-dom": "^16.5.0",
"react-router-dom": "^4.3.1"
}
}