chore(deps): update prettier packages (#938)

* chore(deps): update prettier packages

| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| npm        | prettier                    | 3.5.3  | 3.6.0  |
| npm        | prettier-plugin-packagejson | 2.5.10 | 2.5.15 |

* chore: prettier-fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
renovate[bot] 2025-07-01 12:54:15 +00:00 committed by GitHub
parent 83ffe73df3
commit 2454dfbdd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 43 deletions

View file

@ -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 \"{**/*,*}.*\"",
@ -56,8 +56,8 @@
"husky": "9.1.7",
"lint-staged": "15.5.2",
"npm-run-all2": "7.0.2",
"prettier": "3.5.3",
"prettier-plugin-packagejson": "2.5.10",
"prettier": "3.6.0",
"prettier-plugin-packagejson": "2.5.15",
"rimraf": "6.0.1",
"semantic-release": "24.2.5",
"typescript": "5.8.3",