Skip to content

Commit 33ec73b

Browse files
authored
fix: upstream vite mdx to avoid hoisting errors (#82)
* upstream vite mdx to avoid hoisting errors * lockfile * format
1 parent 243b827 commit 33ec73b

File tree

16 files changed

+697
-457
lines changed

16 files changed

+697
-457
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,19 @@
9393
"/dist"
9494
],
9595
"devDependencies": {
96+
"@alloc/quick-lru": "^5.2.0",
9697
"@biomejs/biome": "^1.9.4",
9798
"@octokit/core": "^6.1.4",
9899
"@solidjs/start": "^1.1.3",
99100
"@types/cross-spawn": "^6.0.6",
100101
"@types/mdast": "^4.0.4",
102+
"@types/resolve": "^1.20.6",
103+
"@types/unist": "^3.0.3",
104+
"esbuild": "^0.25.2",
101105
"glob": "^11.0.1",
102106
"mdast": "^3.0.0",
103107
"prettier": "4.0.0-alpha.10",
108+
"resolve": "^1.22.10",
104109
"solid-js": "^1.9.5",
105110
"tsx": "^4.19.3",
106111
"vinxi": "^0.5.3",
@@ -137,7 +142,6 @@
137142
"@solid-primitives/storage": "^4.3.1",
138143
"@solidjs/meta": "^0.29.4",
139144
"@solidjs/router": "^0.15.3",
140-
"@vinxi/plugin-mdx": "^3.7.2",
141145
"cross-spawn": "^7.0.3",
142146
"esast-util-from-js": "^2.0.1",
143147
"estree-util-value-to-estree": "^3.1.2",
@@ -157,6 +161,7 @@
157161
"solid-mdx": "^0.0.7",
158162
"typescript": "^5.6.3",
159163
"unified": "^11.0.5",
164+
"unist": "^0.0.1",
160165
"unist-builder": "^4.0.0",
161166
"unist-util-visit": "^5.0.0",
162167
"unplugin-auto-import": "^19.1.0",

0 commit comments

Comments
 (0)