chore: remove chalk and update yarn

This commit is contained in:
Johannes Loher 2021-11-30 02:29:45 +01:00
parent 56ec93c034
commit 513e3c2788
7 changed files with 797 additions and 671 deletions

View file

@ -48,7 +48,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
"format": "prettier --write \"./**/*.(ts|js|json|scss)\"",
"format": "prettier --write \"./**/*.(ts|js|json|scss|yml)\"",
"typecheck": "tsc --noEmit",
"postinstall": "husky install",
"changelog": "conventional-changelog -n changelog.config.js -o CHANGELOG.md -r 2"
@ -62,7 +62,6 @@
"@types/jest": "27.0.3",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"chalk": "4.1.2",
"conventional-changelog-cli": "2.1.1",
"conventional-changelog-conventionalcommits": "4.6.1",
"eslint": "8.3.0",
@ -90,6 +89,6 @@
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.(json|scss)": "prettier --write"
"*.(json|scss|yml)": "prettier --write"
}
}