From 23db4a3eedeb54c4eb88325474b57406606f7071 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 1 Mar 2023 21:12:56 +0100 Subject: [PATCH] build fix --- _config-build.yml | 4 ++++ _config.yml | 3 +++ pnpm-lock.yaml | 26 +++++++++++++------------- src/{_index.html => index.html} | 0 src/{_tags.html => tags.html} | 0 5 files changed, 20 insertions(+), 13 deletions(-) rename src/{_index.html => index.html} (100%) rename src/{_tags.html => tags.html} (100%) diff --git a/_config-build.yml b/_config-build.yml index f095bab7ee..d2c93a5b2d 100644 --- a/_config-build.yml +++ b/_config-build.yml @@ -10,3 +10,7 @@ defaults: collections: icons: output: true + +exclude: + - .idea + - package.json diff --git a/_config.yml b/_config.yml index 082e3a87b2..326b234f94 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,9 @@ plugins: exclude: - .idea - package.json + - index.html + - tags.json + - tags.html collections: icons: diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dde939ae2c..ddf5b53051 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,19 +96,19 @@ importers: packages/icons-eps: specifiers: - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 dependencies: '@tabler/icons': link:../icons packages/icons-pdf: specifiers: - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 dependencies: '@tabler/icons': link:../icons packages/icons-png: specifiers: - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 dependencies: '@tabler/icons': link:../icons @@ -116,7 +116,7 @@ importers: specifiers: '@babel/preset-env': 7.11.5 '@preact/preset-vite': ^2.5.0 - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 '@testing-library/jest-dom': ^5.16.5 '@testing-library/preact': ^3.2.2 babel-jest: ^29.4.1 @@ -141,7 +141,7 @@ importers: specifiers: '@babel/preset-env': 7.11.5 '@babel/preset-react': 7.10.4 - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 '@testing-library/react': ^11.2.6 babel-jest: ^29.4.1 jest: ^29.4.1 @@ -167,7 +167,7 @@ importers: packages/icons-solidjs: specifiers: '@solidjs/testing-library': ^0.6.1 - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 babel-jest: ^29.4.1 babel-preset-solid: ^1.5.4 jest: ^29.4.1 @@ -185,7 +185,7 @@ importers: packages/icons-svelte: specifiers: - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 '@testing-library/svelte': ^3.0.3 '@tsconfig/svelte': ^3.0.0 babel-jest: ^29.4.1 @@ -217,7 +217,7 @@ importers: packages/icons-vue: specifiers: '@babel/preset-env': 7.11.5 - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 '@testing-library/vue': ^6.6.1 '@vue/compiler-sfc': ^3.2.45 '@vue/test-utils': ^2.2.4 @@ -243,7 +243,7 @@ importers: packages/icons-webfont: specifiers: - '@tabler/icons': 2.5.0 + '@tabler/icons': 2.6.0 webfont: ^11.2.26 dependencies: '@tabler/icons': link:../icons @@ -255,7 +255,7 @@ importers: '@babel/plugin-transform-react-jsx': ^7.20.7 '@babel/plugin-transform-react-jsx-development': ^7.18.6 '@preact/preset-vite': ^2.4.0 - '@tabler/icons-preact': 2.5.0 + '@tabler/icons-preact': 2.6.0 babel-plugin-transform-hook-names: ^1.0.2 preact: ^10.11.3 typescript: ^4.9.3 @@ -273,7 +273,7 @@ importers: test/test-react: specifiers: - '@tabler/icons-react': 2.5.0 + '@tabler/icons-react': 2.6.0 '@types/react': ^18.0.26 '@types/react-dom': ^18.0.9 '@vitejs/plugin-react': ^3.0.0 @@ -295,7 +295,7 @@ importers: test/test-svelte: specifiers: '@sveltejs/vite-plugin-svelte': ^2.0.0 - '@tabler/icons-svelte': 2.5.0 + '@tabler/icons-svelte': 2.6.0 '@tsconfig/svelte': ^3.0.0 svelte: ^3.54.0 svelte-check: ^2.10.0 @@ -315,7 +315,7 @@ importers: test/test-vue: specifiers: - '@tabler/icons-vue': 2.5.0 + '@tabler/icons-vue': 2.6.0 '@vitejs/plugin-vue': ^4.0.0 typescript: ^4.9.3 vite: ^4.0.0 diff --git a/src/_index.html b/src/index.html similarity index 100% rename from src/_index.html rename to src/index.html diff --git a/src/_tags.html b/src/tags.html similarity index 100% rename from src/_tags.html rename to src/tags.html