Skip to content

Commit

Permalink
update prettier version to 3.3.3 (#121)
Browse files Browse the repository at this point in the history
* update prettier version to 3.3.3

* Run yarn to generate yarn.lock change

* bump version number
  • Loading branch information
analisegiobbi3 authored Aug 26, 2024
1 parent 6d287af commit d3c53ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
- '[email protected]' # sync:yarn.lock
- '[email protected]' # sync:yarn.lock
- '[email protected]' # sync:yarn.lock
- 'prettier@3.0.3' # sync:yarn.lock
- 'prettier@3.3.3' # sync:yarn.lock
- '[email protected]' # sync:yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gamechanger/eslint-plugin",
"version": "0.0.11",
"version": "0.0.12",
"description": "GC Lint Rules for TS Projects",
"author": "GameChanger",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1590,10 +1590,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
prettier@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==

punycode@^2.1.0:
version "2.1.1"
Expand Down

0 comments on commit d3c53ce

Please sign in to comment.