Skip to content

Commit 392b0dd

Browse files
committed
Update dependencies
1 parent 8510dd4 commit 392b0dd

4 files changed

Lines changed: 430 additions & 461 deletions

File tree

dprint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"plugins": [
2222
"https://plugins.dprint.dev/typescript-0.96.1.wasm",
23-
"https://plugins.dprint.dev/json-0.21.3.wasm",
23+
"https://plugins.dprint.dev/json-0.22.0.wasm",
2424
"https://plugins.dprint.dev/markdown-0.22.1.wasm",
25-
"https://plugins.dprint.dev/g-plane/malva-v0.15.3.wasm"
25+
"https://plugins.dprint.dev/g-plane/malva-v0.16.0.wasm"
2626
]
2727
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@gerrit0/mini-shiki": "^3.23.0",
4545
"lunr": "^2.3.9",
46-
"markdown-it": "^14.2.0",
46+
"markdown-it": "^14.3.0",
4747
"minimatch": "^10.2.5",
4848
"yaml": "^2.9.0"
4949
},
@@ -55,18 +55,18 @@
5555
"@types/lunr": "^2.3.7",
5656
"@types/markdown-it": "^14.1.2",
5757
"@types/mocha": "^10.0.10",
58-
"@types/node": "18",
58+
"@types/node": "^18.19.130",
5959
"c8": "^11.0.0",
60-
"dprint": "^0.54.0",
60+
"dprint": "^0.55.1",
6161
"esbuild": "^0.28.1",
62-
"eslint": "^10.5.0",
62+
"eslint": "^10.6.0",
6363
"hereby": "^1.15.1",
64-
"mocha": "^11.7.6",
65-
"puppeteer": "^25.1.0",
66-
"semver": "^7.8.4",
67-
"tsx": "4.22.4",
64+
"mocha": "12.0.0-rc.1",
65+
"puppeteer": "^25.3.0",
66+
"semver": "^7.8.5",
67+
"tsx": "4.23.0",
6868
"typescript": "6.0.3",
69-
"typescript-eslint": "^8.61.1"
69+
"typescript-eslint": "^8.62.1"
7070
},
7171
"files": [
7272
"/bin",

0 commit comments

Comments
 (0)