Skip to content

Commit caa3af2

Browse files
committed
Upgrade and pin Prettier
1 parent 0f5e8bf commit caa3af2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

353 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*"
5252
},
5353
"devDependencies": {
54-
"@types/node": "^20.11.2",
54+
"@types/node": "^20.11.5",
5555
"@types/web": "^0.0.135",
56-
"bun-types": "^1.0.22",
56+
"bun-types": "^1.0.23",
5757
"np": "^9.2.0",
5858
"open": "^10.0.3",
59-
"prettier": "^3.2.2",
60-
"prettier-plugin-organize-imports": "^3.2.4",
59+
"prettier": "3.2.4",
60+
"prettier-plugin-organize-imports": "3.2.4",
6161
"tsup": "^8.0.1",
6262
"typedoc": "^0.25.7",
6363
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)