Update package.json

This commit is contained in:
Garrone Joseph 2021-02-20 12:01:16 +01:00 committed by GitHub
parent e44e36e501
commit d598335c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,18 +48,18 @@
"keywords": [],
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
"devDependencies": {
"typescript": "^4.1.5",
"@types/node": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"denoify": "^0.5.10",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.14.0",
"evt": "^1.8.11",
"husky": "^4.3.0",
"lint-staged": "^10.4.2",
"prettier": "^2.0.5",
"simplifyify": "^8.0.3",
"terser": "^5.3.8",
"husky": "^4.3.0",
"prettier": "^2.0.5",
"eslint": "^7.7.0",
"@typescript-eslint/parser": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"eslint-config-prettier": "^6.14.0",
"lint-staged": "^10.4.2"
"typescript": "^4.1.5"
}
}