Skip to content

Commit c25a862

Browse files
committed
Update dependencies
1 parent 7464807 commit c25a862

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

bun.lockb

734 Bytes
Binary file not shown.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
"scripts": {
4545
"start": "bun --hot ./server.ts",
4646
"build": "tsup",
47-
"docs": "bunx typedoc",
47+
"docs": "typedoc",
4848
"test": "bun test",
4949
"watch": "bun test --watch",
5050
"publish:npm": "np",
51-
"pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*"
51+
"pretty-print": "prettier --write '*.{html,json,ts}' 'src/*.*'"
5252
},
5353
"devDependencies": {
54-
"@types/node": "^20.11.28",
55-
"@types/web": "^0.0.142",
56-
"bun-types": "^1.0.31",
57-
"np": "^10.0.1",
54+
"@types/node": "^20.14.2",
55+
"@types/web": "^0.0.148",
56+
"bun-types": "^1.1.12",
57+
"np": "^10.0.5",
5858
"open": "^10.1.0",
59-
"prettier": "3.2.5",
59+
"prettier": "3.3.2",
6060
"prettier-plugin-organize-imports": "3.2.4",
61-
"tsup": "^8.0.2",
62-
"typedoc": "^0.25.12",
63-
"typescript": "^5.4.2"
61+
"tsup": "^8.1.0",
62+
"typedoc": "^0.25.13",
63+
"typescript": "^5.4.5"
6464
},
6565
"engines": {
6666
"node": ">=16"

umd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)