Skip to content

Commit 1510d3f

Browse files
committed
chore: patch nuxt/mdc
1 parent 379f362 commit 1510d3f

File tree

4 files changed

+119
-114
lines changed

4 files changed

+119
-114
lines changed

.nuxtrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
imports.autoImport=false
22
typescript.includeWorkspace=true
3+
modules[]=@nuxtjs/robots

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@unocss/nuxt": "^66.3.3",
9090
"@unocss/preset-icons": "^66.3.3",
9191
"@unocss/preset-uno": "^66.3.3",
92-
"@unocss/runtime": "^66.3.2",
92+
"@unocss/runtime": "^66.3.3",
9393
"@vueuse/nuxt": "^13.5.0",
9494
"better-sqlite3": "^12.2.0",
9595
"bumpp": "^10.2.0",
@@ -114,14 +114,14 @@
114114
"protobufjs",
115115
"unrs-resolver",
116116
"vue-demi"
117-
]
117+
],
118+
"patchedDependencies": {
119+
"@nuxtjs/mdc": "patches/@nuxtjs__mdc.patch"
120+
}
118121
},
119122
"resolutions": {
120123
"@nuxt/kit": "npm:@nuxt/[email protected]",
121124
"@nuxt/schema": "npm:@nuxt/[email protected]",
122125
"nuxt": "npm:[email protected]"
123-
},
124-
"patchedDependencies": {
125-
"@nuxtjs/mdc": "patches/@nuxtjs__mdc.patch"
126126
}
127127
}

patches/@nuxtjs__mdc.patch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@@ -0,0 +1,13 @@
21
diff --git a/dist/module.mjs b/dist/module.mjs
32
index e028b1a7fba50c413a0e5e40fd545d998917620a..a74d8a45a98dced151f1fc141f24c16746e0ab25 100644
43
--- a/dist/module.mjs

0 commit comments

Comments
 (0)