aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-07-09 09:54:40 +0300
committerGravatar Vitaly Takmazov2020-07-09 09:54:40 +0300
commite5584e2f6190a37e3c673e23b6a38ab7c5c3b4df (patch)
tree7d2c7dfa746734f5f1bb734b9dc422ac6b91e8cf /package.json
parent104cf68ad6a55cf945c18abe8f9b440ea088c74a (diff)
Update deps and Gradle wrapper
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 6e35f6bc..6437d108 100644
--- a/package.json
+++ b/package.json
@@ -23,12 +23,12 @@
]
},
"devDependencies": {
- "@babel/core": "^7.10.3",
- "@babel/preset-env": "^7.10.3",
+ "@babel/core": "^7.10.4",
+ "@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"css-loader": "^3.6.0",
- "eslint": "7.3.1",
+ "eslint": "7.4.0",
"eslint-loader": "4.0.2",
"eslint-plugin-only-ascii": "0.0.0",
"file-loader": "^6.0.0",
@@ -51,6 +51,6 @@
"formdata-polyfill": "^3.0.20",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.9",
- "whatwg-fetch": "^3.0.0"
+ "whatwg-fetch": "^3.1.1"
}
}