Skip to content

Commit

Permalink
chore(deps): upgrade to latest (#210)
Browse files Browse the repository at this point in the history
* build: update devDependencies in package.json

* chore(husky): remove unused gitignore and update pre-commit hook

* docs: Add 'Chore' option to PR template
  • Loading branch information
joaocarmo authored Jul 17, 2024
1 parent 694caf3 commit 53ea39e
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 536 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- (add an `x` to `[ ]` if applicable and the issue number if available) -->

- [ ] Chore
- [ ] Feature
- [ ] Fix
- [ ] Refactor
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
"node-postal": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/node-postal": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"core-js": "^3.37.1",
Expand All @@ -87,8 +87,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"node-postal": "^1.1.2",
Expand Down
Loading

0 comments on commit 53ea39e

Please sign in to comment.