mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(deps): bump
This commit is contained in:
@@ -7,23 +7,23 @@
|
||||
"devDependencies": {
|
||||
"@iconify-json/heroicons": "latest",
|
||||
"@iconify-json/simple-icons": "latest",
|
||||
"@nuxt/content": "^2.7.2",
|
||||
"@nuxt/devtools": "^0.8.0",
|
||||
"@nuxt/eslint-config": "^0.1.1",
|
||||
"@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28222076.7655352",
|
||||
"@nuxt/content": "^2.8.1",
|
||||
"@nuxt/devtools": "^0.8.2",
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxthq/elements": "npm:@nuxthq/elements-edge@0.0.1-28223223.d8921b4",
|
||||
"@nuxthq/studio": "^0.13.4",
|
||||
"@nuxtjs/fontaine": "^0.4.1",
|
||||
"@nuxtjs/google-fonts": "^3.0.2",
|
||||
"@nuxtjs/plausible": "^0.2.1",
|
||||
"@vueuse/nuxt": "^10.3.0",
|
||||
"eslint": "^8.47.0",
|
||||
"nuxt": "^3.6.5",
|
||||
"@vueuse/nuxt": "^10.4.1",
|
||||
"eslint": "^8.48.0",
|
||||
"joi": "^17.10.0",
|
||||
"nuxt": "^3.7.0",
|
||||
"nuxt-component-meta": "^0.5.3",
|
||||
"nuxt-lodash": "^2.5.0",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.2.2",
|
||||
"v-calendar": "^3.0.3",
|
||||
"yup": "^1.2.0",
|
||||
"joi": "^17.9.2",
|
||||
"zod": "^3.22.0"
|
||||
"zod": "^3.22.2"
|
||||
}
|
||||
}
|
||||
|
||||
31
package.json
31
package.json
@@ -31,19 +31,19 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@egoist/tailwindcss-icons": "^1.1.0",
|
||||
"@headlessui/vue": "^1.7.15",
|
||||
"@headlessui/vue": "^1.7.16",
|
||||
"@iconify-json/heroicons": "^1.1.12",
|
||||
"@nuxt/kit": "^3.6.5",
|
||||
"@nuxt/kit": "^3.7.0",
|
||||
"@nuxtjs/color-mode": "^3.3.0",
|
||||
"@nuxtjs/tailwindcss": "^6.8.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/forms": "^0.5.4",
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@vueuse/core": "^10.3.0",
|
||||
"@vueuse/integrations": "^10.3.0",
|
||||
"@vueuse/math": "^10.3.0",
|
||||
"@vueuse/core": "^10.4.1",
|
||||
"@vueuse/integrations": "^10.4.1",
|
||||
"@vueuse/math": "^10.4.1",
|
||||
"defu": "^6.1.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lodash-es": "^4.17.21",
|
||||
@@ -51,17 +51,22 @@
|
||||
"tailwindcss": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/eslint-config": "^0.1.1",
|
||||
"@nuxt/module-builder": "^0.4.0",
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxt/module-builder": "^0.5.0",
|
||||
"@release-it/conventional-changelog": "^7.0.0",
|
||||
"eslint": "^8.47.0",
|
||||
"joi": "^17.9.2",
|
||||
"nuxt": "^3.6.5",
|
||||
"eslint": "^8.48.0",
|
||||
"joi": "^17.10.0",
|
||||
"nuxt": "^3.7.0",
|
||||
"release-it": "^16.1.5",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.2.2",
|
||||
"unbuild": "^2.0.0",
|
||||
"vue-tsc": "^1.8.8",
|
||||
"yup": "^1.2.0",
|
||||
"zod": "^3.22.0"
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"nuxt-component-meta@0.5.3": "patches/nuxt-component-meta@0.5.3.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
patches/nuxt-component-meta@0.5.3.patch
Normal file
15
patches/nuxt-component-meta@0.5.3.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/dist/module.mjs b/dist/module.mjs
|
||||
index 286319046560f8ead5a26f811e7643fe990f9ee6..14be2f9551c24cd1e5c35dadaad9f83009f4c5a0 100644
|
||||
--- a/dist/module.mjs
|
||||
+++ b/dist/module.mjs
|
||||
@@ -142,10 +142,6 @@ const module = defineNuxtModule({
|
||||
references.push({
|
||||
path: join(nuxt.options.buildDir, "component-meta.d.ts")
|
||||
});
|
||||
- tsConfig.compilerOptions = tsConfig.compilerOptions || {};
|
||||
- tsConfig.compilerOptions.paths = tsConfig.compilerOptions.paths || {};
|
||||
- tsConfig.compilerOptions.paths["#nuxt-component-meta"] = [withoutLeadingSlash(join(nuxt.options.buildDir, "/component-meta.mjs").replace(nuxt.options.rootDir, ""))];
|
||||
- tsConfig.compilerOptions.paths["#nuxt-component-meta/types"] = [withoutLeadingSlash(join(nuxt.options.buildDir, "/component-meta.d.ts").replace(nuxt.options.rootDir, ""))];
|
||||
});
|
||||
nuxt.hook("nitro:config", (nitroConfig) => {
|
||||
nitroConfig.handlers = nitroConfig.handlers || [];
|
||||
4397
pnpm-lock.yaml
generated
4397
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user