Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2024
1 parent 4b3673b commit 7b6b3ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
"prettier": "^3.3.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,html,yml,yaml,json}": "prettier --write",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:^3.3.1":
version: 3.3.1
resolution: "prettier@npm:3.3.1"
bin:
prettier: bin/prettier.cjs
checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
checksum: 10/31ca48d07a163fe6bff5483feb9bdf3bd7e4305e8d976373375cddc2949180a007be3ef08c36f4d7b31e449acef1ebbf46d3b94dc32f5a276837bf48c393be69
languageName: node
linkType: hard

Expand All @@ -395,7 +395,7 @@ __metadata:
dependencies:
husky: "npm:^9.0.11"
lint-staged: "npm:^15.2.2"
prettier: "npm:^3.2.5"
prettier: "npm:^3.3.1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7b6b3ff

Please sign in to comment.