Commit 64ae1383 authored by Johnny's avatar Johnny

fix: add missing @types/hast dependency

parent 85f4fc7a
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
"@biomejs/biome": "^2.3.7", "@biomejs/biome": "^2.3.7",
"@bufbuild/protobuf": "^2.10.1", "@bufbuild/protobuf": "^2.10.1",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/katex": "^0.16.7", "@types/katex": "^0.16.7",
"@types/leaflet": "^1.9.21", "@types/leaflet": "^1.9.21",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
......
...@@ -189,6 +189,9 @@ importers: ...@@ -189,6 +189,9 @@ importers:
'@types/d3': '@types/d3':
specifier: ^7.4.3 specifier: ^7.4.3
version: 7.4.3 version: 7.4.3
'@types/hast':
specifier: ^3.0.4
version: 3.0.4
'@types/katex': '@types/katex':
specifier: ^0.16.7 specifier: ^0.16.7
version: 0.16.7 version: 0.16.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment