From f536e4e86be3a2d8da148c4c053270fea48c1c46 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Wed, 28 Aug 2024 19:14:22 +0300 Subject: [PATCH] removed deps --- components/package.json | 2 - pnpm-lock.yaml | 111 ++++++++++++++++++++++------------------ 2 files changed, 61 insertions(+), 52 deletions(-) diff --git a/components/package.json b/components/package.json index c7af060b..d7a448a2 100644 --- a/components/package.json +++ b/components/package.json @@ -38,10 +38,8 @@ "ver": "pnpm npm version" }, "dependencies": { - "@types/jest": "^29.5.12", "clsx": "^1.1.1", "es-toolkit": "^1.16.0", - "focus-visible": "^5.2.0", "react-transition-state": "^2.1.1", "ts-pattern": "^4.3.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f1986aa..5d42cf62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,18 +108,12 @@ importers: components: dependencies: - '@types/jest': - specifier: ^29.5.12 - version: 29.5.12 clsx: specifier: ^1.1.1 version: 1.2.1 es-toolkit: specifier: ^1.16.0 version: 1.16.0 - focus-visible: - specifier: ^5.2.0 - version: 5.2.0 react-transition-state: specifier: ^2.1.1 version: 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -4871,9 +4865,6 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - focus-visible@5.2.0: - resolution: {integrity: sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==} - follow-redirects@1.15.6: resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} @@ -5319,6 +5310,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -5921,9 +5913,6 @@ packages: resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} engines: {node: '>=14'} - lines-and-columns@1.1.6: - resolution: {integrity: sha512-8ZmlJFVK9iCmtLz19HpSsR8HaAMWBT284VMNednLwlIMDP2hJDCIhUp0IZ2xUcZ+Ob6BM0VvCSJwzASDM45NLQ==} - lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -8610,7 +8599,7 @@ snapshots: '@babel/traverse': 7.24.5 '@babel/types': 7.24.5 convert-source-map: 2.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -9197,7 +9186,7 @@ snapshots: '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.25.2)': @@ -9214,7 +9203,7 @@ snapshots: '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)': @@ -9225,7 +9214,7 @@ snapshots: '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)': @@ -9278,7 +9267,7 @@ snapshots: '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9)': @@ -9305,7 +9294,7 @@ snapshots: '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)': @@ -9316,7 +9305,7 @@ snapshots: '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)': @@ -9327,7 +9316,7 @@ snapshots: '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9)': @@ -9343,7 +9332,7 @@ snapshots: '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)': @@ -9354,7 +9343,7 @@ snapshots: '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)': @@ -9365,7 +9354,7 @@ snapshots: '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)': @@ -9376,7 +9365,7 @@ snapshots: '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)': @@ -9387,7 +9376,7 @@ snapshots: '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-plugin-utils': 7.24.8 optional: true '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5)': @@ -10233,7 +10222,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.24.5 '@babel/parser': 7.24.5 '@babel/types': 7.24.5 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -10245,7 +10234,7 @@ snapshots: '@babel/parser': 7.25.4 '@babel/template': 7.25.0 '@babel/types': 7.25.4 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -10731,6 +10720,7 @@ snapshots: '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 + optional: true '@jest/expect@29.7.0': dependencies: @@ -10793,6 +10783,7 @@ snapshots: '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 + optional: true '@jest/source-map@29.6.3': dependencies: @@ -10846,6 +10837,7 @@ snapshots: '@types/node': 22.5.0 '@types/yargs': 17.0.32 chalk: 4.1.2 + optional: true '@jridgewell/gen-mapping@0.3.2': dependencies: @@ -11158,7 +11150,8 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@sinclair/typebox@0.27.8': {} + '@sinclair/typebox@0.27.8': + optional: true '@sindresorhus/slugify@2.1.0': dependencies: @@ -11692,20 +11685,24 @@ snapshots: dependencies: '@types/node': 22.5.0 - '@types/istanbul-lib-coverage@2.0.6': {} + '@types/istanbul-lib-coverage@2.0.6': + optional: true '@types/istanbul-lib-report@3.0.3': dependencies: '@types/istanbul-lib-coverage': 2.0.6 + optional: true '@types/istanbul-reports@3.0.4': dependencies: '@types/istanbul-lib-report': 3.0.3 + optional: true '@types/jest@29.5.12': dependencies: expect: 29.7.0 pretty-format: 29.7.0 + optional: true '@types/js-cookie@2.2.7': {} @@ -11798,7 +11795,8 @@ snapshots: dependencies: '@types/node': 22.5.0 - '@types/stack-utils@2.0.3': {} + '@types/stack-utils@2.0.3': + optional: true '@types/tern@0.23.9': dependencies: @@ -11831,11 +11829,13 @@ snapshots: dependencies: '@types/node': 22.5.0 - '@types/yargs-parser@21.0.3': {} + '@types/yargs-parser@21.0.3': + optional: true '@types/yargs@17.0.32': dependencies: '@types/yargs-parser': 21.0.3 + optional: true '@types/yauzl@2.10.3': dependencies: @@ -12448,7 +12448,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -13076,7 +13076,8 @@ snapshots: chrome-trace-event@1.0.4: {} - ci-info@3.9.0: {} + ci-info@3.9.0: + optional: true ci-job-number@1.2.2: {} @@ -13492,6 +13493,10 @@ snapshots: dependencies: ms: 2.1.2 + debug@4.3.4: + dependencies: + ms: 2.1.2 + debug@4.3.4(supports-color@8.1.1): dependencies: ms: 2.1.2 @@ -13597,7 +13602,8 @@ snapshots: devtools-protocol@0.0.901419: {} - diff-sequences@29.6.3: {} + diff-sequences@29.6.3: + optional: true diff@4.0.2: optional: true @@ -13944,7 +13950,8 @@ snapshots: escape-string-regexp@1.0.5: {} - escape-string-regexp@2.0.0: {} + escape-string-regexp@2.0.0: + optional: true escape-string-regexp@4.0.0: {} @@ -14339,6 +14346,7 @@ snapshots: jest-matcher-utils: 29.7.0 jest-message-util: 29.7.0 jest-util: 29.7.0 + optional: true express@4.19.2: dependencies: @@ -14515,8 +14523,6 @@ snapshots: flatted@3.3.1: {} - focus-visible@5.2.0: {} - follow-redirects@1.15.6: {} for-each@0.3.3: @@ -14922,7 +14928,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -14956,7 +14962,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -15443,6 +15449,7 @@ snapshots: diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 + optional: true jest-docblock@29.7.0: dependencies: @@ -15468,7 +15475,8 @@ snapshots: jest-util: 29.7.0 optional: true - jest-get-type@29.6.3: {} + jest-get-type@29.6.3: + optional: true jest-haste-map@29.7.0: dependencies: @@ -15499,6 +15507,7 @@ snapshots: jest-diff: 29.7.0 jest-get-type: 29.6.3 pretty-format: 29.7.0 + optional: true jest-message-util@29.7.0: dependencies: @@ -15511,6 +15520,7 @@ snapshots: pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 + optional: true jest-mock@29.7.0: dependencies: @@ -15637,6 +15647,7 @@ snapshots: ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 + optional: true jest-validate@29.7.0: dependencies: @@ -15853,8 +15864,6 @@ snapshots: lilconfig@3.1.2: {} - lines-and-columns@1.1.6: {} - lines-and-columns@1.2.4: {} lint-staged@11.2.6: @@ -15987,7 +15996,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-error@1.3.6: optional: true @@ -16443,10 +16452,10 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.2 + '@babel/code-frame': 7.24.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 + lines-and-columns: 1.2.4 parse-prop-types@0.3.0(prop-types@15.8.1): dependencies: @@ -16871,6 +16880,7 @@ snapshots: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.3.1 + optional: true prism-react-renderer@1.3.5(react@18.3.1): dependencies: @@ -17017,7 +17027,8 @@ snapshots: react-is@17.0.2: {} - react-is@18.3.1: {} + react-is@18.3.1: + optional: true react-live@3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: @@ -17440,8 +17451,7 @@ snapshots: semver@7.6.2: {} - semver@7.6.3: - optional: true + semver@7.6.3: {} send@0.18.0: dependencies: @@ -17662,6 +17672,7 @@ snapshots: stack-utils@2.0.6: dependencies: escape-string-regexp: 2.0.0 + optional: true stackback@0.0.2: {} @@ -18441,7 +18452,7 @@ snapshots: vite-node@1.6.0(@types/node@22.5.0)(terser@5.31.6): dependencies: cac: 6.7.14 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.1 vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6) @@ -18532,7 +18543,7 @@ snapshots: vite-tsconfig-paths@4.0.1(typescript@4.9.4)(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)): dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.0.1(typescript@4.9.4) vite: 5.4.2(@types/node@22.5.0)(terser@5.31.6)