Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3 #453
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent 3509f07 commit 94ebe6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

./node_modules/.bin/pretty-quick --staged
npx --no-install lint-staged
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
"husky": "^8.0.3",
"lerna": "^7.0.0",
"lint-staged": "^14.0.0",
"prettier": "^2.8.4",
"pretty-quick": "~3.1.3",
"prettier": "^3.0.3",
"typescript": "^5.1.3",
"jest": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"jest-environment-jsdom": "~29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0"
}
}

0 comments on commit 94ebe6a

Please sign in to comment.