aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-08-05 19:31:06 +0300
committerGravatar Vitaly Takmazov2020-08-05 19:31:06 +0300
commiteb7749185caa626868ff1a383a98d1c5c224ddae (patch)
treec9c3040becba741126df0ff780afdcb80ae661aa /package.json
parent503e7f6dc845abf614e377425fa960f3fae2a174 (diff)
Update deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 50b02dc6..e7b101d2 100644
--- a/package.json
+++ b/package.json
@@ -23,12 +23,12 @@
]
},
"devDependencies": {
- "@babel/core": "^7.10.5",
- "@babel/preset-env": "^7.10.4",
+ "@babel/core": "^7.11.1",
+ "@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
- "css-loader": "^4.1.0",
- "eslint": "7.5.0",
+ "css-loader": "^4.2.0",
+ "eslint": "7.6.0",
"eslint-loader": "4.0.2",
"eslint-plugin-only-ascii": "0.0.0",
"file-loader": "^6.0.0",
@@ -41,7 +41,7 @@
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^4.1.0",
- "webpack": "^4.44.0",
+ "webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
@@ -51,6 +51,6 @@
"formdata-polyfill": "^3.0.20",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.10",
- "whatwg-fetch": "^3.2.0"
+ "whatwg-fetch": "^3.3.1"
}
}