Skip to content

Commit dc58c06

Browse files
committed
Update deps
1 parent 4dac6cd commit dc58c06

File tree

4 files changed

+451
-439
lines changed

4 files changed

+451
-439
lines changed

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"src/test/converter2/issues/gh2631/crlf.md"
2020
],
2121
"plugins": [
22-
"https://plugins.dprint.dev/typescript-0.94.0.wasm",
22+
"https://plugins.dprint.dev/typescript-0.95.8.wasm",
2323
"https://plugins.dprint.dev/json-0.20.0.wasm",
24-
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
25-
"https://plugins.dprint.dev/g-plane/malva-v0.11.2.wasm"
24+
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
25+
"https://plugins.dprint.dev/g-plane/malva-v0.12.1.wasm"
2626
]
2727
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
"pnpm": ">= 10"
3232
},
3333
"dependencies": {
34-
"@gerrit0/mini-shiki": "^3.2.2",
34+
"@gerrit0/mini-shiki": "^3.7.0",
3535
"lunr": "^2.3.9",
3636
"markdown-it": "^14.1.0",
3737
"minimatch": "^9.0.5",
38-
"yaml": "^2.7.1"
38+
"yaml": "^2.8.0"
3939
},
4040
"peerDependencies": {
4141
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
4242
},
4343
"devDependencies": {
44-
"@eslint/js": "^9.24.0",
44+
"@eslint/js": "^9.30.0",
4545
"@types/lunr": "^2.3.7",
4646
"@types/markdown-it": "^14.1.2",
4747
"@types/mocha": "^10.0.10",
4848
"@types/node": "18",
4949
"@typestrong/fs-fixture-builder": "github:TypeStrong/fs-fixture-builder#34113409e3a171e68ce5e2b55461ef5c35591cfe",
5050
"c8": "^10.1.3",
51-
"dprint": "^0.49.1",
52-
"esbuild": "^0.25.2",
53-
"eslint": "^9.24.0",
54-
"mocha": "^11.1.0",
55-
"puppeteer": "^24.6.0",
51+
"dprint": "^0.50.0",
52+
"esbuild": "^0.25.5",
53+
"eslint": "^9.30.0",
54+
"mocha": "^11.7.1",
55+
"puppeteer": "^24.11.1",
5656
"semver": "^7.7.1",
57-
"tsx": "^4.19.3",
57+
"tsx": "^4.20.3",
5858
"typescript": "5.8.3",
59-
"typescript-eslint": "^8.29.0"
59+
"typescript-eslint": "^8.35.0"
6060
},
6161
"files": [
6262
"/bin",

0 commit comments

Comments
 (0)