Skip to content

Commit

Permalink
chore: ⬆️ update dependencies
Browse files Browse the repository at this point in the history
- 🐛 fix issue in pre-commit hook in husky
  • Loading branch information
gregoranders committed May 13, 2023
1 parent c0ec2d4 commit 5c0dd5d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
npx lint-staged
npm test
npm run build
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prebuild": "eslint ./src/**/*.ts && tsc --noEmit --project ./",
"build": "cross-env NODE_ENV=production ncc build ./src/index.ts -m -o ./dist/",
"lint": "markdownlint --config .mdlrc . && remark --frail --rc-path .remarkrc-full.mjs .",
"pretest": "rimraf ./test/*",
"pretest": "rimraf --glob ./test/*",
"test": "jest",
"watch": "tsc -w --project ./",
"prepare": "husky install",
Expand Down Expand Up @@ -96,32 +96,32 @@
"mime": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.2",
"@types/jest": "29.2.5",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@types/jest": "29.5.1",
"@types/mime": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@vercel/ncc": "0.36.0",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@vercel/ncc": "0.36.1",
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"dictionary-en": "3.2.0",
"eslint": "8.31.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-unicorn": "47.0.0",
"generate-changelog": "1.8.0",
"husky": "8.0.3",
"jest": "29.3.1",
"jest-cli": "29.3.1",
"jest-html-reporter": "3.7.0",
"jest-junit": "15.0.0",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"jest-html-reporter": "3.9.0",
"jest-junit": "16.0.0",
"jest-spec-reporter": "1.0.19",
"lint-staged": "13.1.0",
"markdownlint": "0.27.0",
"markdownlint-cli": "0.33.0",
"prettier": "2.8.1",
"lint-staged": "13.2.2",
"markdownlint": "0.28.2",
"markdownlint-cli": "0.34.0",
"prettier": "2.8.8",
"remark-cli": "11.0.0",
"remark-frontmatter": "4.0.1",
"remark-lint": "9.1.1",
Expand All @@ -134,12 +134,12 @@
"remark-preset-lint-markdown-style-guide": "5.1.2",
"remark-preset-lint-recommended": "6.1.2",
"remark-retext": "5.0.1",
"remark-validate-links": "12.1.0",
"remark-validate-links": "12.1.1",
"retext-contractions": "5.2.0",
"retext-diacritics": "4.2.0",
"retext-english": "4.1.0",
"retext-equality": "6.6.0",
"retext-indefinite-article": "4.1.0",
"retext-equality": "6.7.0",
"retext-indefinite-article": "4.3.0",
"retext-passive": "4.2.0",
"retext-profanities": "7.2.2",
"retext-quotes": "5.2.0",
Expand All @@ -152,6 +152,6 @@
"retext-usage": "0.5.0",
"rimraf": "5.0.0",
"ts-jest": "29.1.0",
"typescript": "4.9.4"
"typescript": "5.0.4"
}
}

0 comments on commit 5c0dd5d

Please sign in to comment.