diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
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" } } |