Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#1796)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump prettier from 3.2.4 to 3.2.5

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>

* chore(jsconfig): fix prettier handling

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
dependabot[bot] and Fdawgs authored Feb 18, 2024
1 parent 6159c0f commit b660bd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules"]
}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"nodemon": "^3.0.3",
"pino-pretty": "^10.3.1",
"playwright": "^1.41.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"spdx-copyleft": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit b660bd8

Please sign in to comment.