Skip to content

Commit e0944bf

Browse files
committed
chore: update deps
1 parent 724a42f commit e0944bf

File tree

2 files changed

+567
-409
lines changed

2 files changed

+567
-409
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@mdx-js/mdx": "^3.0.1",
4141
"esbuild": "^0.23.1",
4242
"sharp": "^0.33.5",
43-
"terser": "^5.31.6"
43+
"terser": "^5.32.0"
4444
},
4545
"devDependencies": {
4646
"@rollup/plugin-commonjs": "^26.0.1",
@@ -49,13 +49,13 @@
4949
"@types/hast": "^3.0.4",
5050
"@types/mdast": "^4.0.4",
5151
"@types/micromatch": "^4.0.9",
52-
"@types/node": "^20.16.1",
52+
"@types/node": "^20.16.5",
5353
"@zce/prettier-config": "^0.4.0",
5454
"chokidar": "^3.6.0",
5555
"fast-glob": "^3.3.2",
5656
"hast-util-raw": "^9.0.4",
5757
"hast-util-to-string": "^3.0.0",
58-
"lint-staged": "^15.2.9",
58+
"lint-staged": "^15.2.10",
5959
"mdast-util-from-markdown": "^2.0.1",
6060
"mdast-util-to-hast": "^13.2.0",
6161
"mdast-util-toc": "^7.1.0",
@@ -66,19 +66,19 @@
6666
"remark-gfm": "^4.0.0",
6767
"remark-parse": "^11.0.0",
6868
"remark-rehype": "^11.1.0",
69-
"rollup": "^4.21.1",
69+
"rollup": "^4.21.3",
7070
"rollup-plugin-dts": "^6.1.1",
7171
"rollup-plugin-esbuild": "^6.1.1",
7272
"simple-git-hooks": "^2.11.1",
73-
"tsx": "^4.18.0",
74-
"typescript": "^5.5.4",
73+
"tsx": "^4.19.1",
74+
"typescript": "^5.6.2",
7575
"unified": "^11.0.5",
7676
"unist-util-visit": "^5.0.0",
77-
"vfile": "^6.0.2",
77+
"vfile": "^6.0.3",
7878
"vfile-reporter": "^8.1.1",
79-
"yaml": "^2.5.0"
79+
"yaml": "^2.5.1"
8080
},
81-
"packageManager": "pnpm@9.9.0",
81+
"packageManager": "pnpm@9.10.0",
8282
"engines": {
8383
"node": "^18.17.0 || >=20.3.0"
8484
}

0 commit comments

Comments
 (0)