Skip to content

Commit

Permalink
Bump prettier from 3.2.4 to 3.2.5
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent bcbaf5c commit fc7dab9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@journeyapps/ts-browser-compat": "github:more-please/ts-browser-compat",
"esbuild": "^0.20.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest run && tsc"
},
"devDependencies": {
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"unzipit": "^1.4.3",
"vitest": "^1.2.2"
Expand Down

0 comments on commit fc7dab9

Please sign in to comment.