Skip to content

Commit

Permalink
Merge pull request #800 from chantouchsek/dependabot/npm_and_yarn/hus…
Browse files Browse the repository at this point in the history
…ky-9.1.5

chore(deps-dev): bump husky from 9.1.4 to 9.1.5
  • Loading branch information
chantouchsek authored Sep 9, 2024
2 parents 8bf61c8 + 2436010 commit c1194ba
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 117 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
"release": "standard-version && git push --follow-tags origin main && yarn publish"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/coverage-v8": "^2.0.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20",
"typescript": "^5.4.3",
"vitest": "^2.0.1"
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"peerDependencies": {
"typeorm": "^0.3"
Expand Down
Loading

0 comments on commit c1194ba

Please sign in to comment.