File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "@nuxtjs/mdc" : " 0.20.2" ,
2424 "better-sqlite3" : " 12.8.0" ,
2525 "docus" : " 5.8.1" ,
26- "nuxt" : " 4.4.2 " ,
26+ "nuxt" : " 4.4.4 " ,
2727 "tailwindcss" : " 4.2.2"
2828 }
2929}
Original file line number Diff line number Diff line change @@ -863,6 +863,9 @@ export default defineNitroPlugin(nitroApp => {
863863 const original$fetch = globalThis . $fetch
864864
865865 // Override native fetch for esm.sh requests and to inject test fixture responses
866+ // @ts -expect-error @atcute/tid depends on @atcute/[email protected] which depends on @types/bun causing this type conflict. 867+ // they fixed this in @atcute /time-ms@^1.3.0 but the tid package needs an update. Doing a ts-expect-error rather than an override
868+ // so we remember to remove this when the tid package updates
866869 globalThis . fetch = async ( input : URL | RequestInfo , init ?: RequestInit ) : Promise < Response > => {
867870 const urlStr =
868871 typeof input === 'string' ? input : input instanceof URL ? input . toString ( ) : input . url
Original file line number Diff line number Diff line change 9191 "ipaddr.js" : " 2.3.0" ,
9292 "marked" : " 18.0.0" ,
9393 "module-replacements" : " 3.0.0-beta.7" ,
94- "nuxt" : " 4.4.2 " ,
94+ "nuxt" : " 4.4.4 " ,
9595 "nuxt-og-image" : " ^6.4.3" ,
9696 "ofetch" : " 1.5.1" ,
9797 "ohash" : " 2.0.11" ,
You can’t perform that action at this time.
0 commit comments