Skip to content

Commit

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

* chore: prettier

---------

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 committed Feb 12, 2024
1 parent 00b46fa commit 52cbf61
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"lint-staged": "15.2.2",
"nock": "13.5.1",
"npm-run-all2": "6.1.2",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.10",
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
Expand Down
17 changes: 5 additions & 12 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions tools/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node20/tsconfig.json",
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
},
"esModuleInterop": true
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node20/tsconfig.json",
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"outDir": "./dist",
Expand All @@ -12,7 +12,7 @@
"exactOptionalPropertyTypes": false /* doesn't work with renovate yet */,
"esModuleInterop": true,
"module": "CommonJS",
"moduleResolution": "node",
"moduleResolution": "node"
},
"exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/"],
"exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/"]
}

0 comments on commit 52cbf61

Please sign in to comment.