Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.5
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.2.5

* style: prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Create or Update Pull Request Action <[email protected]>
  • Loading branch information
renovate[bot] and Create or Update Pull Request Action authored Feb 4, 2024
1 parent 6df0bc4 commit e5f3477
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"got": "^14.0.0",
"json-diff": "^1.0.0",
"json-schema-to-typescript": "^13.0.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "^2.2.15",
"semantic-release": "^23.0.0",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
"removeComments": false,
"esModuleInterop": true,
"esModuleInterop": true
},
"exclude": ["cache", "coverage", "node_modules"],
"include": ["**/*.js", "**/*.ts", "**/*.mts"],
"include": ["**/*.js", "**/*.ts", "**/*.mts"]
}

0 comments on commit e5f3477

Please sign in to comment.