Skip to content

Commit

Permalink
chore(deps): update prettier packages (#904)
Browse files Browse the repository at this point in the history
* chore(deps): update prettier packages

| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| npm        | prettier                    | 3.4.2 | 3.5.0 |
| npm        | prettier-plugin-packagejson | 2.5.6 | 2.5.8 |

* chore: lint fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice authored Feb 20, 2025
1 parent 6d88ab4 commit 273f85a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"clean": "rimraf dist/",
"compile": "node tools/compile.js",
"lint": "run-s lint-es prettier",
"lint:fix": "run-s lint-es:fix prettier-fix",
"lint-es": "eslint .",
"lint-es:file": "eslint",
"lint-es:file:fix": "eslint --fix",
"lint-es:fix": "eslint --fix .",
"lint:fix": "run-s lint-es:fix prettier-fix",
"prepare": "husky",
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
Expand Down Expand Up @@ -56,8 +56,8 @@
"husky": "9.1.7",
"lint-staged": "15.4.3",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"prettier": "3.5.0",
"prettier-plugin-packagejson": "2.5.8",
"rimraf": "6.0.1",
"semantic-release": "24.2.2",
"typescript": "5.7.3",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 273f85a

Please sign in to comment.