1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 12:14:26 -04:00

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

6
package-lock.json generated
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",

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": {