Skip to content

Commit 379f362

Browse files
committed
chore: dump deps
1 parent c8393af commit 379f362

File tree

3 files changed

+1341
-3130
lines changed

3 files changed

+1341
-3130
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/robots",
33
"type": "module",
44
"version": "5.3.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.13.1",
66
"description": "Tame the robots crawling and indexing your Nuxt site with ease.",
77
"author": {
88
"name": "Harlan Wilton",
@@ -86,9 +86,9 @@
8686
"@nuxtjs/color-mode": "^3.5.2",
8787
"@nuxtjs/eslint-config-typescript": "^12.1.0",
8888
"@nuxtjs/i18n": "^9.5.6",
89-
"@unocss/nuxt": "^66.3.2",
90-
"@unocss/preset-icons": "^66.3.2",
91-
"@unocss/preset-uno": "^66.3.2",
89+
"@unocss/nuxt": "^66.3.3",
90+
"@unocss/preset-icons": "^66.3.3",
91+
"@unocss/preset-uno": "^66.3.3",
9292
"@unocss/runtime": "^66.3.2",
9393
"@vueuse/nuxt": "^13.5.0",
9494
"better-sqlite3": "^12.2.0",
@@ -100,7 +100,7 @@
100100
"nuxt": "^3.17.6",
101101
"playwright-core": "^1.53.2",
102102
"typescript": "^5.8.3",
103-
"unocss": "^66.3.2",
103+
"unocss": "^66.3.3",
104104
"vitest": "^3.2.4",
105105
"vue": "^3.5.17",
106106
"vue-router": "^4.5.1"
@@ -120,5 +120,8 @@
120120
"@nuxt/kit": "npm:@nuxt/[email protected]",
121121
"@nuxt/schema": "npm:@nuxt/[email protected]",
122122
"nuxt": "npm:[email protected]"
123+
},
124+
"patchedDependencies": {
125+
"@nuxtjs/mdc": "patches/@nuxtjs__mdc.patch"
123126
}
124127
}

patches/@nuxtjs__mdc.patch

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@@ -0,0 +1,13 @@
2+
diff --git a/dist/module.mjs b/dist/module.mjs
3+
index e028b1a7fba50c413a0e5e40fd545d998917620a..a74d8a45a98dced151f1fc141f24c16746e0ab25 100644
4+
--- a/dist/module.mjs
5+
+++ b/dist/module.mjs
6+
@@ -350,7 +350,7 @@ const module = defineNuxtModule({
7+
filename: "mdc-image-component.mjs",
8+
write: true,
9+
getContents: ({ app }) => {
10+
- const image = app.components.find((c) => c.pascalName === "NuxtImg" && !c.filePath.includes("nuxt/dist/app"));
11+
+ const image = app.components.find((c) => c.pascalName === "NuxtImg" && !c.filePath.includes("nuxt/dist/app") && !c.filePath.includes("nuxt-nightly/dist/app"));
12+
return image ? `export { default } from "${image.filePath}"` : 'export default "img"';
13+
}
14+
});

0 commit comments

Comments
 (0)