diff --git a/package.json b/package.json index cebe3b9..0cffb57 100644 --- a/package.json +++ b/package.json @@ -47,31 +47,31 @@ "release": "pnpm test && release-it" }, "dependencies": { - "@nuxt/kit": "^4.2.1", + "@nuxt/kit": "^4.2.2", "citty": "^0.1.6", "json-schema-to-zod": "^2.7.0", "mlly": "^1.8.0", "ohash": "^2.0.11", "scule": "^1.3.0", "typescript": "^5.9.3", - "ufo": "^1.6.1", - "vue-component-meta": "^3.1.5" + "ufo": "^1.6.2", + "vue-component-meta": "^3.2.2" }, "devDependencies": { "@iconify/vue": "^5.0.0", - "@nuxt/content": "^3.8.2", - "@nuxt/eslint-config": "^1.11.0", + "@nuxt/content": "^3.10.0", + "@nuxt/eslint-config": "^1.12.1", "@nuxt/module-builder": "^1.0.2", - "@nuxt/test-utils": "^3.20.1", + "@nuxt/test-utils": "^3.23.0", "@nuxtjs/eslint-config-typescript": "^12.1.0", "ajv": "^8.17.1", "changelogen": "^0.6.2", - "eslint": "^9.39.1", + "eslint": "^9.39.2", "jiti": "^2.6.1", - "nuxt": "^4.2.1", - "release-it": "^19.0.6", - "vitest": "^4.0.14", - "vue": "^3.5.25" + "nuxt": "^4.2.2", + "release-it": "^19.2.3", + "vitest": "^4.0.16", + "vue": "^3.5.26" }, "build": { "entries": [ @@ -115,7 +115,7 @@ "vue-demi" ] }, - "packageManager": "pnpm@10.24.0", + "packageManager": "pnpm@10.27.0", "release-it": { "git": { "commitMessage": "chore(release): release v${version}" diff --git a/playground/app.vue b/playground/app/app.vue similarity index 100% rename from playground/app.vue rename to playground/app/app.vue diff --git a/playground/assets/css/main.css b/playground/app/assets/css/main.css similarity index 50% rename from playground/assets/css/main.css rename to playground/app/assets/css/main.css index e16c58c..9f61473 100644 --- a/playground/assets/css/main.css +++ b/playground/app/assets/css/main.css @@ -1,2 +1,2 @@ @import 'tailwindcss'; -@import '@nuxt/ui-pro'; \ No newline at end of file +@import '@nuxt/ui'; \ No newline at end of file diff --git a/playground/app/components/Authors.vue b/playground/app/components/Authors.vue new file mode 100644 index 0000000..4a8dcea --- /dev/null +++ b/playground/app/components/Authors.vue @@ -0,0 +1,76 @@ + + + \ No newline at end of file diff --git a/playground/components/CodeEditor.vue b/playground/app/components/CodeEditor.vue similarity index 100% rename from playground/components/CodeEditor.vue rename to playground/app/components/CodeEditor.vue diff --git a/playground/components/EnumTestComponent.vue b/playground/app/components/EnumTestComponent.vue similarity index 100% rename from playground/components/EnumTestComponent.vue rename to playground/app/components/EnumTestComponent.vue diff --git a/playground/components/TestComponent.vue b/playground/app/components/TestComponent.vue similarity index 100% rename from playground/components/TestComponent.vue rename to playground/app/components/TestComponent.vue diff --git a/playground/components/TestD.vue b/playground/app/components/TestD.vue similarity index 100% rename from playground/components/TestD.vue rename to playground/app/components/TestD.vue diff --git a/playground/app/components/TestInterfaceArray.vue b/playground/app/components/TestInterfaceArray.vue new file mode 100644 index 0000000..3ca0c87 --- /dev/null +++ b/playground/app/components/TestInterfaceArray.vue @@ -0,0 +1,37 @@ + + + + diff --git a/playground/app/components/TestJSComponent.vue b/playground/app/components/TestJSComponent.vue new file mode 100644 index 0000000..6c2950a --- /dev/null +++ b/playground/app/components/TestJSComponent.vue @@ -0,0 +1,23 @@ + + + + diff --git a/playground/components/TextDefine.vue b/playground/app/components/TextDefine.vue similarity index 100% rename from playground/components/TextDefine.vue rename to playground/app/components/TextDefine.vue diff --git a/playground/components/content/TestContent.vue b/playground/app/components/content/TestContent.vue similarity index 100% rename from playground/components/content/TestContent.vue rename to playground/app/components/content/TestContent.vue diff --git a/playground/components/content/UseSlots.vue b/playground/app/components/content/UseSlots.vue similarity index 100% rename from playground/components/content/UseSlots.vue rename to playground/app/components/content/UseSlots.vue diff --git a/playground/components/content/UseSlotsDestructuring.vue b/playground/app/components/content/UseSlotsDestructuring.vue similarity index 100% rename from playground/components/content/UseSlotsDestructuring.vue rename to playground/app/components/content/UseSlotsDestructuring.vue diff --git a/playground/app/components/global/Button.vue b/playground/app/components/global/Button.vue new file mode 100644 index 0000000..b605de3 --- /dev/null +++ b/playground/app/components/global/Button.vue @@ -0,0 +1,14 @@ + + + diff --git a/playground/app/components/global/ButtonInlineProps.vue b/playground/app/components/global/ButtonInlineProps.vue new file mode 100644 index 0000000..6ef4e8d --- /dev/null +++ b/playground/app/components/global/ButtonInlineProps.vue @@ -0,0 +1,14 @@ + + + diff --git a/playground/components/global/TestGlobalComponent.vue b/playground/app/components/global/TestGlobalComponent.vue similarity index 100% rename from playground/components/global/TestGlobalComponent.vue rename to playground/app/components/global/TestGlobalComponent.vue diff --git a/playground/components/test.vue b/playground/app/components/test.vue similarity index 100% rename from playground/components/test.vue rename to playground/app/components/test.vue diff --git a/playground/components/testTyped.vue b/playground/app/components/testTyped.vue similarity index 72% rename from playground/components/testTyped.vue rename to playground/app/components/testTyped.vue index 9fa8153..d319b20 100644 --- a/playground/components/testTyped.vue +++ b/playground/app/components/testTyped.vue @@ -10,7 +10,7 @@