aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
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 e660a379..ca08ce44 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,10 +11,10 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.0.1",
- "@babel/plugin-proposal-class-properties": "7.0.0",
+ "@babel/core": "7.1.0",
+ "@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
- "@babel/preset-env": "7.0.0",
+ "@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"autoprefixer": "^9.1.5",
"babel-core": "^7.0.0-bridge.0",
@@ -26,7 +26,7 @@
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"error-overlay-webpack-plugin": "^0.1.5",
- "eslint": "^5.5.0",
+ "eslint": "^5.6.0",
"eslint-plugin-babel": "^5.2.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-only-ascii": "^0.0.0",
@@ -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.5.0",
+ "react-test-renderer": "^16.5.1",
"style-loader": "^0.23.0",
- "webpack": "^4.18.1",
+ "webpack": "^4.19.1",
"webpack-command": "0.4.1",
"webpack-serve": "^2.0.2"
},
@@ -70,13 +70,13 @@
},
"dependencies": {
"axios": "^0.18.0",
- "immutability-helper": "^2.8.0",
+ "immutability-helper": "^2.8.1",
"moment": "^2.22.2",
"query-string": "^6.1.0",
- "react": "^16.5.0",
+ "react": "^16.5.1",
"react-content-loader": "^3.1.2",
"react-cookies": "^0.1.0",
- "react-dom": "^16.5.0",
+ "react-dom": "^16.5.1",
"react-router-dom": "^4.3.1"
}
}