mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-04 19:08:08 +00:00
chore(deps): update prettier packages (#988)
* chore(deps): update prettier packages | datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | npm | prettier | 3.8.0 | 3.8.1 | | npm | prettier-plugin-packagejson | 2.5.21 | 2.5.22 | * chore: lint fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
ae99b3785a
commit
8a6192ff3a
2 changed files with 18 additions and 18 deletions
|
|
@ -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": "16.2.7",
|
||||
"npm-run-all2": "8.0.4",
|
||||
"prettier": "3.8.0",
|
||||
"prettier-plugin-packagejson": "2.5.21",
|
||||
"prettier": "3.8.1",
|
||||
"prettier-plugin-packagejson": "2.5.22",
|
||||
"rimraf": "6.1.2",
|
||||
"semantic-release": "25.0.2",
|
||||
"typescript": "5.9.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue