Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 (#2578)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump prettier from 3.1.0 to 3.2.4

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Solomon <micheal540@gmail.com>
  • Loading branch information
dependabot[bot] and mikicho committed Feb 26, 2024
1 parent 1005698 commit 08b2b09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierignore
@@ -1,5 +1,6 @@
package.json
package-lock.json
tsconfig.json
/.nyc_output
/coverage
/tests/browserify-public/browserify-bundle.js
14 changes: 7 additions & 7 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
Expand Up @@ -45,7 +45,7 @@
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"prettier": "3.1.0",
"prettier": "3.2.4",
"proxyquire": "^2.1.0",
"rimraf": "^3.0.0",
"semantic-release": "^22.0.5",
Expand Down

0 comments on commit 08b2b09

Please sign in to comment.