build: update dependencies to clean up 'yarn audit'

This commit is contained in:
Samuel Attard
2022-11-26 19:08:03 -08:00
parent 365775311f
commit 580002844b
4 changed files with 1144 additions and 3634 deletions

View File

@@ -27,19 +27,19 @@
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"test": "exit 0"
"test": "exit 0",
"prepare": "husky install"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@continuous-auth/semantic-release-npm": "^3.0.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.4",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.14.7",
"@types/plist": "^3.0.2",
"husky": "^4.3.0",
"husky": "^8.0.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"semantic-release": "^17.2.2",
"typescript": "^4.0.5"
},
"dependencies": {
@@ -51,11 +51,6 @@
"minimatch": "^3.0.4",
"plist": "^3.0.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"prettier --write"