Skip to content

Commit 78d14b6

Browse files
committed
merge upstream changes
2 parents 341aa69 + 1915a19 commit 78d14b6

File tree

7 files changed

+134
-101
lines changed

7 files changed

+134
-101
lines changed

package-lock.json

Lines changed: 63 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"globby": "^14.0.2",
5151
"gray-matter": "^4.0.3",
5252
"hast-util-to-html": "^9.0.3",
53-
"hast-util-to-jsx-runtime": "^2.3.0",
53+
"hast-util-to-jsx-runtime": "^2.3.2",
5454
"hast-util-to-string": "^3.0.1",
5555
"is-absolute-url": "^4.0.1",
5656
"js-yaml": "^4.1.0",
@@ -59,14 +59,14 @@
5959
"mdast-util-to-hast": "^13.2.0",
6060
"mdast-util-to-string": "^4.0.0",
6161
"micromorph": "^0.4.5",
62-
"pixi.js": "^8.4.1",
63-
"preact": "^10.24.2",
62+
"pixi.js": "^8.5.2",
63+
"preact": "^10.24.3",
6464
"preact-render-to-string": "^6.5.11",
6565
"pretty-bytes": "^6.1.1",
6666
"pretty-time": "^1.1.0",
6767
"reading-time": "^1.5.0",
6868
"rehype-autolink-headings": "^7.1.0",
69-
"rehype-citation": "^2.1.2",
69+
"rehype-citation": "^2.2.1",
7070
"rehype-katex": "^7.0.1",
7171
"rehype-mathjax": "^6.0.0",
7272
"rehype-pretty-code": "^0.14.0",
@@ -82,15 +82,15 @@
8282
"remark-smartypants": "^3.0.2",
8383
"rfdc": "^1.4.1",
8484
"rimraf": "^6.0.1",
85-
"serve-handler": "^6.1.5",
86-
"shiki": "^1.22.0",
85+
"serve-handler": "^6.1.6",
86+
"shiki": "^1.22.2",
8787
"source-map-support": "^0.5.21",
8888
"to-vfile": "^8.0.0",
8989
"toml": "^3.0.0",
9090
"unified": "^11.0.5",
9191
"unist-util-visit": "^5.0.0",
9292
"vfile": "^6.0.3",
93-
"workerpool": "^9.1.3",
93+
"workerpool": "^9.2.0",
9494
"ws": "^8.18.0",
9595
"yargs": "^17.7.2"
9696
},
@@ -99,14 +99,14 @@
9999
"@types/d3": "^7.4.3",
100100
"@types/hast": "^3.0.4",
101101
"@types/js-yaml": "^4.0.9",
102-
"@types/node": "^22.7.5",
102+
"@types/node": "^22.8.1",
103103
"@types/pretty-time": "^1.1.5",
104104
"@types/source-map-support": "^0.5.10",
105105
"@types/ws": "^8.5.12",
106106
"@types/yargs": "^17.0.33",
107107
"esbuild": "^0.24.0",
108108
"prettier": "^3.3.3",
109-
"tsx": "^4.19.1",
109+
"tsx": "^4.19.2",
110110
"typescript": "^5.6.3"
111111
}
112112
}

0 commit comments

Comments
 (0)