@nuxt/schema-nightly
Advanced tools
Comparing version 3.8.1-28297202.2f7e1c78 to 3.8.1-28298552.7b8e7f17
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.8.1-28297202.2f7e1c78", | ||
"version": "3.8.1-28298552.7b8e7f17", | ||
"repository": "nuxt/nuxt", | ||
@@ -36,3 +36,3 @@ "description": "Nuxt types and default configuration", | ||
"@vitejs/plugin-vue-jsx": "3.0.2", | ||
"@vue/compiler-core": "3.3.5", | ||
"@vue/compiler-core": "3.3.6", | ||
"c12": "1.5.1", | ||
@@ -47,3 +47,3 @@ "esbuild-loader": "4.0.2", | ||
"vite": "4.5.0", | ||
"vue": "3.3.5", | ||
"vue": "3.3.6", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -50,0 +50,0 @@ "vue-loader": "17.3.0", |
@@ -470,3 +470,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
*/ | ||
extends: (string|string|[string, SourceOptions?])[], | ||
extends: string | [string, SourceOptions?] | (string | [string, SourceOptions?])[], | ||
@@ -473,0 +473,0 @@ /** |
@@ -276,3 +276,3 @@ | ||
# `extends` | ||
- **Type**: `(string|string|[string, C12SourceOptions?])[]` | ||
- **Type**: `string | [string, C12SourceOptions?] | (string | [string, C12SourceOptions?])[]` | ||
- **Default**: `null` | ||
@@ -279,0 +279,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
470246