aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-05 19:38:55 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit8fb8cdf798276308b9770e062ab98465c0fab545 (patch)
treedeed754b9a8fee1d172967013c06432f707c7ad4 /vnext/package.json
parent9573015c8263e6aaa44f201ae0ad465c6e5d41c7 (diff)
Update deps
* switch to preset-env’s shippedProposals
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json28
1 files changed, 11 insertions, 17 deletions
diff --git a/vnext/package.json b/vnext/package.json
index a636d1a3..046bc621 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -13,29 +13,28 @@
"devDependencies": {
"@babel/core": "7.2.2",
"@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.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.0.0",
+ "babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"enzyme": "^3.8.0",
- "enzyme-adapter-react-16": "^1.8.0",
+ "enzyme-adapter-react-16": "^1.9.0",
"error-overlay-webpack-plugin": "^0.1.6",
- "eslint": "^5.12.1",
+ "eslint": "^5.13.0",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.2.1",
+ "eslint-plugin-jest": "^22.2.2",
"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.0.0",
+ "jest": "^24.1.0",
"koa-connect": "^2.0.1",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
@@ -47,9 +46,9 @@
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
- "terser-webpack-plugin": "^1.2.1",
- "webpack": "^4.29.0",
- "webpack-cli": "^3.2.1",
+ "terser-webpack-plugin": "^1.2.2",
+ "webpack": "^4.29.1",
+ "webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"babel": {
@@ -60,19 +59,14 @@
"spec": true
}
],
- [
- "@babel/plugin-proposal-object-rest-spread",
- {
- "useBuiltIns": true
- }
- ],
"@babel/plugin-syntax-dynamic-import"
],
"presets": [
[
"@babel/preset-env",
{
- "useBuiltIns": "usage"
+ "useBuiltIns": "usage",
+ "shippedProposals": true
}
],
"@babel/preset-react"
@@ -93,7 +87,7 @@
"moment": "^2.24.0",
"qs": "^6.6.0",
"react": "16.7.0",
- "react-content-loader": "^4.0.0",
+ "react-content-loader": "^4.0.1",
"react-cookies": "^0.1.0",
"react-dom": "16.7.0",
"react-router-dom": "^4.3.1",