Update eslint to v7.29.0

This commit is contained in:
XhmikosR
2021-06-22 08:00:37 +03:00
parent f154c8f78d
commit f6fc5be17b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -687,9 +687,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz",
"integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz",
"integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==",
"dev": true,
"requires": {
"@babel/code-frame": "7.12.11",
+1 -1
View File
@@ -18,7 +18,7 @@
},
"devDependencies": {
"bin-check": "^4.1.0",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"mocha": "^8.4.0"
},
"scripts": {