Skip to content

Commit 48e16c9

Browse files
committed
chore(deps-dev): bump prettier
1 parent cc5913b commit 48e16c9

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
@@ -103,7 +103,7 @@
103103
"@types/ws": "^8.5.10",
104104
"@types/yargs": "^17.0.32",
105105
"esbuild": "^0.19.9",
106-
"prettier": "^3.2.4",
106+
"prettier": "^3.3.2",
107107
"tsx": "^4.11.2",
108108
"typescript": "^5.4.5"
109109
}

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"esModuleInterop": true,
1515
"jsx": "react-jsx",
16-
"jsxImportSource": "preact",
16+
"jsxImportSource": "preact"
1717
},
1818
"include": ["**/*.ts", "**/*.tsx", "./package.json"],
19-
"exclude": ["build/**/*.d.ts"],
19+
"exclude": ["build/**/*.d.ts"]
2020
}

0 commit comments

Comments
 (0)