Update deps, fix #7

This commit is contained in:
garronej 2021-05-21 08:18:11 +02:00
parent 2e656cdb15
commit 378eaac1a1
2 changed files with 564 additions and 505 deletions

1043
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,17 +47,17 @@
"keywords": [], "keywords": [],
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#", "homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
"devDependencies": { "devDependencies": {
"@types/node": "^10.0.0", "@types/node": "^15.3.1",
"@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.15.1", "@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.20.0", "eslint": "^7.26.0",
"eslint-config-prettier": "^7.2.0", "eslint-config-prettier": "^8.3.0",
"evt": "^1.8.11", "evt": "^1.9.14",
"husky": "^4.3.0", "husky": "^4.3.8",
"lint-staged": "^10.5.4", "lint-staged": "^11.0.0",
"prettier": "^2.2.1", "prettier": "^2.3.0",
"simplifyify": "^8.0.3", "simplifyify": "^8.0.4",
"terser": "^5.3.8", "terser": "^5.7.0",
"typescript": "^4.1.5" "typescript": "^4.2.4"
} }
} }