From a4bae7ec2719cddcbd2d9d0cdf0ccd71dcbb123f Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 3 Feb 2025 02:19:58 +0800 Subject: [PATCH] fix: reduce node_modules Signed-off-by: Innei --- package.json | 4 +- pnpm-lock.yaml | 263 +++++++------------------------------------------ 2 files changed, 39 insertions(+), 228 deletions(-) diff --git a/package.json b/package.json index f7cb08a80..2b564fdc6 100644 --- a/package.json +++ b/package.json @@ -148,13 +148,15 @@ "overrides": { "@types/react": "npm:@types/react@^18.3.12", "@types/react-dom": "npm:@types/react-dom@^18.3.1", + "app-builder-lib": "npm:app-builder-lib@^25.1.8", + "electron": "33.2.0", "esbuild": "npm:esbuild@^0.24.2", "expo-modules-core": "npm:expo-modules-core@2.2.0", "is-core-module": "npm:@nolyfill/is-core-module@^1", "isarray": "npm:@nolyfill/isarray@^1", "lightningcss": "npm:lightningcss@^1.29.1", "react-native": "npm:react-native@0.77.0", - "typescript": "npm:typescript@5.7.3", + "typescript": "5.7.3", "unist-util-visit-parents": "5.1.3", "vfile": "5.3.7" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0a8ebb0d..b3bfceaab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,15 +7,18 @@ settings: overrides: '@types/react': npm:@types/react@^18.3.12 '@types/react-dom': npm:@types/react-dom@^18.3.1 + app-builder-lib: npm:app-builder-lib@^25.1.8 esbuild: npm:esbuild@^0.24.2 expo-modules-core: npm:expo-modules-core@2.2.0 is-core-module: npm:@nolyfill/is-core-module@^1 isarray: npm:@nolyfill/isarray@^1 lightningcss: npm:lightningcss@^1.29.1 react-native: npm:react-native@0.77.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 unist-util-visit-parents: 5.1.3 vfile: 5.3.7 + electron: 33.2.0 + '@egoist/tipc>electron': 33.2.0 patchedDependencies: '@microflash/remark-callout-directives': @@ -279,7 +282,7 @@ importers: specifier: 2.4.0 version: 2.4.0 typescript: - specifier: npm:typescript@5.7.3 + specifier: 5.7.3 version: 5.7.3 unplugin-ast: specifier: ^0.13.1 @@ -2475,7 +2478,7 @@ packages: '@egoist/tipc@0.3.2': resolution: {integrity: sha512-p8g35BhErVkYIgDqkw/HQJSli1TOsZRIUU9U7PYnYfwru6J/Ep1lwFGH2N6+sQMFi1HkqGTTUlJEISJ1DClfQw==} peerDependencies: - electron: '>=26.0.0' + electron: 33.2.0 '@electron-forge/cli@7.6.1': resolution: {integrity: sha512-Z9OwK5cAVDOj7MWWt9Gw0/4OJO/db+rshLSXg0I+ySv4xrJmZK1w6QEeOrm7eHjuAqKA+gzIaHsRsT0klCL2lg==} @@ -2567,7 +2570,7 @@ packages: '@electron-toolkit/preload@3.0.1': resolution: {integrity: sha512-EzoQmpK8jqqU8YnM5jRe0GJjGVJPke2KtANqz8QtN2JPT96ViOvProBdK5C6riCm0j1T8jjAGVQCZLQy9OVoIA==} peerDependencies: - electron: '>=13.0.0' + electron: 33.2.0 '@electron-toolkit/tsconfig@1.0.1': resolution: {integrity: sha512-M0Mol3odspvtCuheyujLNAW7bXq7KFNYVMRtpjFa4ZfES4MuklXBC7Nli/omvc+PRKlrklgAGx3l4VakjNo8jg==} @@ -2577,7 +2580,7 @@ packages: '@electron-toolkit/utils@3.0.0': resolution: {integrity: sha512-GaXHDhiT7KCvMJjXdp/QqpYinq69T/Pdl49Z1XLf8mKGf63dnsODMWyrmIjEQ0z/vG7dO8qF3fvmI6Eb2lUNZA==} peerDependencies: - electron: '>=13.0.0' + electron: 33.2.0 '@electron/asar@3.2.18': resolution: {integrity: sha512-2XyvMe3N3Nrs8cV39IKELRHTYUWFKrmqqSY1U+GMlc0jvqjIVnoxhNd2H4JolWQncbJi1DCvb5TNxZuI2fEjWg==} @@ -2602,19 +2605,10 @@ packages: engines: {node: '>=12.13.0'} hasBin: true - '@electron/notarize@2.2.1': - resolution: {integrity: sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==} - engines: {node: '>= 10.0.0'} - '@electron/notarize@2.5.0': resolution: {integrity: sha512-jNT8nwH1f9X5GEITXaQ8IF/KdskvIkOFfB2CvwumsveVidzpSc+mvhhTMdAGSYF3O+Nq49lJ7y+ssODRXu06+A==} engines: {node: '>= 10.0.0'} - '@electron/osx-sign@1.0.5': - resolution: {integrity: sha512-k9ZzUQtamSoweGQDV2jILiRIHUu7lYlJ3c6IEmjv1hC17rclE+eb9U+f6UFlOOETo0JzY1HNlXy4YOlCvl+Lww==} - engines: {node: '>=12.0.0'} - hasBin: true - '@electron/osx-sign@1.3.1': resolution: {integrity: sha512-BAfviURMHpmb1Yb50YbCxnOY0wfwaLXH5KJ4+80zS0gUkzDX3ec23naTlEqKsN+PwYn+a1cCzM7BJ4Wcd3sGzw==} engines: {node: '>=12.0.0'} @@ -2640,10 +2634,6 @@ packages: engines: {node: '>=12.13.0'} hasBin: true - '@electron/universal@1.5.1': - resolution: {integrity: sha512-kbgXxyEauPJiQQUNG2VgUeyfQNFk6hBF11ISN2PNI6agUgPl55pv4eQmaqHzTAzchBvqZ2tQuRVaPStGf0mxGw==} - engines: {node: '>=8.6'} - '@electron/universal@2.0.1': resolution: {integrity: sha512-fKpv9kg4SPmt+hY7SVBnIYULE9QJl8L3sCfcBsnqbJwwBwAeTLokJ9TRt9y7bK0JAzIW2y78TVVjvnQEms/yyA==} engines: {node: '>=16.4'} @@ -2852,7 +2842,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -3627,10 +3617,6 @@ packages: '@lottiefiles/dotlottie-web@0.40.1': resolution: {integrity: sha512-iNz1rr8zRTSJ0xCZEPeoCX6YnaNhBdkF7gJWhSa8bwB4NTrYZm0vAuC0jF/aLLhU7q9nf6ykxffrz0Sf4JPSPg==} - '@malept/cross-spawn-promise@1.1.1': - resolution: {integrity: sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ==} - engines: {node: '>= 10'} - '@malept/cross-spawn-promise@2.0.0': resolution: {integrity: sha512-1DpKU0Z5ThltBwjNySMC14g0CkbyhCaz9FkhxqNsZI6uAPJXFS8cMXlBKo26FJ8ZuW6S9GCMcR9IO5k2X5/9Fg==} engines: {node: '>= 12.13.0'} @@ -5033,7 +5019,7 @@ packages: resolution: {integrity: sha512-23xWN3/yOohNUr27KS7hEcDMbtufMkniXfXkcLx8Dz2wUVNfJYGpICjeV48Ue/INtpiUCCzOYwkL9VRjIMEJbA==} engines: {node: '>=18.0.0'} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -5046,7 +5032,7 @@ packages: resolution: {integrity: sha512-TDM3rzax//N2F5uNMV5pNTWAop8cYul6hteDu+Xmfwys/eRGlbzEf7YJzyRj6Kcsg2TFVHI7+xEPItGAVm1hHA==} engines: {node: '>=18.0.0'} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -5528,7 +5514,7 @@ packages: '@t3-oss/env-core@0.12.0': resolution: {integrity: sha512-lOPj8d9nJJTt81mMuN9GMk8x5veOt7q9m11OSnCBJhwp1QrL/qR+M8Y467ULBSm9SunosryWNbmQQbgoiMgcdw==} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 valibot: ^1.0.0-beta.7 || ^1.0.0 zod: ^3.24.0 peerDependenciesMeta: @@ -5639,7 +5625,7 @@ packages: resolution: {integrity: sha512-ty2ZxHrRPAtGlu/v3DZheU4ciQxodSIvkzuRYLy7Or16JoDcjUjIMcBBOCADuw1lsj45HERCzUDX7HBMTE5Wjw==} hasBin: true peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@tsslint/config@1.5.8': resolution: {integrity: sha512-kJjCgp8+4IQDvUpUNIMA6YUg+D6Cl3FtxKw6ZMol+mFAhEbxcZ1PPtYc/oDTAmejvOG2TWFHmeJRQzSyPnCbWA==} @@ -5865,14 +5851,14 @@ packages: peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@typescript-eslint/parser@8.20.0': resolution: {integrity: sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@typescript-eslint/scope-manager@8.20.0': resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==} @@ -5883,7 +5869,7 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@typescript-eslint/types@8.20.0': resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==} @@ -5893,14 +5879,14 @@ packages: resolution: {integrity: sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@typescript-eslint/utils@8.20.0': resolution: {integrity: sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 '@typescript-eslint/visitor-keys@8.20.0': resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==} @@ -6268,19 +6254,9 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - app-builder-bin@4.0.0: - resolution: {integrity: sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==} - app-builder-bin@5.0.0-alpha.10: resolution: {integrity: sha512-Ev4jj3D7Bo+O0GPD2NMvJl+PGiBAfS7pUGawntBNpCbxtpncfUixqFj9z9Jme7V7s3LBGqsWZZP54fxBX3JKJw==} - app-builder-lib@24.13.3: - resolution: {integrity: sha512-FAzX6IBit2POXYGnTCT8YHFO/lr5AapAII6zzhQO3Rw4cEDOgK+t1xhLc5tNcKlicTHlo9zxIwnYCX9X2DLkig==} - engines: {node: '>=14.0.0'} - peerDependencies: - dmg-builder: 24.13.3 - electron-builder-squirrel-windows: 24.13.3 - app-builder-lib@25.1.8: resolution: {integrity: sha512-pCqe7dfsQFBABC1jeKZXQWhGcCPF3rPCXDdfqVKjIeWBcXzyC1iOWZdfFhGl+S9MyE/k//DFmC6FzuGAUudNDg==} engines: {node: '>=14.0.0'} @@ -6741,10 +6717,6 @@ packages: resolution: {integrity: sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==} engines: {node: '>=0.4.0'} - buffer-equal@1.0.1: - resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==} - engines: {node: '>=0.4'} - buffer-fill@1.0.0: resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==} @@ -6768,13 +6740,6 @@ packages: resolution: {integrity: sha512-6p/gfG1RJSQeIbz8TK5aPNkoztgY1q5TgmGFMAXcY8itsGW6Y2ld1ALsZ5UJn8rog7hKF3zHx5iQbNQ8uLcRlw==} engines: {node: '>=12.0.0'} - builder-util-runtime@9.2.4: - resolution: {integrity: sha512-upp+biKpN/XZMLim7aguUyW8s0FUpDvOtK6sbanMFDAMBzpHDqdhgVYm6zc9HJ6nWo7u2Lxk60i2M6Jd3aiNrA==} - engines: {node: '>=12.0.0'} - - builder-util@24.13.1: - resolution: {integrity: sha512-NhbCSIntruNDTOVI9fdXz0dihaqX2YuE1D6zZMrwiErzH4ELZHE6mdiB40wEgZNprDia+FghRFgKoAqMZRRjSA==} - builder-util@25.1.7: resolution: {integrity: sha512-7jPjzBwEGRbwNcep0gGNpLXG9P94VA3CPAZQCzxkFXiV2GMQKlziMbY//rXPI7WKfhsvGgFXjTcXdBEwgXw9ww==} @@ -7251,9 +7216,6 @@ packages: confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} - config-file-ts@0.2.6: - resolution: {integrity: sha512-6boGVaglwblBgJqGyxm4+xCmEGcWgnWHSWHY5jad58awQhB6gftq0G8HbzU39YqCIYHMLAiL1yjwiZ36m/CL8w==} - config-file-ts@0.2.8-rc1: resolution: {integrity: sha512-GtNECbVI82bT4RiDIzBSVuTKoSHufnU7Ce7/42bkWZJZFLjmDF2WBpVsvRkhKCfKBnTBb3qZrBwPpFBU/Myvhg==} @@ -7797,9 +7759,6 @@ packages: diffie-hellman@5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} - dir-compare@3.3.0: - resolution: {integrity: sha512-J7/et3WlGUCxjdnD3HAAzQ6nsnc0WL6DD7WcwJb7c39iH1+AWfg+9OqzJNaI6PkBwBvm1mhZNL9iY/nRiZXlPg==} - dir-compare@4.2.0: resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==} @@ -7876,9 +7835,6 @@ packages: resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==} engines: {node: '>=12'} - dotenv-expand@5.1.0: - resolution: {integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==} - dotenv-flow@4.1.0: resolution: {integrity: sha512-0cwP9jpQBQfyHwvE0cRhraZMkdV45TQedA8AAUZMsFzvmLcQyc1HPv+oX0OOYwLFjIlvgVepQ+WuQHbqDaHJZg==} engines: {node: '>= 12.0.0'} @@ -7891,10 +7847,6 @@ packages: resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} engines: {node: '>=12'} - dotenv@9.0.2: - resolution: {integrity: sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==} - engines: {node: '>=10'} - drizzle-kit@0.30.4: resolution: {integrity: sha512-B2oJN5UkvwwNHscPWXDG5KqAixu7AUzZ3qbe++KU9SsQ+cZWR4DXEPYcvWplyFAno0dhRJECNEhNxiDmFaPGyQ==} hasBin: true @@ -8057,9 +8009,6 @@ packages: resolution: {integrity: sha512-vdSTJ6nH93RFo2YnoFbQDb9IAgMTG8ixYOQZuunpFVIUhKpPrRhmbQOuTBk7zJt5eaKUhMZixMD87WQynnM5iQ==} engines: {node: '>6.0.0'} - electron-publish@24.13.1: - resolution: {integrity: sha512-2ZgdEqJ8e9D17Hwp5LEq5mLQPjqU3lv/IALvgp+4W8VeNhryfGhYEQC/PgDPMrnWUp+l60Ou5SJLsu+k4mhQ8A==} - electron-publish@25.1.7: resolution: {integrity: sha512-+jbTkR9m39eDBMP4gfbqglDd6UvBC7RLh5Y0MhFSsc6UkGHj9Vj9TWobxevHYMMqmoujL11ZLjfPpMX+Pt6YEg==} @@ -8315,7 +8264,7 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8451,7 +8400,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8461,7 +8410,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8477,7 +8426,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8499,7 +8448,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8522,7 +8471,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -8532,7 +8481,7 @@ packages: engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -9860,7 +9809,7 @@ packages: i18next@24.2.2: resolution: {integrity: sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -10125,7 +10074,7 @@ packages: resolution: {integrity: sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==} peerDependencies: eslint: '*' - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} @@ -13209,10 +13158,6 @@ packages: read-cache@1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} - read-config-file@6.3.2: - resolution: {integrity: sha512-M80lpCjnE6Wt6zb98DoW8WHR09nzMSpu8XHtPkiTHrJ5Az9CybfeQhTJ8D7saeBHpGhLPIVyA8lcL6ZmdKwY6Q==} - engines: {node: '>=12.0.0'} - read-package-up@11.0.0: resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} engines: {node: '>=18'} @@ -14538,12 +14483,12 @@ packages: resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} engines: {node: '>=18.12'} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 ts-declaration-location@1.0.5: resolution: {integrity: sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==} peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} @@ -14558,7 +14503,7 @@ packages: babel-jest: ^29.0.0 esbuild: '*' jest: ^29.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: '@babel/core': optional: true @@ -14579,7 +14524,7 @@ packages: '@swc/core': '>=1.2.50' '@swc/wasm': '>=1.2.50' '@types/node': '*' - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: '@swc/core': optional: true @@ -14593,7 +14538,7 @@ packages: '@swc/core': '>=1.2.50' '@swc/wasm': '>=1.2.50' '@types/node': '*' - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: '@swc/core': optional: true @@ -14617,7 +14562,7 @@ packages: engines: {node: ^18 || >=20} hasBin: true peerDependencies: - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: typescript: optional: true @@ -14642,7 +14587,7 @@ packages: '@microsoft/api-extractor': ^7.36.0 '@swc/core': ^1 postcss: ^8.4.12 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 peerDependenciesMeta: '@microsoft/api-extractor': optional: true @@ -14766,7 +14711,7 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: npm:typescript@5.7.3 + typescript: 5.7.3 typescript@5.7.3: resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} @@ -17170,14 +17115,6 @@ snapshots: - bluebird - supports-color - '@electron/notarize@2.2.1': - dependencies: - debug: 4.4.0(supports-color@8.1.1) - fs-extra: 9.1.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@electron/notarize@2.5.0': dependencies: debug: 4.4.0(supports-color@8.1.1) @@ -17186,17 +17123,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@electron/osx-sign@1.0.5': - dependencies: - compare-version: 0.1.2 - debug: 4.4.0(supports-color@8.1.1) - fs-extra: 10.1.0 - isbinaryfile: 4.0.10 - minimist: 1.2.8 - plist: 3.1.0 - transitivePeerDependencies: - - supports-color - '@electron/osx-sign@1.3.1': dependencies: compare-version: 0.1.2 @@ -17283,18 +17209,6 @@ snapshots: - bluebird - supports-color - '@electron/universal@1.5.1': - dependencies: - '@electron/asar': 3.2.18 - '@malept/cross-spawn-promise': 1.1.1 - debug: 4.4.0(supports-color@8.1.1) - dir-compare: 3.3.0 - fs-extra: 9.1.0 - minimatch: 3.1.2 - plist: 3.1.0 - transitivePeerDependencies: - - supports-color - '@electron/universal@2.0.1': dependencies: '@electron/asar': 3.2.18 @@ -18993,10 +18907,6 @@ snapshots: '@lottiefiles/dotlottie-web@0.40.1': {} - '@malept/cross-spawn-promise@1.1.1': - dependencies: - cross-spawn: 7.0.6 - '@malept/cross-spawn-promise@2.0.0': dependencies: cross-spawn: 7.0.6 @@ -19613,7 +19523,7 @@ snapshots: dependencies: '@electron-forge/maker-base': 7.6.0 '@electron-forge/shared-types': 7.6.0 - app-builder-lib: 24.13.3(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8) + app-builder-lib: 25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8) transitivePeerDependencies: - bluebird - dmg-builder @@ -22409,44 +22319,8 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 - app-builder-bin@4.0.0: {} - app-builder-bin@5.0.0-alpha.10: {} - app-builder-lib@24.13.3(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8): - dependencies: - '@develar/schema-utils': 2.6.5 - '@electron/notarize': 2.2.1 - '@electron/osx-sign': 1.0.5 - '@electron/universal': 1.5.1 - '@malept/flatpak-bundler': 0.4.0 - '@types/fs-extra': 9.0.13 - async-exit-hook: 2.0.1 - bluebird-lst: 1.0.9 - builder-util: 24.13.1 - builder-util-runtime: 9.2.4 - chromium-pickle-js: 0.2.0 - debug: 4.4.0(supports-color@8.1.1) - dmg-builder: 25.1.8(electron-builder-squirrel-windows@25.1.8) - ejs: 3.1.10 - electron-builder-squirrel-windows: 25.1.8(dmg-builder@25.1.8) - electron-publish: 24.13.1 - form-data: 4.0.1 - fs-extra: 10.1.0 - hosted-git-info: 4.1.0 - is-ci: 3.0.1 - isbinaryfile: 5.0.4 - js-yaml: 4.1.0 - lazy-val: 1.0.5 - minimatch: 5.1.6 - read-config-file: 6.3.2 - sanitize-filename: 1.6.3 - semver: 7.7.0 - tar: 6.2.1 - temp-file: 3.4.0 - transitivePeerDependencies: - - supports-color - app-builder-lib@25.1.8(dmg-builder@25.1.8)(electron-builder-squirrel-windows@25.1.8): dependencies: '@develar/schema-utils': 2.6.5 @@ -23110,8 +22984,6 @@ snapshots: buffer-equal@0.0.1: {} - buffer-equal@1.0.1: {} - buffer-fill@1.0.0: {} buffer-from@1.1.2: {} @@ -23140,34 +23012,6 @@ snapshots: transitivePeerDependencies: - supports-color - builder-util-runtime@9.2.4: - dependencies: - debug: 4.4.0(supports-color@8.1.1) - sax: 1.4.1 - transitivePeerDependencies: - - supports-color - - builder-util@24.13.1: - dependencies: - 7zip-bin: 5.2.0 - '@types/debug': 4.1.12 - app-builder-bin: 4.0.0 - bluebird-lst: 1.0.9 - builder-util-runtime: 9.2.4 - chalk: 4.1.2 - cross-spawn: 7.0.6 - debug: 4.4.0(supports-color@8.1.1) - fs-extra: 10.1.0 - http-proxy-agent: 5.0.0 - https-proxy-agent: 5.0.1 - is-ci: 3.0.1 - js-yaml: 4.1.0 - source-map-support: 0.5.21 - stat-mode: 1.0.0 - temp-file: 3.4.0 - transitivePeerDependencies: - - supports-color - builder-util@25.1.7: dependencies: 7zip-bin: 5.2.0 @@ -23716,11 +23560,6 @@ snapshots: confbox@0.1.8: {} - config-file-ts@0.2.6: - dependencies: - glob: 10.4.5 - typescript: 5.7.3 - config-file-ts@0.2.8-rc1: dependencies: glob: 10.4.5 @@ -24310,11 +24149,6 @@ snapshots: miller-rabin: 4.0.1 randombytes: 2.1.0 - dir-compare@3.3.0: - dependencies: - buffer-equal: 1.0.1 - minimatch: 3.1.2 - dir-compare@4.2.0: dependencies: minimatch: 3.1.2 @@ -24414,8 +24248,6 @@ snapshots: dependencies: dotenv: 16.4.7 - dotenv-expand@5.1.0: {} - dotenv-flow@4.1.0: dependencies: dotenv: 16.4.7 @@ -24424,8 +24256,6 @@ snapshots: dotenv@16.4.7: {} - dotenv@9.0.2: {} - drizzle-kit@0.30.4: dependencies: '@drizzle-team/brocli': 0.10.2 @@ -24623,18 +24453,6 @@ snapshots: dependencies: rimraf: 2.7.1 - electron-publish@24.13.1: - dependencies: - '@types/fs-extra': 9.0.13 - builder-util: 24.13.1 - builder-util-runtime: 9.2.4 - chalk: 4.1.2 - fs-extra: 10.1.0 - lazy-val: 1.0.5 - mime: 2.6.0 - transitivePeerDependencies: - - supports-color - electron-publish@25.1.7: dependencies: '@types/fs-extra': 9.0.13 @@ -31307,15 +31125,6 @@ snapshots: dependencies: pify: 2.3.0 - read-config-file@6.3.2: - dependencies: - config-file-ts: 0.2.6 - dotenv: 9.0.2 - dotenv-expand: 5.1.0 - js-yaml: 4.1.0 - json5: 2.2.3 - lazy-val: 1.0.5 - read-package-up@11.0.0: dependencies: find-up-simple: 1.0.0