aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-20 21:55:06 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit5e73cff8aa8d7b514933413fbeb9ea37d1153ecb (patch)
treef69b167c8416afd4d9bf446b971251e65f1ad4ec /vnext/package.json
parent66a709360582662cc432842fe697769939e0bcba (diff)
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json26
1 files changed, 11 insertions, 15 deletions
diff --git a/vnext/package.json b/vnext/package.json
index e29c7170..302f8cae 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,45 +11,41 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.2.2",
- "@babel/plugin-proposal-class-properties": "7.3.0",
+ "@babel/core": "7.3.3",
+ "@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
- "autoprefixer": "^9.4.7",
- "babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
- "enzyme": "^3.8.0",
+ "enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"error-overlay-webpack-plugin": "^0.1.6",
- "eslint": "^5.13.0",
+ "eslint": "^5.14.1",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.2.2",
+ "eslint-plugin-jest": "^22.3.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
- "internal-ip": "^3.0.1",
"jest": "^24.1.0",
- "koa-connect": "^2.0.1",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
- "prop-types": "^15.7.1",
+ "prop-types": "^15.7.2",
"react-router-prop-types": "^1.0.4",
- "react-test-renderer": "^16.8.1",
+ "react-test-renderer": "^16.8.2",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"terser-webpack-plugin": "^1.2.2",
- "webpack": "^4.29.3",
+ "webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
- "webpack-dev-server": "^3.1.14"
+ "webpack-dev-server": "^3.2.0"
},
"babel": {
"plugins": [
@@ -86,10 +82,10 @@
"immutability-helper": "^3.0.0",
"moment": "^2.24.0",
"qs": "^6.6.0",
- "react": "16.8.1",
+ "react": "16.8.2",
"react-content-loader": "^4.0.1",
"react-cookies": "^0.1.0",
- "react-dom": "16.8.1",
+ "react-dom": "16.8.2",
"react-router-dom": "^4.3.1",
"url-polyfill": "^1.1.3"
}