Skip to content

Commit 151f063

Browse files
chore(deps): update dependency prettier to v3.2.4 (#567)
* chore(deps): update dependency prettier to v3.2.4 * Run npm run lint:fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Keegan Campbell <[email protected]>
1 parent 1993c30 commit 151f063

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fetch-mock": "npm:@gr2m/[email protected]",
4545
"glob": "^10.2.5",
4646
"jest": "^29.0.0",
47-
"prettier": "3.2.2",
47+
"prettier": "3.2.4",
4848
"semantic-release-plugin-update-version-in-files": "^1.0.0",
4949
"ts-jest": "^29.0.0",
5050
"typescript": "^5.0.0"

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"declaration": true,
66
"outDir": "pkg/dist-types",
77
"emitDeclarationOnly": true,
8-
"sourceMap": true
8+
"sourceMap": true,
99
},
10-
"include": ["src/**/*"]
10+
"include": ["src/**/*"],
1111
}

0 commit comments

Comments
 (0)