Skip to content

Commit f063a5e

Browse files
chore(deps): update dependency prettier to v3.2.5 (#572)
* chore(deps): update dependency prettier to v3.2.5 * 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 94a8663 commit f063a5e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.4",
47+
"prettier": "3.2.5",
4848
"semantic-release-plugin-update-version-in-files": "^1.0.0",
4949
"ts-jest": "^29.0.0",
5050
"typescript": "^5.0.0"

tsconfig.json

+2-2
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)