Skip to content

Commit 76a5a85

Browse files
committed
fix(stringify): inline component with -3 attributes
1 parent 938475d commit 76a5a85

File tree

5 files changed

+199
-232
lines changed

5 files changed

+199
-232
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"rehype-sort-attributes": "^5.0.1",
100100
"remark-emoji": "^5.0.2",
101101
"remark-gfm": "^4.0.1",
102-
"remark-mdc": "https://pkg.pr.new/remark-mdc@0c5d4fa",
102+
"remark-mdc": "https://pkg.pr.new/remark-mdc@727e304",
103103
"remark-parse": "^11.0.0",
104104
"remark-rehype": "^11.1.2",
105105
"remark-stringify": "^11.0.0",
@@ -118,21 +118,21 @@
118118
"@nuxt/module-builder": "^1.0.2",
119119
"@nuxt/schema": "^4.2.1",
120120
"@nuxt/test-utils": "^3.20.1",
121-
"@nuxt/ui": "^4.1.0",
121+
"@nuxt/ui": "^4.2.0",
122122
"@nuxtjs/mdc": "link:.",
123123
"@types/node": "^24.10.1",
124124
"eslint": "^9.39.1",
125125
"nuxt": "^4.2.1",
126126
"rehype": "^13.0.2",
127127
"release-it": "^19.0.6",
128128
"typescript": "5.9.3",
129-
"vitest": "^4.0.10",
129+
"vitest": "^4.0.12",
130130
"vue-tsc": "^3.1.4"
131131
},
132132
"resolutions": {
133133
"@nuxtjs/mdc": "workspace:*"
134134
},
135-
"packageManager": "pnpm@10.22.0",
135+
"packageManager": "pnpm@10.23.0",
136136
"release-it": {
137137
"git": {
138138
"commitMessage": "chore(release): release v${version}"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"generate": "nuxi generate"
99
},
1010
"devDependencies": {
11-
"@iconify-json/lucide": "^1.2.73",
12-
"@monaco-editor/loader": "^1.6.1",
11+
"@iconify-json/lucide": "^1.2.74",
12+
"@monaco-editor/loader": "^1.7.0",
1313
"@nuxtjs/mdc": "workspace:*",
1414
"@nuxtlabs/monarch-mdc": "^0.8.1",
1515
"nuxt": "^4.2.1"

0 commit comments

Comments
 (0)