Skip to content

Commit

Permalink
build(deps-dev): bump prettier and prettier-plugin-apex
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) and prettier-plugin-apex. These dependencies needed to be updated together.

Updates `prettier` from 2.8.8 to 3.1.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.1.0)

Updates `prettier-plugin-apex` from 1.13.0 to 2.0.1

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: prettier-plugin-apex
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 6b56afd commit 4aa2b40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
45 changes: 13 additions & 32 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"eslint-plugin-jest": "^27.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier-plugin-apex": "^1.13.0"
"prettier": "^3.1.0",
"prettier-plugin-apex": "^2.0.1"
},
"scripts": {
"lint": "eslint **/lwc/**/*.js",
Expand Down

0 comments on commit 4aa2b40

Please sign in to comment.