Skip to content

Commit

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

* style: prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Create or Update Pull Request Action authored Jan 18, 2024
1 parent b831b6b commit 121fc9c
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 @@ -40,7 +40,7 @@
"glob": "^10.2.4",
"jest": "^29.0.0",
"mockdate": "^3.0.5",
"prettier": "3.2.2",
"prettier": "3.2.3",
"semantic-release": "^23.0.0",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"ts-jest": "^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"declaration": true,
"outDir": "pkg/dist-types",
"emitDeclarationOnly": true,
"sourceMap": true
}
"sourceMap": true,
},
}

0 comments on commit 121fc9c

Please sign in to comment.