Skip to content

Commit

Permalink
chore: bump prettier from 3.2.4 to 3.2.5 (#93)
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
dependabot[bot] and threeal authored Feb 9, 2024
1 parent 3b640ba commit 873316c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"strict": true,
"module": "node16",
"target": "es2022",
"skipLibCheck": true,
"skipLibCheck": true
},
"include": ["src"],
"include": ["src"]
}
10 changes: 5 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 873316c

Please sign in to comment.