build: update dependencies to clean up 'yarn audit'

This commit is contained in:
Samuel Attard 2022-11-26 19:08:03 -08:00
Родитель 365775311f
Коммит 580002844b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7296A7AB7521D713
4 изменённых файлов: 1144 добавлений и 3634 удалений

Просмотреть файл

@ -31,7 +31,7 @@ jobs:
- *step-restore-cache
- run: yarn --frozen-lockfile
- run: npx @continuous-auth/circleci-oidc-github-auth@1.0.5
- run: npx semantic-release
- run: npx semantic-release@17.4.5
workflows:
version: 2
test_and_release:

4
.husky/pre-commit Executable file
Просмотреть файл

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn lint-staged

Просмотреть файл

@ -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"

4759
yarn.lock

Разница между файлами не показана из-за своего большого размера Загрузить разницу