aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-04 10:06:59 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit1d30fa928253c52a6382750eb054b0e8d9caf50a (patch)
treeb2d4dd56b4560ac2f9bbadf22c3c9dc36463a00e /vnext/package.json
parenta39ffcd01a2c07408a36b469745da75463da1ec4 (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 d70aeba2..457b96c4 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,13 +11,13 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.1.6",
- "@babel/plugin-proposal-class-properties": "7.1.0",
- "@babel/plugin-proposal-object-rest-spread": "7.0.0",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/preset-env": "7.1.6",
+ "@babel/core": "7.2.0",
+ "@babel/plugin-proposal-class-properties": "7.2.0",
+ "@babel/plugin-proposal-object-rest-spread": "7.2.0",
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
+ "@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
- "autoprefixer": "^9.3.1",
+ "autoprefixer": "^9.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
@@ -29,7 +29,7 @@
"error-overlay-webpack-plugin": "^0.1.5",
"eslint": "^5.9.0",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.1.0",
+ "eslint-plugin-jest": "^22.1.1",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
@@ -93,10 +93,10 @@
"moment": "^2.22.2",
"qs": "^6.6.0",
"react": "16.6.3",
- "react-content-loader": "^3.2.0",
+ "react-content-loader": "^3.4.1",
"react-cookies": "^0.1.0",
"react-dom": "16.6.3",
"react-router-dom": "^4.3.1",
- "url-polyfill": "^1.1.1"
+ "url-polyfill": "^1.1.3"
}
}