diff --git a/components/Alert/tsconfig.json b/components/Alert/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Alert/tsconfig.json +++ b/components/Alert/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Avatar/tsconfig.json b/components/Avatar/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Avatar/tsconfig.json +++ b/components/Avatar/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Backtop/tsconfig.json b/components/Backtop/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Backtop/tsconfig.json +++ b/components/Backtop/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Badge/tsconfig.json b/components/Badge/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Badge/tsconfig.json +++ b/components/Badge/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Breadcrumb/tsconfig.json b/components/Breadcrumb/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Breadcrumb/tsconfig.json +++ b/components/Breadcrumb/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/BreadcrumbItem/tsconfig.json b/components/BreadcrumbItem/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/BreadcrumbItem/tsconfig.json +++ b/components/BreadcrumbItem/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Button/tsconfig.json b/components/Button/tsconfig.json index b7186bc8..9ed1a16f 100644 --- a/components/Button/tsconfig.json +++ b/components/Button/tsconfig.json @@ -9,6 +9,6 @@ "@ikun-ui/utils": ["../../utils/index.ts"] } }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/ButtonGroup/tsconfig.json b/components/ButtonGroup/tsconfig.json index b7186bc8..9ed1a16f 100644 --- a/components/ButtonGroup/tsconfig.json +++ b/components/ButtonGroup/tsconfig.json @@ -9,6 +9,6 @@ "@ikun-ui/utils": ["../../utils/index.ts"] } }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Checkbox/tsconfig.json b/components/Checkbox/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Checkbox/tsconfig.json +++ b/components/Checkbox/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/CheckboxGroup/tsconfig.json b/components/CheckboxGroup/tsconfig.json index b7186bc8..9ed1a16f 100644 --- a/components/CheckboxGroup/tsconfig.json +++ b/components/CheckboxGroup/tsconfig.json @@ -9,6 +9,6 @@ "@ikun-ui/utils": ["../../utils/index.ts"] } }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/ClientOnly/tsconfig.json b/components/ClientOnly/tsconfig.json index b7186bc8..9ed1a16f 100644 --- a/components/ClientOnly/tsconfig.json +++ b/components/ClientOnly/tsconfig.json @@ -9,6 +9,6 @@ "@ikun-ui/utils": ["../../utils/index.ts"] } }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Collapse/tsconfig.json b/components/Collapse/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Collapse/tsconfig.json +++ b/components/Collapse/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/CollapseWrapper/tsconfig.json b/components/CollapseWrapper/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/CollapseWrapper/tsconfig.json +++ b/components/CollapseWrapper/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Drawer/tsconfig.json b/components/Drawer/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Drawer/tsconfig.json +++ b/components/Drawer/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/EyeDropper/tsconfig.json b/components/EyeDropper/tsconfig.json index 571c13aa..abc3cca8 100644 --- a/components/EyeDropper/tsconfig.json +++ b/components/EyeDropper/tsconfig.json @@ -5,6 +5,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Icon/tsconfig.json b/components/Icon/tsconfig.json index 89ec0c68..6b23ed7a 100644 --- a/components/Icon/tsconfig.json +++ b/components/Icon/tsconfig.json @@ -6,6 +6,6 @@ "declaration": true, "lib": ["dom"] }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Input/tsconfig.json b/components/Input/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Input/tsconfig.json +++ b/components/Input/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Link/tsconfig.json b/components/Link/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Link/tsconfig.json +++ b/components/Link/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Mask/tsconfig.json b/components/Mask/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Mask/tsconfig.json +++ b/components/Mask/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Message/tsconfig.json b/components/Message/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Message/tsconfig.json +++ b/components/Message/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/MessageBox/tsconfig.json b/components/MessageBox/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/MessageBox/tsconfig.json +++ b/components/MessageBox/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Modal/tsconfig.json b/components/Modal/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Modal/tsconfig.json +++ b/components/Modal/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Notification/tsconfig.json b/components/Notification/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Notification/tsconfig.json +++ b/components/Notification/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Popover/tsconfig.json b/components/Popover/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Popover/tsconfig.json +++ b/components/Popover/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Progress/tsconfig.json b/components/Progress/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Progress/tsconfig.json +++ b/components/Progress/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Radio/tsconfig.json b/components/Radio/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Radio/tsconfig.json +++ b/components/Radio/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/RadioGroup/tsconfig.json b/components/RadioGroup/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/RadioGroup/tsconfig.json +++ b/components/RadioGroup/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Rate/tsconfig.json b/components/Rate/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Rate/tsconfig.json +++ b/components/Rate/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Select/tsconfig.json b/components/Select/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Select/tsconfig.json +++ b/components/Select/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Slider/tsconfig.json b/components/Slider/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Slider/tsconfig.json +++ b/components/Slider/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Spin/tsconfig.json b/components/Spin/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Spin/tsconfig.json +++ b/components/Spin/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Switch/tsconfig.json b/components/Switch/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Switch/tsconfig.json +++ b/components/Switch/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Tag/tsconfig.json b/components/Tag/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Tag/tsconfig.json +++ b/components/Tag/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/components/Tooltip/tsconfig.json b/components/Tooltip/tsconfig.json index 7ee47446..fe0d7c4f 100644 --- a/components/Tooltip/tsconfig.json +++ b/components/Tooltip/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "declaration": true }, - "include": ["src/**/*.ts", "src/**/*.svelte"], + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.svelte"], "exclude": ["node_modules/*", "**/*.spec.ts"] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e0a1d03..bb15c592 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -261,7 +261,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -289,7 +289,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -320,7 +320,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -345,7 +345,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -373,7 +373,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -401,7 +401,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -429,7 +429,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -457,7 +457,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -488,7 +488,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -516,7 +516,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -541,7 +541,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -566,7 +566,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -594,7 +594,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -625,7 +625,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -647,7 +647,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -672,7 +672,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -700,7 +700,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -728,7 +728,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -750,7 +750,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -775,7 +775,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -809,7 +809,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -843,7 +843,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -868,7 +868,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -921,7 +921,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -952,7 +952,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -980,7 +980,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1005,7 +1005,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1030,7 +1030,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1052,7 +1052,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1083,7 +1083,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1108,7 +1108,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1133,7 +1133,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -1158,7 +1158,7 @@ importers: version: 5.0.0 svelte-strip: specifier: ^2.0.0 - version: 2.0.0(postcss@8.4.27)(svelte@3.59.2) + version: 2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3) tslib: specifier: ^2.6.1 version: 2.6.1 @@ -6416,54 +6416,6 @@ packages: typescript: 5.1.6 dev: true - /svelte-preprocess@5.0.4(postcss@8.4.27)(svelte@3.59.2)(typescript@5.1.6): - resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==} - engines: {node: '>= 14.10.0'} - requiresBuild: true - peerDependencies: - '@babel/core': ^7.10.2 - coffeescript: ^2.5.1 - less: ^3.11.3 || ^4.0.0 - postcss: ^7 || ^8 - postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 - pug: ^3.0.0 - sass: ^1.26.8 - stylus: ^0.55.0 - sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 - svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0 - typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0' - peerDependenciesMeta: - '@babel/core': - optional: true - coffeescript: - optional: true - less: - optional: true - postcss: - optional: true - postcss-load-config: - optional: true - pug: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - typescript: - optional: true - dependencies: - '@types/pug': 2.0.6 - detect-indent: 6.1.0 - magic-string: 0.27.0 - postcss: 8.4.27 - sorcery: 0.11.0 - strip-indent: 3.0.0 - svelte: 3.59.2 - typescript: 5.1.6 - dev: true - /svelte-preprocess@5.0.4(postcss@8.4.27)(svelte@4.0.0-next.3)(typescript@5.1.6): resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==} engines: {node: '>= 14.10.0'} @@ -6560,30 +6512,6 @@ packages: typescript: 5.1.6 dev: true - /svelte-strip@2.0.0(postcss@8.4.27)(svelte@3.59.2): - resolution: {integrity: sha512-RZ8swt0ddE22ebZvFpMhW/x9rLIAwCZtWWnb5oohQEYcyuxzvzXwxImjFQ8DINXXMbvw6PB/NfnzDmHqMVrdbw==} - hasBin: true - peerDependencies: - svelte: ^3.0.0 - dependencies: - glob: 9.3.5 - minimatch: 7.4.6 - svelte: 3.59.2 - svelte-preprocess: 5.0.4(postcss@8.4.27)(svelte@3.59.2)(typescript@5.1.6) - typescript: 5.1.6 - yargs: 17.7.2 - transitivePeerDependencies: - - '@babel/core' - - coffeescript - - less - - postcss - - postcss-load-config - - pug - - sass - - stylus - - sugarss - dev: true - /svelte-strip@2.0.0(postcss@8.4.27)(svelte@4.0.0-next.3): resolution: {integrity: sha512-RZ8swt0ddE22ebZvFpMhW/x9rLIAwCZtWWnb5oohQEYcyuxzvzXwxImjFQ8DINXXMbvw6PB/NfnzDmHqMVrdbw==} hasBin: true @@ -6620,11 +6548,6 @@ packages: typescript: 5.1.6 dev: true - /svelte@3.59.2: - resolution: {integrity: sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA==} - engines: {node: '>= 8'} - dev: true - /svelte@4.0.0-next.3: resolution: {integrity: sha512-NogP/EuGk+xCzqye8hoj/Wz1OoTCTp1yQpsfAIkATlYct2xqoQADB1UjPLm/plQjhGQrZcODW2MHCiYsDTQWtA==} engines: {node: '>=16'}