Skip to content

Commit 2454dfb

Browse files
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 <[email protected]>
1 parent 83ffe73 commit 2454dfb

File tree

2 files changed

+30
-43
lines changed

2 files changed

+30
-43
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"clean": "rimraf dist/",
2121
"compile": "node tools/compile.js",
2222
"lint": "run-s lint-es prettier",
23-
"lint:fix": "run-s lint-es:fix prettier-fix",
2423
"lint-es": "eslint .",
2524
"lint-es:file": "eslint",
2625
"lint-es:file:fix": "eslint --fix",
2726
"lint-es:fix": "eslint --fix .",
27+
"lint:fix": "run-s lint-es:fix prettier-fix",
2828
"prepare": "husky",
2929
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
3030
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
@@ -56,8 +56,8 @@
5656
"husky": "9.1.7",
5757
"lint-staged": "15.5.2",
5858
"npm-run-all2": "7.0.2",
59-
"prettier": "3.5.3",
60-
"prettier-plugin-packagejson": "2.5.10",
59+
"prettier": "3.6.0",
60+
"prettier-plugin-packagejson": "2.5.15",
6161
"rimraf": "6.0.1",
6262
"semantic-release": "24.2.5",
6363
"typescript": "5.8.3",

pnpm-lock.yaml

Lines changed: 27 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)