diff --git a/.changeset/cold-beers-impress.md b/.changeset/cold-beers-impress.md new file mode 100644 index 000000000..59ddc2948 --- /dev/null +++ b/.changeset/cold-beers-impress.md @@ -0,0 +1,5 @@ +--- +'@icons-pack/react-simple-icons': major +--- + +The way of creating the components has been changed to better export the types diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..e45a4c749 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,8 @@ +{ + "mode": "pre", + "tag": "v9", + "initialVersions": { + "@icons-pack/react-simple-icons": "8.0.1" + }, + "changesets": [] +} diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 8e7dce2c2..01f2dbe31 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -7,7 +7,7 @@ on: pull_request: branches: - main - - v8 + - v9 env: TURBO_VERSION: ${{ vars.TURBO_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6aae716a..0569408f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: push: branches: - main - - v8 + - v9 release: types: [created] diff --git a/package.json b/package.json index 9ac8df041..6378ba626 100644 --- a/package.json +++ b/package.json @@ -78,28 +78,26 @@ ], "devDependencies": { "@changesets/changelog-github": "0.4.8", - "@changesets/cli": "2.26.1", - "@commitlint/cli": "17.6.5", - "@commitlint/config-conventional": "17.6.5", - "@types/node": "20.2.6", - "@types/react": "^18.0.12", - "@vitejs/plugin-react": "^4.0.0", - "bundlesize": "^0.18.1", - "cross-env": "^6.0.3", - "husky": "^6.0.0", - "lint-staged": "^11.0.0", + "@changesets/cli": "2.26.2", + "@commitlint/cli": "17.6.7", + "@commitlint/config-conventional": "17.6.7", + "@types/node": "20.4.9", + "@types/react": "18.2.19", + "@vitejs/plugin-react": "4.0.4", + "bundlesize": "0.18.1", + "husky": "8.0.3", + "lint-staged": "13.2.3", "prettier": "2.8.4", "prettier-eslint": "^15.0.1", "react": "^18.2.0", "rimraf": "^3.0.2", "signale": "^1.4.0", - "simple-icons": "9.1.0", - "terser": "^5.17.7", - "turbo": "1.10.3", + "simple-icons": "9.9.0", + "turbo": "1.10.12", "typescript": "4.7.3", "uppercamelcase": "3.0.0", - "vite": "^4.3.9", - "vite-plugin-dts": "^2.3.0" + "vite": "4.4.9", + "vite-plugin-dts": "3.5.1" }, "peerDependencies": { "react": "^16.13 || ^17 || ^18" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2e555048..51055520f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,35 +9,32 @@ devDependencies: specifier: 0.4.8 version: 0.4.8 '@changesets/cli': - specifier: 2.26.1 - version: 2.26.1 + specifier: 2.26.2 + version: 2.26.2 '@commitlint/cli': - specifier: 17.6.5 - version: 17.6.5 + specifier: 17.6.7 + version: 17.6.7 '@commitlint/config-conventional': - specifier: 17.6.5 - version: 17.6.5 + specifier: 17.6.7 + version: 17.6.7 '@types/node': - specifier: 20.2.6 - version: 20.2.6 + specifier: 20.4.9 + version: 20.4.9 '@types/react': - specifier: ^18.0.12 - version: 18.0.12 + specifier: 18.2.19 + version: 18.2.19 '@vitejs/plugin-react': - specifier: ^4.0.0 - version: 4.0.0(vite@4.3.9) + specifier: 4.0.4 + version: 4.0.4(vite@4.4.9) bundlesize: - specifier: ^0.18.1 + specifier: 0.18.1 version: 0.18.1 - cross-env: - specifier: ^6.0.3 - version: 6.0.3 husky: - specifier: ^6.0.0 - version: 6.0.0 + specifier: 8.0.3 + version: 8.0.3 lint-staged: - specifier: ^11.0.0 - version: 11.0.0 + specifier: 13.2.3 + version: 13.2.3 prettier: specifier: 2.8.4 version: 2.8.4 @@ -54,14 +51,11 @@ devDependencies: specifier: ^1.4.0 version: 1.4.0 simple-icons: - specifier: 9.1.0 - version: 9.1.0 - terser: - specifier: ^5.17.7 - version: 5.17.7 + specifier: 9.9.0 + version: 9.9.0 turbo: - specifier: 1.10.3 - version: 1.10.3 + specifier: 1.10.12 + version: 1.10.12 typescript: specifier: 4.7.3 version: 4.7.3 @@ -69,11 +63,11 @@ devDependencies: specifier: 3.0.0 version: 3.0.0 vite: - specifier: ^4.3.9 - version: 4.3.9(@types/node@20.2.6)(terser@5.17.7) + specifier: 4.4.9 + version: 4.4.9(@types/node@20.4.9) vite-plugin-dts: - specifier: ^2.3.0 - version: 2.3.0(@types/node@20.2.6)(vite@4.3.9) + specifier: 3.5.1 + version: 3.5.1(@types/node@20.4.9)(typescript@4.7.3)(vite@4.4.9) packages: @@ -85,6 +79,14 @@ packages: '@jridgewell/trace-mapping': 0.3.18 dev: true + /@babel/code-frame@7.22.10: + resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.10 + chalk: 2.4.2 + dev: true + /@babel/code-frame@7.22.5: resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} @@ -92,56 +94,53 @@ packages: '@babel/highlight': 7.22.5 dev: true - /@babel/compat-data@7.22.5: - resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} + /@babel/compat-data@7.22.9: + resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.22.5: - resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} + /@babel/core@7.22.10: + resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) - '@babel/helper-module-transforms': 7.22.5 - '@babel/helpers': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 + '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helpers': 7.22.10 + '@babel/parser': 7.22.10 '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 + '@babel/traverse': 7.22.10 + '@babel/types': 7.22.10 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/generator@7.22.5: - resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} + /@babel/generator@7.22.10: + resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 dev: true - /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): - resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} + /@babel/helper-compilation-targets@7.22.10: + resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.22.5 + '@babel/compat-data': 7.22.9 '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.7 + browserslist: 4.21.10 lru-cache: 5.1.1 - semver: 6.3.0 + semver: 6.3.1 dev: true /@babel/helper-environment-visitor@7.22.5: @@ -154,37 +153,35 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 dev: true /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 dev: true - /@babel/helper-module-transforms@7.22.5: - resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} + /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10): + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.22.10 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-module-imports': 7.22.5 '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - transitivePeerDependencies: - - supports-color dev: true /@babel/helper-plugin-utils@7.22.5: @@ -196,14 +193,14 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 dev: true - /@babel/helper-split-export-declaration@7.22.5: - resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.10 dev: true /@babel/helper-string-parser@7.22.5: @@ -221,17 +218,26 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helpers@7.22.5: - resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} + /@babel/helpers@7.22.10: + resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 + '@babel/traverse': 7.22.10 + '@babel/types': 7.22.10 transitivePeerDependencies: - supports-color dev: true + /@babel/highlight@7.22.10: + resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + /@babel/highlight@7.22.5: resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} @@ -241,6 +247,14 @@ packages: js-tokens: 4.0.0 dev: true + /@babel/parser@7.22.10: + resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.10 + dev: true + /@babel/parser@7.22.5: resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} @@ -249,23 +263,23 @@ packages: '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.5): + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.10): resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.5): + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.10): resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -280,29 +294,38 @@ packages: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 + '@babel/code-frame': 7.22.10 + '@babel/parser': 7.22.10 + '@babel/types': 7.22.10 dev: true - /@babel/traverse@7.22.5: - resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} + /@babel/traverse@7.22.10: + resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.10 + '@babel/types': 7.22.10 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true + /@babel/types@7.22.10: + resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 + dev: true + /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -312,11 +335,11 @@ packages: to-fast-properties: 2.0.0 dev: true - /@changesets/apply-release-plan@6.1.3: - resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} + /@changesets/apply-release-plan@6.1.4: + resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} dependencies: '@babel/runtime': 7.22.5 - '@changesets/config': 2.3.0 + '@changesets/config': 2.3.1 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 '@changesets/types': 5.2.1 @@ -327,18 +350,18 @@ packages: outdent: 0.5.0 prettier: 2.8.4 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 7.5.4 dev: true - /@changesets/assemble-release-plan@5.2.3: - resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} + /@changesets/assemble-release-plan@5.2.4: + resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} dependencies: '@babel/runtime': 7.22.5 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 + '@changesets/get-dependents-graph': 1.3.6 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 - semver: 5.7.1 + semver: 7.5.4 dev: true /@changesets/changelog-git@0.1.14: @@ -357,18 +380,18 @@ packages: - encoding dev: true - /@changesets/cli@2.26.1: - resolution: {integrity: sha512-XnTa+b51vt057fyAudvDKGB0Sh72xutQZNAdXkCqPBKO2zvs2yYZx5hFZj1u9cbtpwM6Sxtcr02/FQJfZOzemQ==} + /@changesets/cli@2.26.2: + resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} hasBin: true dependencies: '@babel/runtime': 7.22.5 - '@changesets/apply-release-plan': 6.1.3 - '@changesets/assemble-release-plan': 5.2.3 + '@changesets/apply-release-plan': 6.1.4 + '@changesets/assemble-release-plan': 5.2.4 '@changesets/changelog-git': 0.1.14 - '@changesets/config': 2.3.0 + '@changesets/config': 2.3.1 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 - '@changesets/get-release-plan': 3.0.16 + '@changesets/get-dependents-graph': 1.3.6 + '@changesets/get-release-plan': 3.0.17 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/pre': 1.0.14 @@ -377,7 +400,7 @@ packages: '@changesets/write': 0.2.3 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 - '@types/semver': 6.2.3 + '@types/semver': 7.5.0 ansi-colors: 4.1.3 chalk: 2.4.2 enquirer: 2.3.6 @@ -390,17 +413,17 @@ packages: p-limit: 2.3.0 preferred-pm: 3.0.3 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 7.5.4 spawndamnit: 2.0.0 term-size: 2.2.1 tty-table: 4.2.1 dev: true - /@changesets/config@2.3.0: - resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} + /@changesets/config@2.3.1: + resolution: {integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 + '@changesets/get-dependents-graph': 1.3.6 '@changesets/logger': 0.0.5 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -414,14 +437,14 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph@1.3.5: - resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} + /@changesets/get-dependents-graph@1.3.6: + resolution: {integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==} dependencies: '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 5.7.1 + semver: 7.5.4 dev: true /@changesets/get-github-info@0.5.2: @@ -433,12 +456,12 @@ packages: - encoding dev: true - /@changesets/get-release-plan@3.0.16: - resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} + /@changesets/get-release-plan@3.0.17: + resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: '@babel/runtime': 7.22.5 - '@changesets/assemble-release-plan': 5.2.3 - '@changesets/config': 2.3.0 + '@changesets/assemble-release-plan': 5.2.4 + '@changesets/config': 2.3.1 '@changesets/pre': 1.0.14 '@changesets/read': 0.5.9 '@changesets/types': 5.2.1 @@ -515,14 +538,14 @@ packages: prettier: 2.8.4 dev: true - /@commitlint/cli@17.6.5: - resolution: {integrity: sha512-3PQrWr/uo6lzF5k7n5QuosCYnzaxP9qGBp3jhWP0Vmsa7XA6wrl9ccPqfQyXpSbQE3zBROVO3TDqgPKe4tfmLQ==} + /@commitlint/cli@17.6.7: + resolution: {integrity: sha512-nzZmfO5KIOupYppn1MsnYX/80I+KDlxiwkks3CJT0XT+t34UgqGi3eSyEuzgcIjPlORk5/GMaAEiys78iLfGMg==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.6.5 - '@commitlint/load': 17.5.0 + '@commitlint/lint': 17.6.7 + '@commitlint/load': 17.6.7 '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 @@ -535,23 +558,23 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@17.6.5: - resolution: {integrity: sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==} + /@commitlint/config-conventional@17.6.7: + resolution: {integrity: sha512-4oTpEUC0HRM54QRHBPMOJW1pETp7usxXn9RuNYNWHcmu8wi1mpws95hvS20u2n6HtIkTn0jfn7vHioCm4AGUTw==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 dev: true - /@commitlint/config-validator@17.4.4: - resolution: {integrity: sha512-bi0+TstqMiqoBAQDvdEP4AFh0GaKyLFlPPEObgI29utoKEYoPQTvF0EYqIwYYLEoJYhj5GfMIhPHJkTJhagfeg==} + /@commitlint/config-validator@17.6.7: + resolution: {integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 ajv: 8.12.0 dev: true - /@commitlint/ensure@17.4.4: - resolution: {integrity: sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g==} + /@commitlint/ensure@17.6.7: + resolution: {integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 @@ -575,41 +598,41 @@ packages: chalk: 4.1.2 dev: true - /@commitlint/is-ignored@17.6.5: - resolution: {integrity: sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ==} + /@commitlint/is-ignored@17.6.7: + resolution: {integrity: sha512-vqyNRqtbq72P2JadaoWiuoLtXIs9SaAWDqdtef6G2zsoXqKFc7vqj1f+thzVgosXG3X/5K9jNp+iYijmvOfc/g==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 - semver: 7.5.0 + semver: 7.5.2 dev: true - /@commitlint/lint@17.6.5: - resolution: {integrity: sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw==} + /@commitlint/lint@17.6.7: + resolution: {integrity: sha512-TW+AozfuOFMrHn+jdwtz0IWu8REKFp0eryOvoBp2r8IXNc4KihKB1spAiUB6SFyHD6hVVeolz12aHnJ3Mb+xVQ==} engines: {node: '>=v14'} dependencies: - '@commitlint/is-ignored': 17.6.5 - '@commitlint/parse': 17.6.5 - '@commitlint/rules': 17.6.5 + '@commitlint/is-ignored': 17.6.7 + '@commitlint/parse': 17.6.7 + '@commitlint/rules': 17.6.7 '@commitlint/types': 17.4.4 dev: true - /@commitlint/load@17.5.0: - resolution: {integrity: sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==} + /@commitlint/load@17.6.7: + resolution: {integrity: sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw==} engines: {node: '>=v14'} dependencies: - '@commitlint/config-validator': 17.4.4 + '@commitlint/config-validator': 17.6.7 '@commitlint/execute-rule': 17.4.0 - '@commitlint/resolve-extends': 17.4.4 + '@commitlint/resolve-extends': 17.6.7 '@commitlint/types': 17.4.4 - '@types/node': 20.2.6 + '@types/node': 20.4.9 chalk: 4.1.2 cosmiconfig: 8.2.0 - cosmiconfig-typescript-loader: 4.3.0(@types/node@20.2.6)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@4.7.3) + cosmiconfig-typescript-loader: 4.3.0(@types/node@20.4.9)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@4.7.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.2.6)(typescript@4.7.3) + ts-node: 10.9.1(@types/node@20.4.9)(typescript@4.7.3) typescript: 4.7.3 transitivePeerDependencies: - '@swc/core' @@ -621,8 +644,8 @@ packages: engines: {node: '>=v14'} dev: true - /@commitlint/parse@17.6.5: - resolution: {integrity: sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw==} + /@commitlint/parse@17.6.7: + resolution: {integrity: sha512-ibO03BgEns+JJpohpBZYD49mCdSNMg6fTv7vA5yqzEFWkBQk5NWhEBw2yG+Z1UClStIRkMkAYyI2HzoQG9tCQQ==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 @@ -641,11 +664,11 @@ packages: minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@17.4.4: - resolution: {integrity: sha512-znXr1S0Rr8adInptHw0JeLgumS11lWbk5xAWFVno+HUFVN45875kUtqjrI6AppmD3JI+4s0uZlqqlkepjJd99A==} + /@commitlint/resolve-extends@17.6.7: + resolution: {integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==} engines: {node: '>=v14'} dependencies: - '@commitlint/config-validator': 17.4.4 + '@commitlint/config-validator': 17.6.7 '@commitlint/types': 17.4.4 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 @@ -653,11 +676,11 @@ packages: resolve-global: 1.0.0 dev: true - /@commitlint/rules@17.6.5: - resolution: {integrity: sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A==} + /@commitlint/rules@17.6.7: + resolution: {integrity: sha512-x/SDwDTN3w3Gr5xkhrIORu96rlKCc8ZLYEMXRqi9+MB33st2mKcGvKa5uJuigHlbl3xm75bAAubATrodVrjguQ==} engines: {node: '>=v14'} dependencies: - '@commitlint/ensure': 17.4.4 + '@commitlint/ensure': 17.6.7 '@commitlint/message': 17.4.2 '@commitlint/to-lines': 17.4.0 '@commitlint/types': 17.4.4 @@ -690,8 +713,8 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@esbuild/android-arm64@0.17.19: - resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} + /@esbuild/android-arm64@0.18.20: + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -699,8 +722,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.17.19: - resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} + /@esbuild/android-arm@0.18.20: + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -708,8 +731,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.17.19: - resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} + /@esbuild/android-x64@0.18.20: + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -717,8 +740,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.17.19: - resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} + /@esbuild/darwin-arm64@0.18.20: + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -726,8 +749,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.17.19: - resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} + /@esbuild/darwin-x64@0.18.20: + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -735,8 +758,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.17.19: - resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} + /@esbuild/freebsd-arm64@0.18.20: + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -744,8 +767,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.17.19: - resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} + /@esbuild/freebsd-x64@0.18.20: + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -753,8 +776,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.17.19: - resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} + /@esbuild/linux-arm64@0.18.20: + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -762,8 +785,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.17.19: - resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} + /@esbuild/linux-arm@0.18.20: + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -771,8 +794,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.17.19: - resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} + /@esbuild/linux-ia32@0.18.20: + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -780,8 +803,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.17.19: - resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} + /@esbuild/linux-loong64@0.18.20: + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -789,8 +812,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.17.19: - resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} + /@esbuild/linux-mips64el@0.18.20: + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -798,8 +821,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.17.19: - resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} + /@esbuild/linux-ppc64@0.18.20: + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -807,8 +830,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.17.19: - resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} + /@esbuild/linux-riscv64@0.18.20: + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -816,8 +839,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.17.19: - resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} + /@esbuild/linux-s390x@0.18.20: + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -825,8 +848,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.17.19: - resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} + /@esbuild/linux-x64@0.18.20: + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -834,8 +857,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.17.19: - resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} + /@esbuild/netbsd-x64@0.18.20: + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -843,8 +866,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.17.19: - resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} + /@esbuild/openbsd-x64@0.18.20: + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -852,8 +875,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.17.19: - resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} + /@esbuild/sunos-x64@0.18.20: + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -861,8 +884,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.17.19: - resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} + /@esbuild/win32-arm64@0.18.20: + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -870,8 +893,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.17.19: - resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} + /@esbuild/win32-ia32@0.18.20: + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -879,8 +902,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.17.19: - resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} + /@esbuild/win32-x64@0.18.20: + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -964,13 +987,6 @@ packages: engines: {node: '>=6.0.0'} dev: true - /@jridgewell/source-map@0.3.3: - resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} - dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 - dev: true - /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} dev: true @@ -1013,30 +1029,30 @@ packages: read-yaml-file: 1.1.0 dev: true - /@microsoft/api-extractor-model@7.27.3(@types/node@20.2.6): - resolution: {integrity: sha512-fSFvw7otYHduOkyshjTbapKKgwF8bgquVHvgF8VgeKtMYvqXkoaj7W6VcM7PNY7E2bbblhUgC4XNdqZLD4SJGw==} + /@microsoft/api-extractor-model@7.27.6(@types/node@20.4.9): + resolution: {integrity: sha512-eiCnlayyum1f7fS2nA9pfIod5VCNR1G+Tq84V/ijDrKrOFVa598BLw145nCsGDMoFenV6ajNi2PR5WCwpAxW6Q==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.4(@types/node@20.2.6) + '@rushstack/node-core-library': 3.59.7(@types/node@20.4.9) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.35.4(@types/node@20.2.6): - resolution: {integrity: sha512-E/DIIlgu1ZW+AD+Y0UuVe/30rO+Km0CRkDU1aOKQntwKtv/+FodtRAUvzU/vAxq5lQHSsy6jJErLiXR6G3fupA==} + /@microsoft/api-extractor@7.36.4(@types/node@20.4.9): + resolution: {integrity: sha512-21UECq8C/8CpHT23yiqTBQ10egKUacIpxkPyYR7hdswo/M5yTWdBvbq+77YC9uPKQJOUfOD1FImBQ1DzpsdeQQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.27.3(@types/node@20.2.6) + '@microsoft/api-extractor-model': 7.27.6(@types/node@20.4.9) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.4(@types/node@20.2.6) - '@rushstack/rig-package': 0.3.21 - '@rushstack/ts-command-line': 4.15.1 + '@rushstack/node-core-library': 3.59.7(@types/node@20.4.9) + '@rushstack/rig-package': 0.4.1 + '@rushstack/ts-command-line': 4.15.2 colors: 1.2.5 lodash: 4.17.21 resolve: 1.22.2 - semver: 7.3.8 + semver: 7.5.4 source-map: 0.6.1 typescript: 5.0.4 transitivePeerDependencies: @@ -1091,33 +1107,33 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/node-core-library@3.59.4(@types/node@20.2.6): - resolution: {integrity: sha512-YAKJDC6Mz/KA1D7bvB88WaRX3knt/ZuLzkRu5G9QADGSjLtvTWzCNCytRF2PCSaaHOZaZsWul4F1KQdgFgUDqA==} + /@rushstack/node-core-library@3.59.7(@types/node@20.4.9): + resolution: {integrity: sha512-ln1Drq0h+Hwa1JVA65x5mlSgUrBa1uHL+V89FqVWQgXd1vVIMhrtqtWGQrhTnFHxru5ppX+FY39VWELF/FjQCw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@types/node': 20.2.6 + '@types/node': 20.4.9 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.2 - semver: 7.3.8 + semver: 7.5.4 z-schema: 5.0.5 dev: true - /@rushstack/rig-package@0.3.21: - resolution: {integrity: sha512-6KPBuZYP/b9U0Qwy1J4vjYtXvLavdmVT7mMelErfqqZ3P/ywoxlFITGr9ZbqD1zmfIVrIfC2jrM6gfm7OHPRhQ==} + /@rushstack/rig-package@0.4.1: + resolution: {integrity: sha512-AGRwpqlXNSp9LhUSz4HKI9xCluqQDt/obsQFdv/NYIekF3pTTPzc+HbQsIsjVjYnJ3DcmxOREVMhvrMEjpiq6g==} dependencies: resolve: 1.22.2 strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line@4.15.1: - resolution: {integrity: sha512-EL4jxZe5fhb1uVL/P/wQO+Z8Rc8FMiWJ1G7VgnPDvdIt5GVjRfK7vwzder1CZQiX3x0PY6uxENYLNGTFd1InRQ==} + /@rushstack/ts-command-line@4.15.2: + resolution: {integrity: sha512-5+C2uoJY8b+odcZD6coEe2XNC4ZjGB4vCMESbqW/8DHRWC/qIHfANdmN9F1wz/lAgxz72i7xRoVtPY2j7e4gpQ==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -1125,15 +1141,6 @@ packages: string-argv: 0.3.1 dev: true - /@ts-morph/common@0.19.0: - resolution: {integrity: sha512-Unz/WHmd4pGax91rdIKWi51wnVUW11QttMEPpBiBgIewnc9UQIX7UDLxr5vRlqeByXCwhkF6VabSsI0raWcyAQ==} - dependencies: - fast-glob: 3.2.12 - minimatch: 7.4.6 - mkdirp: 2.1.6 - path-browserify: 1.0.1 - dev: true - /@tsconfig/node10@1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} dev: true @@ -1183,18 +1190,14 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node@20.2.6: - resolution: {integrity: sha512-GQBWUtGoefMEOx/vu+emHEHU5aw6JdDoEtZhoBrHFPZbA/YNRFfN996XbBASEWdvmLSLyv9FKYppYGyZjCaq/g==} + /@types/node@20.4.9: + resolution: {integrity: sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==} dev: true /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@types/parse-json@4.0.0: - resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - dev: true - /@types/prettier@2.7.3: resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} dev: true @@ -1203,8 +1206,8 @@ packages: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} dev: true - /@types/react@18.0.12: - resolution: {integrity: sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg==} + /@types/react@18.2.19: + resolution: {integrity: sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -1215,8 +1218,8 @@ packages: resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} dev: true - /@types/semver@6.2.3: - resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} + /@types/semver@7.5.0: + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: true /@typescript-eslint/parser@5.59.9(eslint@8.42.0)(typescript@4.7.3): @@ -1281,21 +1284,93 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@vitejs/plugin-react@4.0.0(vite@4.3.9): - resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==} + /@vitejs/plugin-react@4.0.4(vite@4.4.9): + resolution: {integrity: sha512-7wU921ABnNYkETiMaZy7XqpueMnpu5VxvVps13MjmCo+utBdD79sZzrApHawHtVX66cCJQQTXFcjH0y9dSUK8g==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 dependencies: - '@babel/core': 7.22.5 - '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.10 + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.10) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.10) react-refresh: 0.14.0 - vite: 4.3.9(@types/node@20.2.6)(terser@5.17.7) + vite: 4.4.9(@types/node@20.4.9) transitivePeerDependencies: - supports-color dev: true + /@volar/language-core@1.10.0: + resolution: {integrity: sha512-ddyWwSYqcbEZNFHm+Z3NZd6M7Ihjcwl/9B5cZd8kECdimVXUFdFi60XHWD27nrWtUQIsUYIG7Ca1WBwV2u2LSQ==} + dependencies: + '@volar/source-map': 1.10.0 + dev: true + + /@volar/source-map@1.10.0: + resolution: {integrity: sha512-/ibWdcOzDGiq/GM1JU2eX8fH1bvAhl66hfe8yEgLEzg9txgr6qb5sQ/DEz5PcDL75tF5H5sCRRwn8Eu8ezi9mw==} + dependencies: + muggle-string: 0.3.1 + dev: true + + /@volar/typescript@1.10.0: + resolution: {integrity: sha512-OtqGtFbUKYC0pLNIk3mHQp5xWnvL1CJIUc9VE39VdZ/oqpoBh5jKfb9uJ45Y4/oP/WYTrif/Uxl1k8VTPz66Gg==} + dependencies: + '@volar/language-core': 1.10.0 + dev: true + + /@vue/compiler-core@3.3.4: + resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} + dependencies: + '@babel/parser': 7.22.5 + '@vue/shared': 3.3.4 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + dev: true + + /@vue/compiler-dom@3.3.4: + resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} + dependencies: + '@vue/compiler-core': 3.3.4 + '@vue/shared': 3.3.4 + dev: true + + /@vue/language-core@1.8.8(typescript@4.7.3): + resolution: {integrity: sha512-i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': 1.10.0 + '@volar/source-map': 1.10.0 + '@vue/compiler-dom': 3.3.4 + '@vue/reactivity': 3.3.4 + '@vue/shared': 3.3.4 + minimatch: 9.0.3 + muggle-string: 0.3.1 + typescript: 4.7.3 + vue-template-compiler: 2.7.14 + dev: true + + /@vue/reactivity@3.3.4: + resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} + dependencies: + '@vue/shared': 3.3.4 + dev: true + + /@vue/shared@3.3.4: + resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} + dev: true + + /@vue/typescript@1.8.8(typescript@4.7.3): + resolution: {integrity: sha512-jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow==} + dependencies: + '@volar/typescript': 1.10.0 + '@vue/language-core': 1.8.8(typescript@4.7.3) + transitivePeerDependencies: + - typescript + dev: true + /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true @@ -1376,6 +1451,11 @@ packages: engines: {node: '>=8'} dev: true + /ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: true + /ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} @@ -1395,6 +1475,11 @@ packages: color-convert: 2.0.1 dev: true + /ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: true + /aproba@1.2.0: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} dev: true @@ -1534,19 +1619,15 @@ packages: iltorb: 2.4.5 dev: true - /browserslist@4.21.7: - resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==} + /browserslist@4.21.10: + resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001498 - electron-to-chromium: 1.4.427 - node-releases: 2.0.12 - update-browserslist-db: 1.0.11(browserslist@4.21.7) - dev: true - - /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + caniuse-lite: 1.0.30001519 + electron-to-chromium: 1.4.488 + node-releases: 2.0.13 + update-browserslist-db: 1.0.11(browserslist@4.21.10) dev: true /buffer@5.7.1: @@ -1629,8 +1710,8 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite@1.0.30001498: - resolution: {integrity: sha512-LFInN2zAwx3ANrGCDZ5AKKJroHqNKyjXitdV5zRIVIaQlXKj3GmxUKagoKsjqUfckpAObPCEWnk5EeMlyMWcgw==} + /caniuse-lite@1.0.30001519: + resolution: {integrity: sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==} dev: true /chalk@1.1.3: @@ -1670,6 +1751,11 @@ packages: supports-color: 7.2.0 dev: true + /chalk@5.2.0: + resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + dev: true + /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: true @@ -1707,6 +1793,14 @@ packages: string-width: 4.2.3 dev: true + /cli-truncate@3.1.0: + resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + slice-ansi: 5.0.0 + string-width: 5.1.2 + dev: true + /cliui@6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: @@ -1729,10 +1823,6 @@ packages: engines: {node: '>=0.8'} dev: true - /code-block-writer@12.0.0: - resolution: {integrity: sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==} - dev: true - /code-point-at@1.1.0: resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} engines: {node: '>=0.10.0'} @@ -1768,13 +1858,13 @@ packages: engines: {node: '>=0.1.90'} dev: true - /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + /commander@10.0.1: + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} dev: true - /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} + /commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true /commander@9.5.0: @@ -1842,7 +1932,7 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig-typescript-loader@4.3.0(@types/node@20.2.6)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@4.7.3): + /cosmiconfig-typescript-loader@4.3.0(@types/node@20.4.9)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@4.7.3): resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -1851,9 +1941,9 @@ packages: ts-node: '>=10' typescript: '>=3' dependencies: - '@types/node': 20.2.6 + '@types/node': 20.4.9 cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@20.2.6)(typescript@4.7.3) + ts-node: 10.9.1(@types/node@20.4.9)(typescript@4.7.3) typescript: 4.7.3 dev: true @@ -1867,17 +1957,6 @@ packages: parse-json: 4.0.0 dev: true - /cosmiconfig@7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} - engines: {node: '>=10'} - dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: true - /cosmiconfig@8.2.0: resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==} engines: {node: '>=14'} @@ -1892,14 +1971,6 @@ packages: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: true - /cross-env@6.0.3: - resolution: {integrity: sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==} - engines: {node: '>=8.0'} - hasBin: true - dependencies: - cross-spawn: 7.0.3 - dev: true - /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: @@ -1952,6 +2023,10 @@ packages: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} dev: true + /de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + dev: true + /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -1984,10 +2059,6 @@ packages: mimic-response: 2.1.0 dev: true - /dedent@0.7.0: - resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - dev: true - /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} @@ -2065,14 +2136,22 @@ packages: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true - /electron-to-chromium@1.4.427: - resolution: {integrity: sha512-HK3r9l+Jm8dYAm1ctXEWIC+hV60zfcjS9UA5BDlYvnI5S7PU/yytjpvSrTNrSSRRkuu3tDyZhdkwIczh+0DWaw==} + /eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: true + + /electron-to-chromium@1.4.488: + resolution: {integrity: sha512-Dv4sTjiW7t/UWGL+H8ZkgIjtUAVZDgb/PwGWvMsCT7jipzUV/u5skbLXPFKb6iV0tiddVi/bcS2/kUrczeWgIQ==} dev: true /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true + /emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + dev: true + /end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: @@ -2156,34 +2235,34 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild@0.17.19: - resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} + /esbuild@0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.17.19 - '@esbuild/android-arm64': 0.17.19 - '@esbuild/android-x64': 0.17.19 - '@esbuild/darwin-arm64': 0.17.19 - '@esbuild/darwin-x64': 0.17.19 - '@esbuild/freebsd-arm64': 0.17.19 - '@esbuild/freebsd-x64': 0.17.19 - '@esbuild/linux-arm': 0.17.19 - '@esbuild/linux-arm64': 0.17.19 - '@esbuild/linux-ia32': 0.17.19 - '@esbuild/linux-loong64': 0.17.19 - '@esbuild/linux-mips64el': 0.17.19 - '@esbuild/linux-ppc64': 0.17.19 - '@esbuild/linux-riscv64': 0.17.19 - '@esbuild/linux-s390x': 0.17.19 - '@esbuild/linux-x64': 0.17.19 - '@esbuild/netbsd-x64': 0.17.19 - '@esbuild/openbsd-x64': 0.17.19 - '@esbuild/sunos-x64': 0.17.19 - '@esbuild/win32-arm64': 0.17.19 - '@esbuild/win32-ia32': 0.17.19 - '@esbuild/win32-x64': 0.17.19 + '@esbuild/android-arm': 0.18.20 + '@esbuild/android-arm64': 0.18.20 + '@esbuild/android-x64': 0.18.20 + '@esbuild/darwin-arm64': 0.18.20 + '@esbuild/darwin-x64': 0.18.20 + '@esbuild/freebsd-arm64': 0.18.20 + '@esbuild/freebsd-x64': 0.18.20 + '@esbuild/linux-arm': 0.18.20 + '@esbuild/linux-arm64': 0.18.20 + '@esbuild/linux-ia32': 0.18.20 + '@esbuild/linux-loong64': 0.18.20 + '@esbuild/linux-mips64el': 0.18.20 + '@esbuild/linux-ppc64': 0.18.20 + '@esbuild/linux-riscv64': 0.18.20 + '@esbuild/linux-s390x': 0.18.20 + '@esbuild/linux-x64': 0.18.20 + '@esbuild/netbsd-x64': 0.18.20 + '@esbuild/openbsd-x64': 0.18.20 + '@esbuild/sunos-x64': 0.18.20 + '@esbuild/win32-arm64': 0.18.20 + '@esbuild/win32-ia32': 0.18.20 + '@esbuild/win32-x64': 0.18.20 dev: true /escalade@3.1.1: @@ -2320,6 +2399,21 @@ packages: strip-final-newline: 2.0.0 dev: true + /execa@7.2.0: + resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} + engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 4.3.1 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.1.0 + onetime: 6.0.0 + signal-exit: 3.0.7 + strip-final-newline: 3.0.0 + dev: true + /expand-template@2.0.3: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} @@ -2450,15 +2544,6 @@ packages: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: true - /fs-extra@10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: true - /fs-extra@11.1.1: resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} engines: {node: '>=14.14'} @@ -2548,10 +2633,6 @@ packages: has-symbols: 1.0.3 dev: true - /get-own-enumerable-property-symbols@3.0.2: - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} - dev: true - /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} @@ -2743,6 +2824,11 @@ packages: function-bind: 1.1.1 dev: true + /he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + dev: true + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true @@ -2763,8 +2849,14 @@ packages: engines: {node: '>=10.17.0'} dev: true - /husky@6.0.0: - resolution: {integrity: sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==} + /human-signals@4.3.1: + resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} + engines: {node: '>=14.18.0'} + dev: true + + /husky@8.0.3: + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} + engines: {node: '>=14'} hasBin: true dev: true @@ -2924,6 +3016,11 @@ packages: engines: {node: '>=8'} dev: true + /is-fullwidth-code-point@4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + dev: true + /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -2948,11 +3045,6 @@ packages: engines: {node: '>=0.12.0'} dev: true - /is-obj@1.0.1: - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} - engines: {node: '>=0.10.0'} - dev: true - /is-obj@2.0.0: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} @@ -2976,11 +3068,6 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-regexp@1.0.0: - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} - engines: {node: '>=0.10.0'} - dev: true - /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: @@ -2992,6 +3079,11 @@ packages: engines: {node: '>=8'} dev: true + /is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} @@ -3031,11 +3123,6 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - dev: true - /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: @@ -3151,36 +3238,41 @@ packages: type-check: 0.4.0 dev: true + /lilconfig@2.1.0: + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} + engines: {node: '>=10'} + dev: true + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lint-staged@11.0.0: - resolution: {integrity: sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==} + /lint-staged@13.2.3: + resolution: {integrity: sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==} + engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: - chalk: 4.1.2 - cli-truncate: 2.1.0 - commander: 7.2.0 - cosmiconfig: 7.1.0 + chalk: 5.2.0 + cli-truncate: 3.1.0 + commander: 10.0.1 debug: 4.3.4 - dedent: 0.7.0 - enquirer: 2.3.6 - execa: 5.1.1 - listr2: 3.14.0(enquirer@2.3.6) - log-symbols: 4.1.0 + execa: 7.2.0 + lilconfig: 2.1.0 + listr2: 5.0.8 micromatch: 4.0.5 normalize-path: 3.0.0 - please-upgrade-node: 3.2.0 + object-inspect: 1.12.3 + pidtree: 0.6.0 string-argv: 0.3.1 - stringify-object: 3.3.0 + yaml: 2.3.1 transitivePeerDependencies: + - enquirer - supports-color dev: true - /listr2@3.14.0(enquirer@2.3.6): - resolution: {integrity: sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==} - engines: {node: '>=10.0.0'} + /listr2@5.0.8: + resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: @@ -3189,7 +3281,6 @@ packages: dependencies: cli-truncate: 2.1.0 colorette: 2.0.20 - enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 @@ -3292,14 +3383,6 @@ packages: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: true - /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - dev: true - /log-update@4.0.0: resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} engines: {node: '>=10'} @@ -3349,13 +3432,6 @@ packages: yallist: 4.0.0 dev: true - /magic-string@0.29.0: - resolution: {integrity: sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==} - engines: {node: '>=12'} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} dev: true @@ -3426,6 +3502,11 @@ packages: engines: {node: '>=6'} dev: true + /mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + dev: true + /mimic-response@2.1.0: resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} engines: {node: '>=8'} @@ -3442,9 +3523,9 @@ packages: brace-expansion: 1.1.11 dev: true - /minimatch@7.4.6: - resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} - engines: {node: '>=10'} + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: true @@ -3471,16 +3552,14 @@ packages: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} dev: true - /mkdirp@2.1.6: - resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==} - engines: {node: '>=10'} - hasBin: true - dev: true - /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true + /muggle-string@0.3.1: + resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} + dev: true + /nan@2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} dev: true @@ -3517,8 +3596,8 @@ packages: whatwg-url: 5.0.0 dev: true - /node-releases@2.0.12: - resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==} + /node-releases@2.0.13: + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} dev: true /noop-logger@0.1.1: @@ -3556,6 +3635,13 @@ packages: path-key: 3.1.1 dev: true + /npm-run-path@5.1.0: + resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + path-key: 4.0.0 + dev: true + /npmlog@4.1.2: resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} dependencies: @@ -3607,6 +3693,13 @@ packages: mimic-fn: 2.1.0 dev: true + /onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + dependencies: + mimic-fn: 4.0.0 + dev: true + /optionator@0.9.1: resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} engines: {node: '>= 0.8.0'} @@ -3724,10 +3817,6 @@ packages: lines-and-columns: 1.2.4 dev: true - /path-browserify@1.0.1: - resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} - dev: true - /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} @@ -3748,6 +3837,11 @@ packages: engines: {node: '>=8'} dev: true + /path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + dev: true + /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true @@ -3766,6 +3860,12 @@ packages: engines: {node: '>=8.6'} dev: true + /pidtree@0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + engines: {node: '>=0.10'} + hasBin: true + dev: true + /pify@3.0.0: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} @@ -3791,14 +3891,8 @@ packages: find-up: 4.1.0 dev: true - /please-upgrade-node@3.2.0: - resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} - dependencies: - semver-compare: 1.0.0 - dev: true - - /postcss@8.4.24: - resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==} + /postcss@8.4.27: + resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -4091,8 +4185,8 @@ packages: glob: 7.2.3 dev: true - /rollup@3.24.1: - resolution: {integrity: sha512-REHe5dx30ERBRFS0iENPHy+t6wtSEYkjrhwNsLyh3qpRaZ1+aylvMUdMBUHWUD/RjjLmLzEvY8Z9XRlpcdIkHA==} + /rollup@3.27.2: + resolution: {integrity: sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -4131,38 +4225,34 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /semver-compare@1.0.0: - resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} - dev: true - /semver@5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true dev: true - /semver@6.3.0: - resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} + /semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true dev: true - /semver@7.3.8: - resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} + /semver@7.5.1: + resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: true - /semver@7.5.0: - resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} + /semver@7.5.2: + resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: true - /semver@7.5.1: - resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} hasBin: true dependencies: @@ -4230,8 +4320,8 @@ packages: simple-concat: 1.0.1 dev: true - /simple-icons@9.1.0: - resolution: {integrity: sha512-kbNcT5mduoWrNZz7i+IRadiLeKMj17tzZ1WpAaTSeIV2SxdfnUSL3ctZD83OT7RYTX03wLbqhskb8tv+sBPxxg==} + /simple-icons@9.9.0: + resolution: {integrity: sha512-1Pe4iLuEdUfFP60pgdBl9CzDiKK7gYlIMmnEPr8G9+pYXR4lZRkGta4UapbXcN1g3oGy1FM3HdRT+0tXaDhzIw==} engines: {node: '>=0.12.18'} dev: true @@ -4258,6 +4348,14 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true + /slice-ansi@5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + dev: true + /smartwrap@2.0.2: resolution: {integrity: sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==} engines: {node: '>=6'} @@ -4276,13 +4374,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -4356,6 +4447,15 @@ packages: strip-ansi: 6.0.1 dev: true + /string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + dev: true + /string.prototype.trim@1.2.7: resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} engines: {node: '>= 0.4'} @@ -4393,15 +4493,6 @@ packages: safe-buffer: 5.2.1 dev: true - /stringify-object@3.3.0: - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} - engines: {node: '>=4'} - dependencies: - get-own-enumerable-property-symbols: 3.0.2 - is-obj: 1.0.1 - is-regexp: 1.0.0 - dev: true - /strip-ansi@3.0.1: resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} engines: {node: '>=0.10.0'} @@ -4416,6 +4507,13 @@ packages: ansi-regex: 5.0.1 dev: true + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -4426,6 +4524,11 @@ packages: engines: {node: '>=6'} dev: true + /strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + dev: true + /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} @@ -4499,17 +4602,6 @@ packages: engines: {node: '>=8'} dev: true - /terser@5.17.7: - resolution: {integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.3 - acorn: 8.8.2 - commander: 2.20.3 - source-map-support: 0.5.21 - dev: true - /text-extensions@1.9.0: resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} engines: {node: '>=0.10'} @@ -4557,14 +4649,7 @@ packages: engines: {node: '>=8'} dev: true - /ts-morph@18.0.0: - resolution: {integrity: sha512-Kg5u0mk19PIIe4islUI/HWRvm9bC1lHejK4S0oh1zaZ77TMZAEmQC0sHQYiu2RgCQFZKXz1fMVi/7nOOeirznA==} - dependencies: - '@ts-morph/common': 0.19.0 - code-block-writer: 12.0.0 - dev: true - - /ts-node@10.9.1(@types/node@20.2.6)(typescript@4.7.3): + /ts-node@10.9.1(@types/node@20.4.9)(typescript@4.7.3): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -4583,7 +4668,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.2.6 + '@types/node': 20.4.9 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -4633,65 +4718,65 @@ packages: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64@1.10.3: - resolution: {integrity: sha512-IIB9IomJGyD3EdpSscm7Ip1xVWtYb7D0x7oH3vad3gjFcjHJzDz9xZ/iw/qItFEW+wGFcLSRPd+1BNnuLM8AsA==} + /turbo-darwin-64@1.10.12: + resolution: {integrity: sha512-vmDfGVPl5/aFenAbOj3eOx3ePNcWVUyZwYr7taRl0ZBbmv2TzjRiFotO4vrKCiTVnbqjQqAFQWY2ugbqCI1kOQ==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.10.3: - resolution: {integrity: sha512-SBNmOZU9YEB0eyNIxeeQ+Wi0Ufd+nprEVp41rgUSRXEIpXjsDjyBnKnF+sQQj3+FLb4yyi/yZQckB+55qXWEsw==} + /turbo-darwin-arm64@1.10.12: + resolution: {integrity: sha512-3JliEESLNX2s7g54SOBqqkqJ7UhcOGkS0ywMr5SNuvF6kWVTbuUq7uBU/sVbGq8RwvK1ONlhPvJne5MUqBCTCQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.10.3: - resolution: {integrity: sha512-kvAisGKE7xHJdyMxZLvg53zvHxjqPK1UVj4757PQqtx9dnjYHSc8epmivE6niPgDHon5YqImzArCjVZJYpIGHQ==} + /turbo-linux-64@1.10.12: + resolution: {integrity: sha512-siYhgeX0DidIfHSgCR95b8xPee9enKSOjCzx7EjTLmPqPaCiVebRYvbOIYdQWRqiaKh9yfhUtFmtMOMScUf1gg==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.10.3: - resolution: {integrity: sha512-Qgaqln0IYRgyL0SowJOi+PNxejv1I2xhzXOI+D+z4YHbgSx87ox1IsALYBlK8VRVYY8VCXl+PN12r1ioV09j7A==} + /turbo-linux-arm64@1.10.12: + resolution: {integrity: sha512-K/ZhvD9l4SslclaMkTiIrnfcACgos79YcAo4kwc8bnMQaKuUeRpM15sxLpZp3xDjDg8EY93vsKyjaOhdFG2UbA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.10.3: - resolution: {integrity: sha512-rbH9wManURNN8mBnN/ZdkpUuTvyVVEMiUwFUX4GVE5qmV15iHtZfDLUSGGCP2UFBazHcpNHG1OJzgc55GFFrUw==} + /turbo-windows-64@1.10.12: + resolution: {integrity: sha512-7FSgSwvktWDNOqV65l9AbZwcoueAILeE4L7JvjauNASAjjbuzXGCEq5uN8AQU3U5BOFj4TdXrVmO2dX+lLu8Zg==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.10.3: - resolution: {integrity: sha512-ThlkqxhcGZX39CaTjsHqJnqVe+WImjX13pmjnpChz6q5HHbeRxaJSFzgrHIOt0sUUVx90W/WrNRyoIt/aafniw==} + /turbo-windows-arm64@1.10.12: + resolution: {integrity: sha512-gCNXF52dwom1HLY9ry/cneBPOKTBHhzpqhMylcyvJP0vp9zeMQQkt6yjYv+6QdnmELC92CtKNp2FsNZo+z0pyw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.10.3: - resolution: {integrity: sha512-U4gKCWcKgLcCjQd4Pl8KJdfEKumpyWbzRu75A6FCj6Ctea1PIm58W6Ltw1QXKqHrl2pF9e1raAskf/h6dlrPCA==} + /turbo@1.10.12: + resolution: {integrity: sha512-WM3+jTfQWnB9W208pmP4oeehZcC6JQNlydb/ZHMRrhmQa+htGhWLCzd6Q9rLe0MwZLPpSPFV2/bN5egCLyoKjQ==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.10.3 - turbo-darwin-arm64: 1.10.3 - turbo-linux-64: 1.10.3 - turbo-linux-arm64: 1.10.3 - turbo-windows-64: 1.10.3 - turbo-windows-arm64: 1.10.3 + turbo-darwin-64: 1.10.12 + turbo-darwin-arm64: 1.10.12 + turbo-linux-64: 1.10.12 + turbo-linux-arm64: 1.10.12 + turbo-windows-64: 1.10.12 + turbo-windows-arm64: 1.10.12 dev: true /type-check@0.4.0: @@ -4770,13 +4855,13 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.7): + /update-browserslist-db@1.0.11(browserslist@4.21.10): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.7 + browserslist: 4.21.10 escalade: 3.1.1 picocolors: 1.0.0 dev: true @@ -4814,36 +4899,38 @@ packages: engines: {node: '>= 0.10'} dev: true - /vite-plugin-dts@2.3.0(@types/node@20.2.6)(vite@4.3.9): - resolution: {integrity: sha512-WbJgGtsStgQhdm3EosYmIdTGbag5YQpZ3HXWUAPCDyoXI5qN6EY0V7NXq0lAmnv9hVQsvh0htbYcg0Or5Db9JQ==} + /vite-plugin-dts@3.5.1(@types/node@20.4.9)(typescript@4.7.3)(vite@4.4.9): + resolution: {integrity: sha512-wrrIvRTWq9xL0HKOUvJyJ+wivEoLsZ2GU2I2000v5tAAUtu9gE+5OUmUJ9yNkmyYz3tSPedkkiXHeb5jnnSXhg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - vite: '>=2.9.0' + typescript: '*' + vite: '*' + peerDependenciesMeta: + vite: + optional: true dependencies: - '@babel/parser': 7.22.5 - '@microsoft/api-extractor': 7.35.4(@types/node@20.2.6) + '@microsoft/api-extractor': 7.36.4(@types/node@20.4.9) '@rollup/pluginutils': 5.0.2 - '@rushstack/node-core-library': 3.59.4(@types/node@20.2.6) + '@vue/language-core': 1.8.8(typescript@4.7.3) debug: 4.3.4 - fast-glob: 3.2.12 - fs-extra: 10.1.0 kolorist: 1.8.0 - magic-string: 0.29.0 - ts-morph: 18.0.0 - vite: 4.3.9(@types/node@20.2.6)(terser@5.17.7) + typescript: 4.7.3 + vite: 4.4.9(@types/node@20.4.9) + vue-tsc: 1.8.8(typescript@4.7.3) transitivePeerDependencies: - '@types/node' - rollup - supports-color dev: true - /vite@4.3.9(@types/node@20.2.6)(terser@5.17.7): - resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} + /vite@4.4.9(@types/node@20.4.9): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' + lightningcss: ^1.21.0 sass: '*' stylus: '*' sugarss: '*' @@ -4853,6 +4940,8 @@ packages: optional: true less: optional: true + lightningcss: + optional: true sass: optional: true stylus: @@ -4862,11 +4951,10 @@ packages: terser: optional: true dependencies: - '@types/node': 20.2.6 - esbuild: 0.17.19 - postcss: 8.4.24 - rollup: 3.24.1 - terser: 5.17.7 + '@types/node': 20.4.9 + esbuild: 0.18.20 + postcss: 8.4.27 + rollup: 3.27.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -4889,6 +4977,25 @@ packages: - supports-color dev: true + /vue-template-compiler@2.7.14: + resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==} + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + dev: true + + /vue-tsc@1.8.8(typescript@4.7.3): + resolution: {integrity: sha512-bSydNFQsF7AMvwWsRXD7cBIXaNs/KSjvzWLymq/UtKE36697sboX4EccSHFVxvgdBlI1frYPc/VMKJNB7DFeDQ==} + hasBin: true + peerDependencies: + typescript: '*' + dependencies: + '@vue/language-core': 1.8.8(typescript@4.7.3) + '@vue/typescript': 1.8.8(typescript@4.7.3) + semver: 7.5.1 + typescript: 4.7.3 + dev: true + /wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: @@ -4963,7 +5070,7 @@ packages: /wide-align@1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: - string-width: 1.0.2 + string-width: 4.2.3 dev: true /word-wrap@1.2.3: @@ -5014,9 +5121,9 @@ packages: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true - /yaml@1.10.2: - resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} - engines: {node: '>= 6'} + /yaml@2.3.1: + resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} + engines: {node: '>= 14'} dev: true /yargs-parser@18.1.3: diff --git a/scripts/generate-icons.js b/scripts/generate-icons.js index 5678377d3..755c9ee0a 100644 --- a/scripts/generate-icons.js +++ b/scripts/generate-icons.js @@ -3,7 +3,7 @@ const fs = require('fs'); const fsPromise = require('fs/promises'); const upperCamelCase = require('uppercamelcase'); const simpleIcons = require('simple-icons'); -const { iconFileTemplate, iconExportTemplate } = require('./templates'); +const { iconExportTemplate, iconComponenteTemplate } = require('./templates'); const { titleToFilename, signale } = require('./utils'); const formatFile = 'utf-8'; @@ -31,19 +31,16 @@ fs.writeFileSync( signale.success('Write `src/index.ts`'); -// Write `src/components/[componentName].ts` Promise.all( iconTitles.map((baseName) => { - //console.log('baseName', { baseName }); - const componentName = upperCamelCase(titleToFilename(baseName)); - const componentFilePath = path.join(rootDir, `${outputFolderIconsTs}/`, `${componentName}.ts`); + const componentFilePath = path.join(rootDir, `${outputFolderIconsTs}/`, `${componentName}.tsx`); return fsPromise.writeFile( componentFilePath, - iconFileTemplate( + iconComponenteTemplate( componentName, - simpleIcons[baseName].title, + titleToFilename(simpleIcons[baseName].title), `#${simpleIcons[baseName].hex}`, simpleIcons[baseName].path, ), @@ -51,5 +48,5 @@ Promise.all( ); }), ).then(() => { - signale.success('Write src/components'); + signale.success('Write src/icons'); }); diff --git a/scripts/templates.js b/scripts/templates.js index b9839320a..7ab024b96 100644 --- a/scripts/templates.js +++ b/scripts/templates.js @@ -5,30 +5,62 @@ const iconFileTemplate = (componentName, baseName, hex, path) => `import baseIco const ${componentName} = baseIcon("${baseName}", '${hex}', '${path}'); export default ${componentName};\n`; + +const iconComponenteTemplate = (componentName, title, colorHex, path) => { + return ` + import * as React from 'react'; + + import { IconType } from '../types'; + + type ${componentName}Props = React.ComponentPropsWithoutRef<'svg'> & { + /** + * The title provides an accessible short text description to the SVG + */ + title?: string; + /** + * Hex color or color name or "default" to use the default hex for each icon + */ + color?: string; + /** + * The size of the Icon. + */ + size?: string | number; + } + + const ${componentName}: IconType = React.forwardRef(function ${componentName}({title = '${title}', color = 'currentColor', size = 24, ...others }, ref) { + if (color === 'default') { + color = '${colorHex}'; + } + + return ( + + {title} + + + ); + }); + + export default ${componentName}; + + `; +}; + /** The single line for exporting component in `src/index.ts`. */ const iconExportTemplate = (componentName) => `export { default as ${componentName} } from './icons/${componentName}';`; -/** -The header of declaration file `dist/index.d.ts`. -*/ -const declarationFileHeaderTemplate = () => `import * as React from 'react'; -export type IconType = React.ForwardRefExoticComponent, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & { - title?: string; - color?: string; - size?: string | number; -} & React.RefAttributes>; -type I = IconType;\n`; - -/** -The single line for exporting component declaration in `dist/index.d.ts` -*/ -const iconDeclarationExportTemplate = (componentName) => `export const ${componentName}: I;`; module.exports = { iconFileTemplate, iconExportTemplate, - declarationFileHeaderTemplate, - iconDeclarationExportTemplate, + iconComponenteTemplate }; diff --git a/scripts/utils.js b/scripts/utils.js index b3a75a4fb..c08959087 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -21,8 +21,8 @@ module.exports = { * @param {String} title The title to convert */ titleToFilename: (title) => { - const titleClear = title.replace(/si/, 'si_'); - titleClear.replace(/'/g, '_'); + const titleBase = title.replace(/'/g, ''); + const titleClear = titleBase.replace(/\bsi\b/gi, ''); return titleClear; }, diff --git a/src/base.tsx b/src/base.tsx deleted file mode 100644 index 33c4a869d..000000000 --- a/src/base.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import * as React from 'react'; -import { IconProps, IconType } from '@/types'; - -const baseIcon = (iconTitle: string, hex: string, iconPath: string): IconType => - React.forwardRef(function ( - { title = iconTitle, color = 'currentColor', size = 24, ...others }, - ref, - ) { - if (color === 'default') { - color = hex; - } - return ( - - {title} - - - ); - }); - -export default baseIcon; diff --git a/src/index.ts b/src/index.ts index 53efca594..f5a00cd3f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,7 @@ export { default as SiAcer } from './icons/SiAcer'; export { default as SiAcm } from './icons/SiAcm'; export { default as SiActigraph } from './icons/SiActigraph'; export { default as SiActivision } from './icons/SiActivision'; +export { default as SiAcura } from './icons/SiAcura'; export { default as SiAdafruit } from './icons/SiAdafruit'; export { default as SiAdblock } from './icons/SiAdblock'; export { default as SiAdblockplus } from './icons/SiAdblockplus'; @@ -46,6 +47,7 @@ export { default as SiAdobepremierepro } from './icons/SiAdobepremierepro'; export { default as SiAdobexd } from './icons/SiAdobexd'; export { default as SiAdonisjs } from './icons/SiAdonisjs'; export { default as SiAdp } from './icons/SiAdp'; +export { default as SiAdroll } from './icons/SiAdroll'; export { default as SiAdyen } from './icons/SiAdyen'; export { default as SiAerlingus } from './icons/SiAerlingus'; export { default as SiAeroflot } from './icons/SiAeroflot'; @@ -65,8 +67,10 @@ export { default as SiAiqfome } from './icons/SiAiqfome'; export { default as SiAircanada } from './icons/SiAircanada'; export { default as SiAirchina } from './icons/SiAirchina'; export { default as SiAirfrance } from './icons/SiAirfrance'; +export { default as SiAirindia } from './icons/SiAirindia'; export { default as SiAirasia } from './icons/SiAirasia'; export { default as SiAirbnb } from './icons/SiAirbnb'; +export { default as SiAirbrakedotio } from './icons/SiAirbrakedotio'; export { default as SiAirbus } from './icons/SiAirbus'; export { default as SiAirbyte } from './icons/SiAirbyte'; export { default as SiAircall } from './icons/SiAircall'; @@ -94,6 +98,7 @@ export { default as SiAllocine } from './icons/SiAllocine'; export { default as SiAlltrails } from './icons/SiAlltrails'; export { default as SiAlpinelinux } from './icons/SiAlpinelinux'; export { default as SiAlpinedotjs } from './icons/SiAlpinedotjs'; +export { default as SiAlteryx } from './icons/SiAlteryx'; export { default as SiAltiumdesigner } from './icons/SiAltiumdesigner'; export { default as SiAlwaysdata } from './icons/SiAlwaysdata'; export { default as SiAmazon } from './icons/SiAmazon'; @@ -107,10 +112,13 @@ export { default as SiAmazonecs } from './icons/SiAmazonecs'; export { default as SiAmazoneks } from './icons/SiAmazoneks'; export { default as SiAmazonfiretv } from './icons/SiAmazonfiretv'; export { default as SiAmazongames } from './icons/SiAmazongames'; +export { default as SiAmazoniam } from './icons/SiAmazoniam'; export { default as SiAmazonlumberyard } from './icons/SiAmazonlumberyard'; +export { default as SiAmazonluna } from './icons/SiAmazonluna'; export { default as SiAmazonpay } from './icons/SiAmazonpay'; export { default as SiAmazonprime } from './icons/SiAmazonprime'; export { default as SiAmazonrds } from './icons/SiAmazonrds'; +export { default as SiAmazonredshift } from './icons/SiAmazonredshift'; export { default as SiAmazons3 } from './icons/SiAmazons3'; export { default as SiAmazonsqs } from './icons/SiAmazonsqs'; export { default as SiAmd } from './icons/SiAmd'; @@ -160,12 +168,15 @@ export { default as SiApachekylin } from './icons/SiApachekylin'; export { default as SiApachemaven } from './icons/SiApachemaven'; export { default as SiApachenetbeanside } from './icons/SiApachenetbeanside'; export { default as SiApacheopenoffice } from './icons/SiApacheopenoffice'; +export { default as SiApacheparquet } from './icons/SiApacheparquet'; export { default as SiApachepulsar } from './icons/SiApachepulsar'; export { default as SiApacherocketmq } from './icons/SiApacherocketmq'; export { default as SiApachesolr } from './icons/SiApachesolr'; export { default as SiApachespark } from './icons/SiApachespark'; +export { default as SiApachestorm } from './icons/SiApachestorm'; export { default as SiApachetomcat } from './icons/SiApachetomcat'; export { default as SiAparat } from './icons/SiAparat'; +export { default as SiApifox } from './icons/SiApifox'; export { default as SiApollographql } from './icons/SiApollographql'; export { default as SiApostrophe } from './icons/SiApostrophe'; export { default as SiAppstore } from './icons/SiAppstore'; @@ -178,6 +189,7 @@ export { default as SiApplepay } from './icons/SiApplepay'; export { default as SiApplepodcasts } from './icons/SiApplepodcasts'; export { default as SiAppletv } from './icons/SiAppletv'; export { default as SiAppsignal } from './icons/SiAppsignal'; +export { default as SiAppsmith } from './icons/SiAppsmith'; export { default as SiAppveyor } from './icons/SiAppveyor'; export { default as SiAppwrite } from './icons/SiAppwrite'; export { default as SiAqua } from './icons/SiAqua'; @@ -191,9 +203,11 @@ export { default as SiArdour } from './icons/SiArdour'; export { default as SiArduino } from './icons/SiArduino'; export { default as SiArgo } from './icons/SiArgo'; export { default as SiArgos } from './icons/SiArgos'; +export { default as SiAriakit } from './icons/SiAriakit'; export { default as SiArkecosystem } from './icons/SiArkecosystem'; export { default as SiArlo } from './icons/SiArlo'; export { default as SiArm } from './icons/SiArm'; +export { default as SiArstechnica } from './icons/SiArstechnica'; export { default as SiArtifacthub } from './icons/SiArtifacthub'; export { default as SiArtixlinux } from './icons/SiArtixlinux'; export { default as SiArtstation } from './icons/SiArtstation'; @@ -222,6 +236,7 @@ export { default as SiAudioboom } from './icons/SiAudioboom'; export { default as SiAudiomack } from './icons/SiAudiomack'; export { default as SiAurelia } from './icons/SiAurelia'; export { default as SiAuth0 } from './icons/SiAuth0'; +export { default as SiAuthelia } from './icons/SiAuthelia'; export { default as SiAuthy } from './icons/SiAuthy'; export { default as SiAutodesk } from './icons/SiAutodesk'; export { default as SiAutohotkey } from './icons/SiAutohotkey'; @@ -242,6 +257,7 @@ export { default as SiAzurefunctions } from './icons/SiAzurefunctions'; export { default as SiAzurepipelines } from './icons/SiAzurepipelines'; export { default as SiBandrautomation } from './icons/SiBandrautomation'; export { default as SiBabel } from './icons/SiBabel'; +export { default as SiBabylondotjs } from './icons/SiBabylondotjs'; export { default as SiBackblaze } from './icons/SiBackblaze'; export { default as SiBackbonedotjs } from './icons/SiBackbonedotjs'; export { default as SiBackendless } from './icons/SiBackendless'; @@ -271,6 +287,7 @@ export { default as SiBeijingsubway } from './icons/SiBeijingsubway'; export { default as SiBem } from './icons/SiBem'; export { default as SiBentley } from './icons/SiBentley'; export { default as SiBento } from './icons/SiBento'; +export { default as SiBentoml } from './icons/SiBentoml'; export { default as SiBetfair } from './icons/SiBetfair'; export { default as SiBigcartel } from './icons/SiBigcartel'; export { default as SiBigbasket } from './icons/SiBigbasket'; @@ -281,6 +298,7 @@ export { default as SiBillboard } from './icons/SiBillboard'; export { default as SiBim } from './icons/SiBim'; export { default as SiBinance } from './icons/SiBinance'; export { default as SiBiolink } from './icons/SiBiolink'; +export { default as SiBisecthosting } from './icons/SiBisecthosting'; export { default as SiBit } from './icons/SiBit'; export { default as SiBitbucket } from './icons/SiBitbucket'; export { default as SiBitcoin } from './icons/SiBitcoin'; @@ -305,6 +323,7 @@ export { default as SiBmw } from './icons/SiBmw'; export { default as SiBoardgamegeek } from './icons/SiBoardgamegeek'; export { default as SiBoehringeringelheim } from './icons/SiBoehringeringelheim'; export { default as SiBoeing } from './icons/SiBoeing'; +export { default as SiBombardier } from './icons/SiBombardier'; export { default as SiBookalope } from './icons/SiBookalope'; export { default as SiBookbub } from './icons/SiBookbub'; export { default as SiBookmeter } from './icons/SiBookmeter'; @@ -324,8 +343,10 @@ export { default as SiBoxysvg } from './icons/SiBoxysvg'; export { default as SiBrandfolder } from './icons/SiBrandfolder'; export { default as SiBrave } from './icons/SiBrave'; export { default as SiBreaker } from './icons/SiBreaker'; +export { default as SiBrevo } from './icons/SiBrevo'; export { default as SiBritishairways } from './icons/SiBritishairways'; export { default as SiBroadcom } from './icons/SiBroadcom'; +export { default as SiBspwm } from './icons/SiBspwm'; export { default as SiBt } from './icons/SiBt'; export { default as SiBuddy } from './icons/SiBuddy'; export { default as SiBudibase } from './icons/SiBudibase'; @@ -351,6 +372,8 @@ export { default as SiC } from './icons/SiC'; export { default as SiCsharp } from './icons/SiCsharp'; export { default as SiCplusplus } from './icons/SiCplusplus'; export { default as SiCachet } from './icons/SiCachet'; +export { default as SiCaddy } from './icons/SiCaddy'; +export { default as SiCadillac } from './icons/SiCadillac'; export { default as SiCafepress } from './icons/SiCafepress'; export { default as SiCaffeine } from './icons/SiCaffeine'; export { default as SiCairographics } from './icons/SiCairographics'; @@ -379,15 +402,19 @@ export { default as SiChai } from './icons/SiChai'; export { default as SiChainguard } from './icons/SiChainguard'; export { default as SiChainlink } from './icons/SiChainlink'; export { default as SiChakraui } from './icons/SiChakraui'; +export { default as SiChannel4 } from './icons/SiChannel4'; export { default as SiChartdotjs } from './icons/SiChartdotjs'; export { default as SiChartmogul } from './icons/SiChartmogul'; export { default as SiChase } from './icons/SiChase'; export { default as SiChatbot } from './icons/SiChatbot'; +export { default as SiChatwoot } from './icons/SiChatwoot'; export { default as SiCheckio } from './icons/SiCheckio'; export { default as SiCheckmarx } from './icons/SiCheckmarx'; +export { default as SiCheckmk } from './icons/SiCheckmk'; export { default as SiChef } from './icons/SiChef'; export { default as SiChemex } from './icons/SiChemex'; export { default as SiChevrolet } from './icons/SiChevrolet'; +export { default as SiChianetwork } from './icons/SiChianetwork'; export { default as SiChinaeasternairlines } from './icons/SiChinaeasternairlines'; export { default as SiChinasouthernairlines } from './icons/SiChinasouthernairlines'; export { default as SiChocolatey } from './icons/SiChocolatey'; @@ -406,6 +433,7 @@ export { default as SiCitroen } from './icons/SiCitroen'; export { default as SiCivicrm } from './icons/SiCivicrm'; export { default as SiCivo } from './icons/SiCivo'; export { default as SiCkeditor4 } from './icons/SiCkeditor4'; +export { default as SiClarifai } from './icons/SiClarifai'; export { default as SiClaris } from './icons/SiClaris'; export { default as SiClickhouse } from './icons/SiClickhouse'; export { default as SiClickup } from './icons/SiClickup'; @@ -454,6 +482,8 @@ export { default as SiCodersrank } from './icons/SiCodersrank'; export { default as SiCoderwall } from './icons/SiCoderwall'; export { default as SiCodesandbox } from './icons/SiCodesandbox'; export { default as SiCodeship } from './icons/SiCodeship'; +export { default as SiCodesignal } from './icons/SiCodesignal'; +export { default as SiCodestream } from './icons/SiCodestream'; export { default as SiCodewars } from './icons/SiCodewars'; export { default as SiCodingninjas } from './icons/SiCodingninjas'; export { default as SiCodingame } from './icons/SiCodingame'; @@ -497,6 +527,7 @@ export { default as SiCpanel } from './icons/SiCpanel'; export { default as SiCraftcms } from './icons/SiCraftcms'; export { default as SiCratedb } from './icons/SiCratedb'; export { default as SiCrayon } from './icons/SiCrayon'; +export { default as SiCreality } from './icons/SiCreality'; export { default as SiCreatereactapp } from './icons/SiCreatereactapp'; export { default as SiCreativecommons } from './icons/SiCreativecommons'; export { default as SiCreativetechnology } from './icons/SiCreativetechnology'; @@ -563,6 +594,7 @@ export { default as SiDell } from './icons/SiDell'; export { default as SiDelphi } from './icons/SiDelphi'; export { default as SiDelta } from './icons/SiDelta'; export { default as SiDeno } from './icons/SiDeno'; +export { default as SiDenon } from './icons/SiDenon'; export { default as SiDependabot } from './icons/SiDependabot'; export { default as SiDerspiegel } from './icons/SiDerspiegel'; export { default as SiDesignernews } from './icons/SiDesignernews'; @@ -597,6 +629,7 @@ export { default as SiDocker } from './icons/SiDocker'; export { default as SiDocsdotrs } from './icons/SiDocsdotrs'; export { default as SiDocusign } from './icons/SiDocusign'; export { default as SiDogecoin } from './icons/SiDogecoin'; +export { default as SiDoi } from './icons/SiDoi'; export { default as SiDolby } from './icons/SiDolby'; export { default as SiDoordash } from './icons/SiDoordash'; export { default as SiDouban } from './icons/SiDouban'; @@ -611,6 +644,7 @@ export { default as SiDrooble } from './icons/SiDrooble'; export { default as SiDropbox } from './icons/SiDropbox'; export { default as SiDrupal } from './icons/SiDrupal'; export { default as SiDsautomobiles } from './icons/SiDsautomobiles'; +export { default as SiDts } from './icons/SiDts'; export { default as SiDtube } from './icons/SiDtube'; export { default as SiDucati } from './icons/SiDucati'; export { default as SiDuckdb } from './icons/SiDuckdb'; @@ -626,9 +660,11 @@ export { default as SiEdotleclerc } from './icons/SiEdotleclerc'; export { default as SiE3 } from './icons/SiE3'; export { default as SiEa } from './icons/SiEa'; export { default as SiEagle } from './icons/SiEagle'; +export { default as SiEasyeda } from './icons/SiEasyeda'; export { default as SiEasyjet } from './icons/SiEasyjet'; export { default as SiEbay } from './icons/SiEbay'; export { default as SiEbox } from './icons/SiEbox'; +export { default as SiEclipseadoptium } from './icons/SiEclipseadoptium'; export { default as SiEclipseche } from './icons/SiEclipseche'; export { default as SiEclipseide } from './icons/SiEclipseide'; export { default as SiEclipsejetty } from './icons/SiEclipsejetty'; @@ -645,6 +681,7 @@ export { default as SiElastic } from './icons/SiElastic'; export { default as SiElasticcloud } from './icons/SiElasticcloud'; export { default as SiElasticstack } from './icons/SiElasticstack'; export { default as SiElasticsearch } from './icons/SiElasticsearch'; +export { default as SiElavon } from './icons/SiElavon'; export { default as SiElectron } from './icons/SiElectron'; export { default as SiElectronfiddle } from './icons/SiElectronfiddle'; export { default as SiElectronbuilder } from './icons/SiElectronbuilder'; @@ -699,6 +736,7 @@ export { default as SiExpressvpn } from './icons/SiExpressvpn'; export { default as SiEyeem } from './icons/SiEyeem'; export { default as SiFdroid } from './icons/SiFdroid'; export { default as SiFsecure } from './icons/SiFsecure'; +export { default as SiFsharp } from './icons/SiFsharp'; export { default as SiF1 } from './icons/SiF1'; export { default as SiF5 } from './icons/SiF5'; export { default as SiFacebook } from './icons/SiFacebook'; @@ -712,6 +750,7 @@ export { default as SiFandango } from './icons/SiFandango'; export { default as SiFandom } from './icons/SiFandom'; export { default as SiFanfou } from './icons/SiFanfou'; export { default as SiFantom } from './icons/SiFantom'; +export { default as SiFareharbor } from './icons/SiFareharbor'; export { default as SiFarfetch } from './icons/SiFarfetch'; export { default as SiFastapi } from './icons/SiFastapi'; export { default as SiFastify } from './icons/SiFastify'; @@ -726,7 +765,9 @@ export { default as SiFedora } from './icons/SiFedora'; export { default as SiFeedly } from './icons/SiFeedly'; export { default as SiFerrari } from './icons/SiFerrari'; export { default as SiFerrarinv } from './icons/SiFerrarinv'; +export { default as SiFerretdb } from './icons/SiFerretdb'; export { default as SiFfmpeg } from './icons/SiFfmpeg'; +export { default as SiFi } from './icons/SiFi'; export { default as SiFiat } from './icons/SiFiat'; export { default as SiFidoalliance } from './icons/SiFidoalliance'; export { default as SiFifa } from './icons/SiFifa'; @@ -738,6 +779,7 @@ export { default as SiFiles } from './icons/SiFiles'; export { default as SiFilezilla } from './icons/SiFilezilla'; export { default as SiFing } from './icons/SiFing'; export { default as SiFirebase } from './icons/SiFirebase'; +export { default as SiFireflyiii } from './icons/SiFireflyiii'; export { default as SiFirefox } from './icons/SiFirefox'; export { default as SiFirefoxbrowser } from './icons/SiFirefoxbrowser'; export { default as SiFireship } from './icons/SiFireship'; @@ -807,6 +849,7 @@ export { default as SiG2a } from './icons/SiG2a'; export { default as SiGameandwatch } from './icons/SiGameandwatch'; export { default as SiGamedeveloper } from './icons/SiGamedeveloper'; export { default as SiGamejolt } from './icons/SiGamejolt'; +export { default as SiGamemaker } from './icons/SiGamemaker'; export { default as SiGarmin } from './icons/SiGarmin'; export { default as SiGatling } from './icons/SiGatling'; export { default as SiGatsby } from './icons/SiGatsby'; @@ -873,11 +916,14 @@ export { default as SiGooglechrome } from './icons/SiGooglechrome'; export { default as SiGoogleclassroom } from './icons/SiGoogleclassroom'; export { default as SiGooglecloud } from './icons/SiGooglecloud'; export { default as SiGooglecolab } from './icons/SiGooglecolab'; +export { default as SiGooglecontaineroptimizedos } from './icons/SiGooglecontaineroptimizedos'; +export { default as SiGoogledocs } from './icons/SiGoogledocs'; export { default as SiGoogledomains } from './icons/SiGoogledomains'; export { default as SiGoogledrive } from './icons/SiGoogledrive'; export { default as SiGoogleearth } from './icons/SiGoogleearth'; export { default as SiGooglefit } from './icons/SiGooglefit'; export { default as SiGooglefonts } from './icons/SiGooglefonts'; +export { default as SiGoogleforms } from './icons/SiGoogleforms'; export { default as SiGooglehangouts } from './icons/SiGooglehangouts'; export { default as SiGooglehome } from './icons/SiGooglehome'; export { default as SiGooglekeep } from './icons/SiGooglekeep'; @@ -919,6 +965,7 @@ export { default as SiGroupon } from './icons/SiGroupon'; export { default as SiGrubhub } from './icons/SiGrubhub'; export { default as SiGrunt } from './icons/SiGrunt'; export { default as SiGsk } from './icons/SiGsk'; +export { default as SiGstreamer } from './icons/SiGstreamer'; export { default as SiGtk } from './icons/SiGtk'; export { default as SiGuangzhoumetro } from './icons/SiGuangzhoumetro'; export { default as SiGuilded } from './icons/SiGuilded'; @@ -928,6 +975,7 @@ export { default as SiGumtree } from './icons/SiGumtree'; export { default as SiGunicorn } from './icons/SiGunicorn'; export { default as SiGurobi } from './icons/SiGurobi'; export { default as SiGutenberg } from './icons/SiGutenberg'; +export { default as SiH3 } from './icons/SiH3'; export { default as SiHabr } from './icons/SiHabr'; export { default as SiHackclub } from './icons/SiHackclub'; export { default as SiHackthebox } from './icons/SiHackthebox'; @@ -943,6 +991,7 @@ export { default as SiHandshakeProtocol } from './icons/SiHandshakeProtocol'; export { default as SiHappycow } from './icons/SiHappycow'; export { default as SiHarbor } from './icons/SiHarbor'; export { default as SiHarmonyos } from './icons/SiHarmonyos'; +export { default as SiHashicorp } from './icons/SiHashicorp'; export { default as SiHashnode } from './icons/SiHashnode'; export { default as SiHaskell } from './icons/SiHaskell'; export { default as SiHasura } from './icons/SiHasura'; @@ -953,6 +1002,7 @@ export { default as SiHbo } from './icons/SiHbo'; export { default as SiHcl } from './icons/SiHcl'; export { default as SiHeadlessui } from './icons/SiHeadlessui'; export { default as SiHeadspace } from './icons/SiHeadspace'; +export { default as SiHearthisdotat } from './icons/SiHearthisdotat'; export { default as SiHedera } from './icons/SiHedera'; export { default as SiHellofresh } from './icons/SiHellofresh'; export { default as SiHellyhansen } from './icons/SiHellyhansen'; @@ -982,9 +1032,11 @@ export { default as SiHootsuite } from './icons/SiHootsuite'; export { default as SiHoppscotch } from './icons/SiHoppscotch'; export { default as SiHotelsdotcom } from './icons/SiHotelsdotcom'; export { default as SiHotjar } from './icons/SiHotjar'; +export { default as SiHotwire } from './icons/SiHotwire'; export { default as SiHoudini } from './icons/SiHoudini'; export { default as SiHouzz } from './icons/SiHouzz'; export { default as SiHp } from './icons/SiHp'; +export { default as SiHsbc } from './icons/SiHsbc'; export { default as SiHtmlacademy } from './icons/SiHtmlacademy'; export { default as SiHtml5 } from './icons/SiHtml5'; export { default as SiHttpie } from './icons/SiHttpie'; @@ -1028,8 +1080,10 @@ export { default as SiImagej } from './icons/SiImagej'; export { default as SiImdb } from './icons/SiImdb'; export { default as SiImgur } from './icons/SiImgur'; export { default as SiImmer } from './icons/SiImmer'; +export { default as SiImmich } from './icons/SiImmich'; export { default as SiImou } from './icons/SiImou'; export { default as SiIndeed } from './icons/SiIndeed'; +export { default as SiInertia } from './icons/SiInertia'; export { default as SiInfiniti } from './icons/SiInfiniti'; export { default as SiInfluxdb } from './icons/SiInfluxdb'; export { default as SiInformatica } from './icons/SiInformatica'; @@ -1055,6 +1109,7 @@ export { default as SiIntermarche } from './icons/SiIntermarche'; export { default as SiInternetarchive } from './icons/SiInternetarchive'; export { default as SiInternetexplorer } from './icons/SiInternetexplorer'; export { default as SiIntigriti } from './icons/SiIntigriti'; +export { default as SiIntuit } from './icons/SiIntuit'; export { default as SiInvision } from './icons/SiInvision'; export { default as SiInvoiceninja } from './icons/SiInvoiceninja'; export { default as SiIobroker } from './icons/SiIobroker'; @@ -1063,6 +1118,7 @@ export { default as SiIonos } from './icons/SiIonos'; export { default as SiIos } from './icons/SiIos'; export { default as SiIota } from './icons/SiIota'; export { default as SiIpfs } from './icons/SiIpfs'; +export { default as SiIris } from './icons/SiIris'; export { default as SiIssuu } from './icons/SiIssuu'; export { default as SiIstio } from './icons/SiIstio'; export { default as SiItchdotio } from './icons/SiItchdotio'; @@ -1090,6 +1146,7 @@ export { default as SiJetbrains } from './icons/SiJetbrains'; export { default as SiJetpackcompose } from './icons/SiJetpackcompose'; export { default as SiJfrog } from './icons/SiJfrog'; export { default as SiJfrogbintray } from './icons/SiJfrogbintray'; +export { default as SiJfrogpipelines } from './icons/SiJfrogpipelines'; export { default as SiJinja } from './icons/SiJinja'; export { default as SiJira } from './icons/SiJira'; export { default as SiJirasoftware } from './icons/SiJirasoftware'; @@ -1098,6 +1155,7 @@ export { default as SiJohndeere } from './icons/SiJohndeere'; export { default as SiJoomla } from './icons/SiJoomla'; export { default as SiJoplin } from './icons/SiJoplin'; export { default as SiJordan } from './icons/SiJordan'; +export { default as SiJovian } from './icons/SiJovian'; export { default as SiJpeg } from './icons/SiJpeg'; export { default as SiJquery } from './icons/SiJquery'; export { default as SiJrgroup } from './icons/SiJrgroup'; @@ -1106,6 +1164,8 @@ export { default as SiJsfiddle } from './icons/SiJsfiddle'; export { default as SiJson } from './icons/SiJson'; export { default as SiJsonwebtokens } from './icons/SiJsonwebtokens'; export { default as SiJss } from './icons/SiJss'; +export { default as SiJuce } from './icons/SiJuce'; +export { default as SiJuejin } from './icons/SiJuejin'; export { default as SiJuke } from './icons/SiJuke'; export { default as SiJulia } from './icons/SiJulia'; export { default as SiJunipernetworks } from './icons/SiJunipernetworks'; @@ -1121,6 +1181,7 @@ export { default as SiKaios } from './icons/SiKaios'; export { default as SiKakao } from './icons/SiKakao'; export { default as SiKakaotalk } from './icons/SiKakaotalk'; export { default as SiKalilinux } from './icons/SiKalilinux'; +export { default as SiKamailio } from './icons/SiKamailio'; export { default as SiKaniko } from './icons/SiKaniko'; export { default as SiKarlsruherverkehrsverbund } from './icons/SiKarlsruherverkehrsverbund'; export { default as SiKasasmart } from './icons/SiKasasmart'; @@ -1148,7 +1209,9 @@ export { default as SiKickstarter } from './icons/SiKickstarter'; export { default as SiKik } from './icons/SiKik'; export { default as SiKingstontechnology } from './icons/SiKingstontechnology'; export { default as SiKinopoisk } from './icons/SiKinopoisk'; +export { default as SiKinsta } from './icons/SiKinsta'; export { default as SiKirby } from './icons/SiKirby'; +export { default as SiKit } from './icons/SiKit'; export { default as SiKitsu } from './icons/SiKitsu'; export { default as SiKlarna } from './icons/SiKlarna'; export { default as SiKlm } from './icons/SiKlm'; @@ -1159,6 +1222,7 @@ export { default as SiKnown } from './icons/SiKnown'; export { default as SiKofi } from './icons/SiKofi'; export { default as SiKoa } from './icons/SiKoa'; export { default as SiKoc } from './icons/SiKoc'; +export { default as SiKodak } from './icons/SiKodak'; export { default as SiKodi } from './icons/SiKodi'; export { default as SiKofax } from './icons/SiKofax'; export { default as SiKomoot } from './icons/SiKomoot'; @@ -1196,9 +1260,11 @@ export { default as SiLeaflet } from './icons/SiLeaflet'; export { default as SiLeanpub } from './icons/SiLeanpub'; export { default as SiLeetcode } from './icons/SiLeetcode'; export { default as SiLegacygames } from './icons/SiLegacygames'; +export { default as SiLeica } from './icons/SiLeica'; export { default as SiLemmy } from './icons/SiLemmy'; export { default as SiLenovo } from './icons/SiLenovo'; export { default as SiLens } from './icons/SiLens'; +export { default as SiLeptos } from './icons/SiLeptos'; export { default as SiLerna } from './icons/SiLerna'; export { default as SiLeroymerlin } from './icons/SiLeroymerlin'; export { default as SiLess } from './icons/SiLess'; @@ -1207,6 +1273,7 @@ export { default as SiLetterboxd } from './icons/SiLetterboxd'; export { default as SiLevelsdotfyi } from './icons/SiLevelsdotfyi'; export { default as SiLg } from './icons/SiLg'; export { default as SiLgtm } from './icons/SiLgtm'; +export { default as SiLiberadotchat } from './icons/SiLiberadotchat'; export { default as SiLiberapay } from './icons/SiLiberapay'; export { default as SiLibrariesdotio } from './icons/SiLibrariesdotio'; export { default as SiLibrarything } from './icons/SiLibrarything'; @@ -1241,6 +1308,7 @@ export { default as SiLmms } from './icons/SiLmms'; export { default as SiLodash } from './icons/SiLodash'; export { default as SiLogitech } from './icons/SiLogitech'; export { default as SiLogmein } from './icons/SiLogmein'; +export { default as SiLogseq } from './icons/SiLogseq'; export { default as SiLogstash } from './icons/SiLogstash'; export { default as SiLooker } from './icons/SiLooker'; export { default as SiLoom } from './icons/SiLoom'; @@ -1248,6 +1316,7 @@ export { default as SiLoop } from './icons/SiLoop'; export { default as SiLoopback } from './icons/SiLoopback'; export { default as SiLospec } from './icons/SiLospec'; export { default as SiLotpolishairlines } from './icons/SiLotpolishairlines'; +export { default as SiLtspice } from './icons/SiLtspice'; export { default as SiLua } from './icons/SiLua'; export { default as SiLubuntu } from './icons/SiLubuntu'; export { default as SiLudwig } from './icons/SiLudwig'; @@ -1263,16 +1332,19 @@ export { default as SiMacys } from './icons/SiMacys'; export { default as SiMagasinsu } from './icons/SiMagasinsu'; export { default as SiMagento } from './icons/SiMagento'; export { default as SiMagisk } from './icons/SiMagisk'; +export { default as SiMaildotcom } from './icons/SiMaildotcom'; export { default as SiMaildotru } from './icons/SiMaildotru'; export { default as SiMailchimp } from './icons/SiMailchimp'; export { default as SiMailgun } from './icons/SiMailgun'; export { default as SiMajorleaguehacking } from './icons/SiMajorleaguehacking'; export { default as SiMakerbot } from './icons/SiMakerbot'; +export { default as SiMambaui } from './icons/SiMambaui'; export { default as SiMamp } from './icons/SiMamp'; export { default as SiMan } from './icons/SiMan'; export { default as SiManageiq } from './icons/SiManageiq'; export { default as SiManjaro } from './icons/SiManjaro'; export { default as SiMapbox } from './icons/SiMapbox'; +export { default as SiMaplibre } from './icons/SiMaplibre'; export { default as SiMariadb } from './icons/SiMariadb'; export { default as SiMariadbfoundation } from './icons/SiMariadbfoundation'; export { default as SiMarkdown } from './icons/SiMarkdown'; @@ -1290,6 +1362,7 @@ export { default as SiMatrix } from './icons/SiMatrix'; export { default as SiMatterdotjs } from './icons/SiMatterdotjs'; export { default as SiMattermost } from './icons/SiMattermost'; export { default as SiMatternet } from './icons/SiMatternet'; +export { default as SiMautic } from './icons/SiMautic'; export { default as SiMax } from './icons/SiMax'; export { default as SiMaxplanckgesellschaft } from './icons/SiMaxplanckgesellschaft'; export { default as SiMaytag } from './icons/SiMaytag'; @@ -1304,6 +1377,7 @@ export { default as SiMediafire } from './icons/SiMediafire'; export { default as SiMediamarkt } from './icons/SiMediamarkt'; export { default as SiMediatek } from './icons/SiMediatek'; export { default as SiMediatemple } from './icons/SiMediatemple'; +export { default as SiMedibangpaint } from './icons/SiMedibangpaint'; export { default as SiMedium } from './icons/SiMedium'; export { default as SiMeetup } from './icons/SiMeetup'; export { default as SiMega } from './icons/SiMega'; @@ -1322,6 +1396,8 @@ export { default as SiMetrodelaciudaddemexico } from './icons/SiMetrodelaciudadd export { default as SiMetrodemadrid } from './icons/SiMetrodemadrid'; export { default as SiMetrodeparis } from './icons/SiMetrodeparis'; export { default as SiMewe } from './icons/SiMewe'; +export { default as SiMg } from './icons/SiMg'; +export { default as SiMicroeditor } from './icons/SiMicroeditor'; export { default as SiMicrobit } from './icons/SiMicrobit'; export { default as SiMicrodotblog } from './icons/SiMicrodotblog'; export { default as SiMicrogenetics } from './icons/SiMicrogenetics'; @@ -1345,13 +1421,16 @@ export { default as SiMicrosoftteams } from './icons/SiMicrosoftteams'; export { default as SiMicrosofttranslator } from './icons/SiMicrosofttranslator'; export { default as SiMicrosoftvisio } from './icons/SiMicrosoftvisio'; export { default as SiMicrosoftword } from './icons/SiMicrosoftword'; +export { default as SiMicrostation } from './icons/SiMicrostation'; export { default as SiMicrostrategy } from './icons/SiMicrostrategy'; export { default as SiMidi } from './icons/SiMidi'; +export { default as SiMikrotik } from './icons/SiMikrotik'; export { default as SiMinds } from './icons/SiMinds'; export { default as SiMinecraft } from './icons/SiMinecraft'; export { default as SiMinetest } from './icons/SiMinetest'; export { default as SiMini } from './icons/SiMini'; export { default as SiMinutemailer } from './icons/SiMinutemailer'; +export { default as SiMiraheze } from './icons/SiMiraheze'; export { default as SiMiro } from './icons/SiMiro'; export { default as SiMisskey } from './icons/SiMisskey'; export { default as SiMitsubishi } from './icons/SiMitsubishi'; @@ -1372,8 +1451,10 @@ export { default as SiMonero } from './icons/SiMonero'; export { default as SiMoneygram } from './icons/SiMoneygram'; export { default as SiMongodb } from './icons/SiMongodb'; export { default as SiMongoose } from './icons/SiMongoose'; +export { default as SiMongoosedotws } from './icons/SiMongoosedotws'; export { default as SiMonica } from './icons/SiMonica'; export { default as SiMonkeytie } from './icons/SiMonkeytie'; +export { default as SiMonkeytype } from './icons/SiMonkeytype'; export { default as SiMonogame } from './icons/SiMonogame'; export { default as SiMonoprix } from './icons/SiMonoprix'; export { default as SiMonster } from './icons/SiMonster'; @@ -1393,6 +1474,7 @@ export { default as SiMubi } from './icons/SiMubi'; export { default as SiMui } from './icons/SiMui'; export { default as SiMulesoft } from './icons/SiMulesoft'; export { default as SiMuller } from './icons/SiMuller'; +export { default as SiMultisim } from './icons/SiMultisim'; export { default as SiMumble } from './icons/SiMumble'; export { default as SiMusescore } from './icons/SiMusescore'; export { default as SiMusicbrainz } from './icons/SiMusicbrainz'; @@ -1411,6 +1493,7 @@ export { default as SiNativescript } from './icons/SiNativescript'; export { default as SiNaver } from './icons/SiNaver'; export { default as SiNba } from './icons/SiNba'; export { default as SiNbb } from './icons/SiNbb'; +export { default as SiNbc } from './icons/SiNbc'; export { default as SiNdr } from './icons/SiNdr'; export { default as SiNec } from './icons/SiNec'; export { default as SiNeo4j } from './icons/SiNeo4j'; @@ -1427,15 +1510,20 @@ export { default as SiNewbalance } from './icons/SiNewbalance'; export { default as SiNewjapanprowrestling } from './icons/SiNewjapanprowrestling'; export { default as SiNewrelic } from './icons/SiNewrelic'; export { default as SiNewyorktimes } from './icons/SiNewyorktimes'; +export { default as SiNewegg } from './icons/SiNewegg'; export { default as SiNextdotjs } from './icons/SiNextdotjs'; export { default as SiNextbilliondotai } from './icons/SiNextbilliondotai'; export { default as SiNextcloud } from './icons/SiNextcloud'; export { default as SiNextdoor } from './icons/SiNextdoor'; +export { default as SiNextra } from './icons/SiNextra'; export { default as SiNfc } from './icons/SiNfc'; export { default as SiNginx } from './icons/SiNginx'; +export { default as SiNginxproxymanager } from './icons/SiNginxproxymanager'; export { default as SiNgrok } from './icons/SiNgrok'; +export { default as SiNgrx } from './icons/SiNgrx'; export { default as SiNiconico } from './icons/SiNiconico'; export { default as SiNike } from './icons/SiNike'; +export { default as SiNikon } from './icons/SiNikon'; export { default as SiNim } from './icons/SiNim'; export { default as SiNintendo } from './icons/SiNintendo'; export { default as SiNintendo3ds } from './icons/SiNintendo3ds'; @@ -1471,6 +1559,7 @@ export { default as SiNutanix } from './icons/SiNutanix'; export { default as SiNuxtdotjs } from './icons/SiNuxtdotjs'; export { default as SiNvidia } from './icons/SiNvidia'; export { default as SiNx } from './icons/SiNx'; +export { default as SiNxp } from './icons/SiNxp'; export { default as SiNzxt } from './icons/SiNzxt'; export { default as SiOreilly } from './icons/SiOreilly'; export { default as SiObsstudio } from './icons/SiObsstudio'; @@ -1498,6 +1587,7 @@ export { default as SiOpenbadges } from './icons/SiOpenbadges'; export { default as SiOpenbugbounty } from './icons/SiOpenbugbounty'; export { default as SiOpencollective } from './icons/SiOpencollective'; export { default as SiOpencontainersinitiative } from './icons/SiOpencontainersinitiative'; +export { default as SiOpensourcehardware } from './icons/SiOpensourcehardware'; export { default as SiOpensourceinitiative } from './icons/SiOpensourceinitiative'; export { default as SiOpenai } from './icons/SiOpenai'; export { default as SiOpenaigym } from './icons/SiOpenaigym'; @@ -1512,6 +1602,7 @@ export { default as SiOpenlayers } from './icons/SiOpenlayers'; export { default as SiOpenmined } from './icons/SiOpenmined'; export { default as SiOpennebula } from './icons/SiOpennebula'; export { default as SiOpenproject } from './icons/SiOpenproject'; +export { default as SiOpenscad } from './icons/SiOpenscad'; export { default as SiOpensea } from './icons/SiOpensea'; export { default as SiOpensearch } from './icons/SiOpensearch'; export { default as SiOpenssl } from './icons/SiOpenssl'; @@ -1525,6 +1616,7 @@ export { default as SiOpenwrt } from './icons/SiOpenwrt'; export { default as SiOpenzeppelin } from './icons/SiOpenzeppelin'; export { default as SiOpenzfs } from './icons/SiOpenzfs'; export { default as SiOpera } from './icons/SiOpera'; +export { default as SiOperagx } from './icons/SiOperagx'; export { default as SiOpnsense } from './icons/SiOpnsense'; export { default as SiOpsgenie } from './icons/SiOpsgenie'; export { default as SiOpslevel } from './icons/SiOpslevel'; @@ -1542,6 +1634,7 @@ export { default as SiOvercast } from './icons/SiOvercast'; export { default as SiOverleaf } from './icons/SiOverleaf'; export { default as SiOvh } from './icons/SiOvh'; export { default as SiOwasp } from './icons/SiOwasp'; +export { default as SiOwncloud } from './icons/SiOwncloud'; export { default as SiOxygen } from './icons/SiOxygen'; export { default as SiOyo } from './icons/SiOyo'; export { default as SiP5dotjs } from './icons/SiP5dotjs'; @@ -1554,6 +1647,7 @@ export { default as SiPagerduty } from './icons/SiPagerduty'; export { default as SiPagespeedinsights } from './icons/SiPagespeedinsights'; export { default as SiPagseguro } from './icons/SiPagseguro'; export { default as SiPalantir } from './icons/SiPalantir'; +export { default as SiPaloaltonetworks } from './icons/SiPaloaltonetworks'; export { default as SiPaloaltosoftware } from './icons/SiPaloaltosoftware'; export { default as SiPandas } from './icons/SiPandas'; export { default as SiPandora } from './icons/SiPandora'; @@ -1564,12 +1658,14 @@ export { default as SiParsedotly } from './icons/SiParsedotly'; export { default as SiPassport } from './icons/SiPassport'; export { default as SiPastebin } from './icons/SiPastebin'; export { default as SiPatreon } from './icons/SiPatreon'; +export { default as SiPaychex } from './icons/SiPaychex'; export { default as SiPayloadcms } from './icons/SiPayloadcms'; export { default as SiPayoneer } from './icons/SiPayoneer'; export { default as SiPaypal } from './icons/SiPaypal'; export { default as SiPaytm } from './icons/SiPaytm'; export { default as SiPcgamingwiki } from './icons/SiPcgamingwiki'; export { default as SiPeakdesign } from './icons/SiPeakdesign'; +export { default as SiPearson } from './icons/SiPearson'; export { default as SiPeertube } from './icons/SiPeertube'; export { default as SiPegasusairlines } from './icons/SiPegasusairlines'; export { default as SiPelican } from './icons/SiPelican'; @@ -1588,6 +1684,7 @@ export { default as SiPexels } from './icons/SiPexels'; export { default as SiPfsense } from './icons/SiPfsense'; export { default as SiPhabricator } from './icons/SiPhabricator'; export { default as SiPhilipshue } from './icons/SiPhilipshue'; +export { default as SiPhoenixframework } from './icons/SiPhoenixframework'; export { default as SiPhonepe } from './icons/SiPhonepe'; export { default as SiPhotobucket } from './icons/SiPhotobucket'; export { default as SiPhotocrowd } from './icons/SiPhotocrowd'; @@ -1640,6 +1737,7 @@ export { default as SiPocket } from './icons/SiPocket'; export { default as SiPocketcasts } from './icons/SiPocketcasts'; export { default as SiPocketbase } from './icons/SiPocketbase'; export { default as SiPodcastaddict } from './icons/SiPodcastaddict'; +export { default as SiPodcastindex } from './icons/SiPodcastindex'; export { default as SiPodman } from './icons/SiPodman'; export { default as SiPoe } from './icons/SiPoe'; export { default as SiPoetry } from './icons/SiPoetry'; @@ -1655,6 +1753,7 @@ export { default as SiPorsche } from './icons/SiPorsche'; export { default as SiPortainer } from './icons/SiPortainer'; export { default as SiPostcss } from './icons/SiPostcss'; export { default as SiPostgresql } from './icons/SiPostgresql'; +export { default as SiPosthog } from './icons/SiPosthog'; export { default as SiPostman } from './icons/SiPostman'; export { default as SiPostmates } from './icons/SiPostmates'; export { default as SiPowerapps } from './icons/SiPowerapps'; @@ -1668,10 +1767,12 @@ export { default as SiPowershell } from './icons/SiPowershell'; export { default as SiPrdotco } from './icons/SiPrdotco'; export { default as SiPrecommit } from './icons/SiPrecommit'; export { default as SiPreact } from './icons/SiPreact'; +export { default as SiPrefect } from './icons/SiPrefect'; export { default as SiPremierleague } from './icons/SiPremierleague'; export { default as SiPrestashop } from './icons/SiPrestashop'; export { default as SiPresto } from './icons/SiPresto'; export { default as SiPrettier } from './icons/SiPrettier'; +export { default as SiPretzel } from './icons/SiPretzel'; export { default as SiPrevention } from './icons/SiPrevention'; export { default as SiPrezi } from './icons/SiPrezi'; export { default as SiPrime } from './icons/SiPrime'; @@ -1691,11 +1792,15 @@ export { default as SiPrometheus } from './icons/SiPrometheus'; export { default as SiProsieben } from './icons/SiProsieben'; export { default as SiProtodotio } from './icons/SiProtodotio'; export { default as SiProtocolsdotio } from './icons/SiProtocolsdotio'; +export { default as SiProton } from './icons/SiProton'; +export { default as SiProtoncalendar } from './icons/SiProtoncalendar'; +export { default as SiProtondrive } from './icons/SiProtondrive'; export { default as SiProtondb } from './icons/SiProtondb'; export { default as SiProtonmail } from './icons/SiProtonmail'; export { default as SiProtonvpn } from './icons/SiProtonvpn'; export { default as SiProtractor } from './icons/SiProtractor'; export { default as SiProxmox } from './icons/SiProxmox'; +export { default as SiPterodactyl } from './icons/SiPterodactyl'; export { default as SiPubg } from './icons/SiPubg'; export { default as SiPublons } from './icons/SiPublons'; export { default as SiPubmed } from './icons/SiPubmed'; @@ -1710,6 +1815,7 @@ export { default as SiPurism } from './icons/SiPurism'; export { default as SiPusher } from './icons/SiPusher'; export { default as SiPwa } from './icons/SiPwa'; export { default as SiPycharm } from './icons/SiPycharm'; +export { default as SiPydantic } from './icons/SiPydantic'; export { default as SiPyg } from './icons/SiPyg'; export { default as SiPypi } from './icons/SiPypi'; export { default as SiPypy } from './icons/SiPypy'; @@ -1717,6 +1823,7 @@ export { default as SiPyscaffold } from './icons/SiPyscaffold'; export { default as SiPysyft } from './icons/SiPysyft'; export { default as SiPytest } from './icons/SiPytest'; export { default as SiPython } from './icons/SiPython'; +export { default as SiPythonanywhere } from './icons/SiPythonanywhere'; export { default as SiPytorch } from './icons/SiPytorch'; export { default as SiPyup } from './icons/SiPyup'; export { default as SiQantas } from './icons/SiQantas'; @@ -1727,6 +1834,7 @@ export { default as SiQi } from './icons/SiQi'; export { default as SiQiita } from './icons/SiQiita'; export { default as SiQiskit } from './icons/SiQiskit'; export { default as SiQiwi } from './icons/SiQiwi'; +export { default as SiQlik } from './icons/SiQlik'; export { default as SiQmk } from './icons/SiQmk'; export { default as SiQt } from './icons/SiQt'; export { default as SiQualcomm } from './icons/SiQualcomm'; @@ -1743,6 +1851,7 @@ export { default as SiQuicklook } from './icons/SiQuicklook'; export { default as SiQuicktime } from './icons/SiQuicktime'; export { default as SiQuip } from './icons/SiQuip'; export { default as SiQuora } from './icons/SiQuora'; +export { default as SiQwant } from './icons/SiQwant'; export { default as SiQwiklabs } from './icons/SiQwiklabs'; export { default as SiQzone } from './icons/SiQzone'; export { default as SiR } from './icons/SiR'; @@ -1751,6 +1860,7 @@ export { default as SiRabbitmq } from './icons/SiRabbitmq'; export { default as SiRacket } from './icons/SiRacket'; export { default as SiRadar } from './icons/SiRadar'; export { default as SiRadiopublic } from './icons/SiRadiopublic'; +export { default as SiRadixui } from './icons/SiRadixui'; export { default as SiRailway } from './icons/SiRailway'; export { default as SiRainmeter } from './icons/SiRainmeter'; export { default as SiRakuten } from './icons/SiRakuten'; @@ -1771,10 +1881,12 @@ export { default as SiReacttable } from './icons/SiReacttable'; export { default as SiReactivex } from './icons/SiReactivex'; export { default as SiReactos } from './icons/SiReactos'; export { default as SiReadthedocs } from './icons/SiReadthedocs'; +export { default as SiReaddotcv } from './icons/SiReaddotcv'; export { default as SiReadme } from './icons/SiReadme'; export { default as SiRealm } from './icons/SiRealm'; export { default as SiReason } from './icons/SiReason'; export { default as SiReasonstudios } from './icons/SiReasonstudios'; +export { default as SiRecoil } from './icons/SiRecoil'; export { default as SiRed } from './icons/SiRed'; export { default as SiRedhat } from './icons/SiRedhat'; export { default as SiRedhatopenshift } from './icons/SiRedhatopenshift'; @@ -1789,6 +1901,7 @@ export { default as SiRedwoodjs } from './icons/SiRedwoodjs'; export { default as SiReebok } from './icons/SiReebok'; export { default as SiRelay } from './icons/SiRelay'; export { default as SiRelianceindustrieslimited } from './icons/SiRelianceindustrieslimited'; +export { default as SiRemark } from './icons/SiRemark'; export { default as SiRemix } from './icons/SiRemix'; export { default as SiRenpy } from './icons/SiRenpy'; export { default as SiRenault } from './icons/SiRenault'; @@ -1804,6 +1917,7 @@ export { default as SiResharper } from './icons/SiResharper'; export { default as SiResurrectionremixos } from './icons/SiResurrectionremixos'; export { default as SiRetroarch } from './icons/SiRetroarch'; export { default as SiRetropie } from './icons/SiRetropie'; +export { default as SiRevanced } from './icons/SiRevanced'; export { default as SiRevealdotjs } from './icons/SiRevealdotjs'; export { default as SiReverbnation } from './icons/SiReverbnation'; export { default as SiRevoltdotchat } from './icons/SiRevoltdotchat'; @@ -1817,7 +1931,9 @@ export { default as SiRimacautomobili } from './icons/SiRimacautomobili'; export { default as SiRing } from './icons/SiRing'; export { default as SiRiotgames } from './icons/SiRiotgames'; export { default as SiRipple } from './icons/SiRipple'; +export { default as SiRiscv } from './icons/SiRiscv'; export { default as SiRiseup } from './icons/SiRiseup'; +export { default as SiRoadmapdotsh } from './icons/SiRoadmapdotsh'; export { default as SiRoamresearch } from './icons/SiRoamresearch'; export { default as SiRoblox } from './icons/SiRoblox'; export { default as SiRobloxstudio } from './icons/SiRobloxstudio'; @@ -1849,6 +1965,7 @@ export { default as SiRubyonrails } from './icons/SiRubyonrails'; export { default as SiRubysinatra } from './icons/SiRubysinatra'; export { default as SiRubygems } from './icons/SiRubygems'; export { default as SiRuff } from './icons/SiRuff'; +export { default as SiRundeck } from './icons/SiRundeck'; export { default as SiRunkeeper } from './icons/SiRunkeeper'; export { default as SiRunkit } from './icons/SiRunkit'; export { default as SiRust } from './icons/SiRust'; @@ -1857,6 +1974,7 @@ export { default as SiRyanair } from './icons/SiRyanair'; export { default as SiS7airlines } from './icons/SiS7airlines'; export { default as SiSabanci } from './icons/SiSabanci'; export { default as SiSafari } from './icons/SiSafari'; +export { default as SiSage } from './icons/SiSage'; export { default as SiSahibinden } from './icons/SiSahibinden'; export { default as SiSailfishos } from './icons/SiSailfishos'; export { default as SiSalesforce } from './icons/SiSalesforce'; @@ -1865,6 +1983,7 @@ export { default as SiSamsung } from './icons/SiSamsung'; export { default as SiSamsungpay } from './icons/SiSamsungpay'; export { default as SiSanfranciscomunicipalrailway } from './icons/SiSanfranciscomunicipalrailway'; export { default as SiSandisk } from './icons/SiSandisk'; +export { default as SiSanity } from './icons/SiSanity'; export { default as SiSaopaulometro } from './icons/SiSaopaulometro'; export { default as SiSap } from './icons/SiSap'; export { default as SiSass } from './icons/SiSass'; @@ -1898,6 +2017,7 @@ export { default as SiSemanticuireact } from './icons/SiSemanticuireact'; export { default as SiSemanticweb } from './icons/SiSemanticweb'; export { default as SiSemanticrelease } from './icons/SiSemanticrelease'; export { default as SiSemaphoreci } from './icons/SiSemaphoreci'; +export { default as SiSemrush } from './icons/SiSemrush'; export { default as SiSemver } from './icons/SiSemver'; export { default as SiSencha } from './icons/SiSencha'; export { default as SiSendinblue } from './icons/SiSendinblue'; @@ -1913,6 +2033,7 @@ export { default as SiSetapp } from './icons/SiSetapp'; export { default as SiSfml } from './icons/SiSfml'; export { default as SiShadow } from './icons/SiShadow'; export { default as SiShanghaimetro } from './icons/SiShanghaimetro'; +export { default as SiSharex } from './icons/SiSharex'; export { default as SiSharp } from './icons/SiSharp'; export { default as SiShazam } from './icons/SiShazam'; export { default as SiShell } from './icons/SiShell'; @@ -1936,6 +2057,7 @@ export { default as SiSimpleicons } from './icons/SiSimpleicons'; export { default as SiSimplenote } from './icons/SiSimplenote'; export { default as SiSinaweibo } from './icons/SiSinaweibo'; export { default as SiSinglestore } from './icons/SiSinglestore'; +export { default as SiSitecore } from './icons/SiSitecore'; export { default as SiSitepoint } from './icons/SiSitepoint'; export { default as SiSketch } from './icons/SiSketch'; export { default as SiSketchfab } from './icons/SiSketchfab'; @@ -1947,6 +2069,7 @@ export { default as SiSkynet } from './icons/SiSkynet'; export { default as SiSkypack } from './icons/SiSkypack'; export { default as SiSkype } from './icons/SiSkype'; export { default as SiSkypeforbusiness } from './icons/SiSkypeforbusiness'; +export { default as SiSkyrock } from './icons/SiSkyrock'; export { default as SiSlack } from './icons/SiSlack'; export { default as SiSlackware } from './icons/SiSlackware'; export { default as SiSlashdot } from './icons/SiSlashdot'; @@ -2002,6 +2125,8 @@ export { default as SiSpdx } from './icons/SiSpdx'; export { default as SiSpeakerdeck } from './icons/SiSpeakerdeck'; export { default as SiSpectrum } from './icons/SiSpectrum'; export { default as SiSpeedtest } from './icons/SiSpeedtest'; +export { default as SiSpeedypage } from './icons/SiSpeedypage'; +export { default as SiSpoj } from './icons/SiSpoj'; export { default as SiSpinnaker } from './icons/SiSpinnaker'; export { default as SiSpinrilla } from './icons/SiSpinrilla'; export { default as SiSplunk } from './icons/SiSplunk'; @@ -2020,6 +2145,7 @@ export { default as SiSquare } from './icons/SiSquare'; export { default as SiSquareenix } from './icons/SiSquareenix'; export { default as SiSquarespace } from './icons/SiSquarespace'; export { default as SiSsrn } from './icons/SiSsrn'; +export { default as SiSst } from './icons/SiSst'; export { default as SiStackexchange } from './icons/SiStackexchange'; export { default as SiStackoverflow } from './icons/SiStackoverflow'; export { default as SiStackbit } from './icons/SiStackbit'; @@ -2030,6 +2156,7 @@ export { default as SiStackpath } from './icons/SiStackpath'; export { default as SiStackshare } from './icons/SiStackshare'; export { default as SiStadia } from './icons/SiStadia'; export { default as SiStaffbase } from './icons/SiStaffbase'; +export { default as SiStandardresume } from './icons/SiStandardresume'; export { default as SiStandardjs } from './icons/SiStandardjs'; export { default as SiStartrek } from './icons/SiStartrek'; export { default as SiStarbucks } from './icons/SiStarbucks'; @@ -2061,7 +2188,9 @@ export { default as SiStrava } from './icons/SiStrava'; export { default as SiStreamlit } from './icons/SiStreamlit'; export { default as SiStripe } from './icons/SiStripe'; export { default as SiStrongswan } from './icons/SiStrongswan'; +export { default as SiStryker } from './icons/SiStryker'; export { default as SiStubhub } from './icons/SiStubhub'; +export { default as SiStudio3t } from './icons/SiStudio3t'; export { default as SiStyledcomponents } from './icons/SiStyledcomponents'; export { default as SiStylelint } from './icons/SiStylelint'; export { default as SiStyleshare } from './icons/SiStyleshare'; @@ -2069,11 +2198,13 @@ export { default as SiStylus } from './icons/SiStylus'; export { default as SiSubaru } from './icons/SiSubaru'; export { default as SiSublimetext } from './icons/SiSublimetext'; export { default as SiSubstack } from './icons/SiSubstack'; +export { default as SiSubtitleedit } from './icons/SiSubtitleedit'; export { default as SiSubversion } from './icons/SiSubversion'; export { default as SiSuckless } from './icons/SiSuckless'; export { default as SiSumologic } from './icons/SiSumologic'; export { default as SiSupabase } from './icons/SiSupabase'; export { default as SiSuperuser } from './icons/SiSuperuser'; +export { default as SiSupercrease } from './icons/SiSupercrease'; export { default as SiSupermicro } from './icons/SiSupermicro'; export { default as SiSurrealdb } from './icons/SiSurrealdb'; export { default as SiSurveymonkey } from './icons/SiSurveymonkey'; @@ -2081,6 +2212,7 @@ export { default as SiSuse } from './icons/SiSuse'; export { default as SiSuzuki } from './icons/SiSuzuki'; export { default as SiSvelte } from './icons/SiSvelte'; export { default as SiSvg } from './icons/SiSvg'; +export { default as SiSvgdotjs } from './icons/SiSvgdotjs'; export { default as SiSvgo } from './icons/SiSvgo'; export { default as SiSwagger } from './icons/SiSwagger'; export { default as SiSwarm } from './icons/SiSwarm'; @@ -2130,15 +2262,18 @@ export { default as SiTencentqq } from './icons/SiTencentqq'; export { default as SiTensorflow } from './icons/SiTensorflow'; export { default as SiTeradata } from './icons/SiTeradata'; export { default as SiTeratail } from './icons/SiTeratail'; +export { default as SiTermius } from './icons/SiTermius'; export { default as SiTerraform } from './icons/SiTerraform'; export { default as SiTesco } from './icons/SiTesco'; export { default as SiTesla } from './icons/SiTesla'; export { default as SiTestcafe } from './icons/SiTestcafe'; export { default as SiTestin } from './icons/SiTestin'; export { default as SiTestinglibrary } from './icons/SiTestinglibrary'; +export { default as SiTestrail } from './icons/SiTestrail'; export { default as SiTether } from './icons/SiTether'; export { default as SiTextpattern } from './icons/SiTextpattern'; export { default as SiTga } from './icons/SiTga'; +export { default as SiThangs } from './icons/SiThangs'; export { default as SiThealgorithms } from './icons/SiThealgorithms'; export { default as SiTheconversation } from './icons/SiTheconversation'; export { default as SiTheirishtimes } from './icons/SiTheirishtimes'; @@ -2153,19 +2288,23 @@ export { default as SiThewashingtonpost } from './icons/SiThewashingtonpost'; export { default as SiThingiverse } from './icons/SiThingiverse'; export { default as SiThinkpad } from './icons/SiThinkpad'; export { default as SiThreadless } from './icons/SiThreadless'; +export { default as SiThreads } from './icons/SiThreads'; export { default as SiThreedotjs } from './icons/SiThreedotjs'; export { default as SiThreema } from './icons/SiThreema'; export { default as SiThumbtack } from './icons/SiThumbtack'; export { default as SiThunderbird } from './icons/SiThunderbird'; +export { default as SiThurgauerkantonalbank } from './icons/SiThurgauerkantonalbank'; export { default as SiThymeleaf } from './icons/SiThymeleaf'; export { default as SiTicketmaster } from './icons/SiTicketmaster'; export { default as SiTidal } from './icons/SiTidal'; +export { default as SiTiddlywiki } from './icons/SiTiddlywiki'; export { default as SiTide } from './icons/SiTide'; export { default as SiTidyverse } from './icons/SiTidyverse'; export { default as SiTietoevry } from './icons/SiTietoevry'; export { default as SiTiktok } from './icons/SiTiktok'; export { default as SiTile } from './icons/SiTile'; export { default as SiTimescale } from './icons/SiTimescale'; +export { default as SiTina } from './icons/SiTina'; export { default as SiTinder } from './icons/SiTinder'; export { default as SiTinyletter } from './icons/SiTinyletter'; export { default as SiTistory } from './icons/SiTistory'; @@ -2173,6 +2312,7 @@ export { default as SiTmux } from './icons/SiTmux'; export { default as SiTnt } from './icons/SiTnt'; export { default as SiTodoist } from './icons/SiTodoist'; export { default as SiToggl } from './icons/SiToggl'; +export { default as SiToggltrack } from './icons/SiToggltrack'; export { default as SiTokyometro } from './icons/SiTokyometro'; export { default as SiToml } from './icons/SiToml'; export { default as SiTomorrowland } from './icons/SiTomorrowland'; @@ -2196,10 +2336,12 @@ export { default as SiTreehouse } from './icons/SiTreehouse'; export { default as SiTrello } from './icons/SiTrello'; export { default as SiTrendmicro } from './icons/SiTrendmicro'; export { default as SiTreyarch } from './icons/SiTreyarch'; +export { default as SiTrilium } from './icons/SiTrilium'; export { default as SiTriller } from './icons/SiTriller'; export { default as SiTrino } from './icons/SiTrino'; export { default as SiTripdotcom } from './icons/SiTripdotcom'; export { default as SiTripadvisor } from './icons/SiTripadvisor'; +export { default as SiTrivy } from './icons/SiTrivy'; export { default as SiTrove } from './icons/SiTrove'; export { default as SiTrpc } from './icons/SiTrpc'; export { default as SiTruenas } from './icons/SiTruenas'; @@ -2213,6 +2355,7 @@ export { default as SiTubi } from './icons/SiTubi'; export { default as SiTui } from './icons/SiTui'; export { default as SiTumblr } from './icons/SiTumblr'; export { default as SiTunein } from './icons/SiTunein'; +export { default as SiTurbo } from './icons/SiTurbo'; export { default as SiTurborepo } from './icons/SiTurborepo'; export { default as SiTurbosquid } from './icons/SiTurbosquid'; export { default as SiTurkishairlines } from './icons/SiTurkishairlines'; @@ -2237,6 +2380,7 @@ export { default as SiUfc } from './icons/SiUfc'; export { default as SiUikit } from './icons/SiUikit'; export { default as SiUlule } from './icons/SiUlule'; export { default as SiUmbraco } from './icons/SiUmbraco'; +export { default as SiUml } from './icons/SiUml'; export { default as SiUnacademy } from './icons/SiUnacademy'; export { default as SiUnderarmour } from './icons/SiUnderarmour'; export { default as SiUnderscoredotjs } from './icons/SiUnderscoredotjs'; @@ -2277,6 +2421,7 @@ export { default as SiVectorlogozone } from './icons/SiVectorlogozone'; export { default as SiVectorworks } from './icons/SiVectorworks'; export { default as SiVeeam } from './icons/SiVeeam'; export { default as SiVeepee } from './icons/SiVeepee'; +export { default as SiVega } from './icons/SiVega'; export { default as SiVelog } from './icons/SiVelog'; export { default as SiVenmo } from './icons/SiVenmo'; export { default as SiVercel } from './icons/SiVercel'; @@ -2295,11 +2440,13 @@ export { default as SiVirginmedia } from './icons/SiVirginmedia'; export { default as SiVirtualbox } from './icons/SiVirtualbox'; export { default as SiVirustotal } from './icons/SiVirustotal'; export { default as SiVisa } from './icons/SiVisa'; +export { default as SiVisualbasic } from './icons/SiVisualbasic'; export { default as SiVisualstudio } from './icons/SiVisualstudio'; export { default as SiVisualstudiocode } from './icons/SiVisualstudiocode'; export { default as SiVite } from './icons/SiVite'; export { default as SiVitess } from './icons/SiVitess'; export { default as SiVitest } from './icons/SiVitest'; +export { default as SiVivawallet } from './icons/SiVivawallet'; export { default as SiVivaldi } from './icons/SiVivaldi'; export { default as SiVivino } from './icons/SiVivino'; export { default as SiVk } from './icons/SiVk'; @@ -2310,6 +2457,7 @@ export { default as SiVoipdotms } from './icons/SiVoipdotms'; export { default as SiVolkswagen } from './icons/SiVolkswagen'; export { default as SiVolvo } from './icons/SiVolvo'; export { default as SiVonage } from './icons/SiVonage'; +export { default as SiVorondesign } from './icons/SiVorondesign'; export { default as SiVowpalwabbit } from './icons/SiVowpalwabbit'; export { default as SiVox } from './icons/SiVox'; export { default as SiVsco } from './icons/SiVsco'; @@ -2326,11 +2474,13 @@ export { default as SiWails } from './icons/SiWails'; export { default as SiWakatime } from './icons/SiWakatime'; export { default as SiWalkman } from './icons/SiWalkman'; export { default as SiWallabag } from './icons/SiWallabag'; +export { default as SiWalletconnect } from './icons/SiWalletconnect'; export { default as SiWalmart } from './icons/SiWalmart'; export { default as SiWantedly } from './icons/SiWantedly'; export { default as SiWappalyzer } from './icons/SiWappalyzer'; export { default as SiWarnerbros } from './icons/SiWarnerbros'; export { default as SiWarp } from './icons/SiWarp'; +export { default as SiWasabi } from './icons/SiWasabi'; export { default as SiWasmcloud } from './icons/SiWasmcloud'; export { default as SiWasmer } from './icons/SiWasmer'; export { default as SiWattpad } from './icons/SiWattpad'; @@ -2353,6 +2503,7 @@ export { default as SiWebpack } from './icons/SiWebpack'; export { default as SiWebrtc } from './icons/SiWebrtc'; export { default as SiWebstorm } from './icons/SiWebstorm'; export { default as SiWebtoon } from './icons/SiWebtoon'; +export { default as SiWebtrees } from './icons/SiWebtrees'; export { default as SiWechat } from './icons/SiWechat'; export { default as SiWegame } from './icons/SiWegame'; export { default as SiWeightsandbiases } from './icons/SiWeightsandbiases'; @@ -2365,6 +2516,7 @@ export { default as SiWheniwork } from './icons/SiWheniwork'; export { default as SiWhitesource } from './icons/SiWhitesource'; export { default as SiWii } from './icons/SiWii'; export { default as SiWiiu } from './icons/SiWiiu'; +export { default as SiWikidotgg } from './icons/SiWikidotgg'; export { default as SiWikidotjs } from './icons/SiWikidotjs'; export { default as SiWikidata } from './icons/SiWikidata'; export { default as SiWikimediacommons } from './icons/SiWikimediacommons'; @@ -2374,6 +2526,7 @@ export { default as SiWikivoyage } from './icons/SiWikivoyage'; export { default as SiWinamp } from './icons/SiWinamp'; export { default as SiWindicss } from './icons/SiWindicss'; export { default as SiWindows } from './icons/SiWindows'; +export { default as SiWindows10 } from './icons/SiWindows10'; export { default as SiWindows11 } from './icons/SiWindows11'; export { default as SiWindows95 } from './icons/SiWindows95'; export { default as SiWindowsterminal } from './icons/SiWindowsterminal'; @@ -2402,6 +2555,7 @@ export { default as SiWpexplorer } from './icons/SiWpexplorer'; export { default as SiWritedotas } from './icons/SiWritedotas'; export { default as SiWwe } from './icons/SiWwe'; export { default as SiWwise } from './icons/SiWwise'; +export { default as SiX } from './icons/SiX'; export { default as SiXdotorg } from './icons/SiXdotorg'; export { default as SiXamarin } from './icons/SiXamarin'; export { default as SiXaml } from './icons/SiXaml'; @@ -2464,6 +2618,7 @@ export { default as SiZilch } from './icons/SiZilch'; export { default as SiZillow } from './icons/SiZillow'; export { default as SiZincsearch } from './icons/SiZincsearch'; export { default as SiZingat } from './icons/SiZingat'; +export { default as SiZod } from './icons/SiZod'; export { default as SiZoho } from './icons/SiZoho'; export { default as SiZoiper } from './icons/SiZoiper'; export { default as SiZomato } from './icons/SiZomato'; diff --git a/src/types.ts b/src/types.ts index 710285845..a04705b23 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,20 +1,5 @@ import * as React from 'react'; -export type IconProps = React.ComponentPropsWithoutRef<'svg'> & { - /** - * The title provides an accessible short text description to the SVG - */ - title?: string; - /** - * Hex color or color name or `default` to use the default hex for each icon - */ - color?: string; - /** - * The size of the Icon. - */ - size?: string | number; -}; - export type IconType = React.ForwardRefExoticComponent< Pick< React.SVGProps, diff --git a/tsconfig.json b/tsconfig.json index 6bf2efa06..0fcc8dd95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "@/*": ["src/*"] } }, - "include": ["src/*"], + "include": ["src"], "exclude": ["node_modules"] } diff --git a/vite.config.ts b/vite.config.ts index 15512d31e..b648b8fe6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,11 +9,12 @@ import pkg from './package.json'; export default defineConfig({ plugins: [ dts({ - skipDiagnostics: true, + insertTypesEntry: true, entryRoot: 'src', - staticImport: true, - rollupTypes: false, - outputDir: '.', + //outputDir: '.', + //skipDiagnostics: true, + //staticImport: true, + //rollupTypes: false, }), react(), ],