Skip to content

Commit b0c457a

Browse files
committed
update deps
1 parent 7d5a7f3 commit b0c457a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lockb

415 Bytes
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
"crc-32": "^1.2.2",
2929
"json-stable-stringify": "^1.2.1",
3030
"jszip": "^3.10.1",
31-
"jtd-ts": "^0.2.0",
32-
"uuid": "^11.0.4"
31+
"jtd-ts": "^0.2.1",
32+
"uuid": "^11.0.5"
3333
},
3434
"devDependencies": {
35-
"@eslint/js": "^9.17.0",
36-
"@types/bun": "^1.1.16",
37-
"@types/json-stable-stringify": "^1.1.0",
35+
"@eslint/js": "^9.20.0",
36+
"@types/bun": "^1.2.2",
37+
"@types/json-stable-stringify": "^1.2.0",
3838
"@types/uuid": "^10.0.0",
39-
"@typescript-eslint/eslint-plugin": "^8.19.1",
40-
"eslint": "^9.17.0",
41-
"eslint-config-prettier": "^9.1.0",
39+
"@typescript-eslint/eslint-plugin": "^8.24.0",
40+
"eslint": "^9.20.1",
41+
"eslint-config-prettier": "^10.0.1",
4242
"eslint-plugin-spellcheck": "^0.0.20",
4343
"eslint-plugin-tsdoc": "^0.4.0",
44-
"prettier": "^3.4.2",
44+
"prettier": "^3.5.0",
4545
"prettier-plugin-organize-imports": "^4.1.0",
46-
"typedoc": "^0.27.6",
46+
"typedoc": "^0.27.7",
4747
"typescript": "~5.7.3",
48-
"typescript-eslint": "^8.19.1"
48+
"typescript-eslint": "^8.24.0"
4949
}
5050
}

0 commit comments

Comments
 (0)