mirror of
https://github.com/readest/readest.git
synced 2026-05-01 21:10:43 +00:00
chore: bump update of tauri (#532)
This commit is contained in:
parent
0922f557bb
commit
f841004e7a
5 changed files with 761 additions and 737 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
[submodule "packages/foliate-js"]
|
[submodule "packages/foliate-js"]
|
||||||
path = packages/foliate-js
|
path = packages/foliate-js
|
||||||
url = https://github.com/chrox/foliate-js.git
|
url = https://github.com/readest/foliate-js.git
|
||||||
[submodule "packages/tauri"]
|
[submodule "packages/tauri"]
|
||||||
path = packages/tauri
|
path = packages/tauri
|
||||||
url = https://github.com/chrox/tauri.git
|
url = https://github.com/tauri-apps/tauri.git
|
||||||
|
|
|
||||||
1326
Cargo.lock
generated
1326
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -42,19 +42,19 @@
|
||||||
"@supabase/auth-ui-react": "^0.4.7",
|
"@supabase/auth-ui-react": "^0.4.7",
|
||||||
"@supabase/auth-ui-shared": "^0.1.8",
|
"@supabase/auth-ui-shared": "^0.1.8",
|
||||||
"@supabase/supabase-js": "^2.47.7",
|
"@supabase/supabase-js": "^2.47.7",
|
||||||
"@tauri-apps/api": "2.2.0",
|
"@tauri-apps/api": "2.3.0",
|
||||||
"@tauri-apps/plugin-cli": "^2.2.0",
|
"@tauri-apps/plugin-cli": "^2.2.0",
|
||||||
"@tauri-apps/plugin-deep-link": "^2.2.0",
|
"@tauri-apps/plugin-deep-link": "^2.2.0",
|
||||||
"@tauri-apps/plugin-dialog": "^2.2.0",
|
"@tauri-apps/plugin-dialog": "^2.2.0",
|
||||||
"@tauri-apps/plugin-fs": "^2.2.0",
|
"@tauri-apps/plugin-fs": "^2.2.0",
|
||||||
"@tauri-apps/plugin-haptics": "^2.2.3",
|
"@tauri-apps/plugin-haptics": "^2.2.3",
|
||||||
"@tauri-apps/plugin-http": "^2.3.0",
|
"@tauri-apps/plugin-http": "^2.3.0",
|
||||||
"@tauri-apps/plugin-log": "^2.2.1",
|
"@tauri-apps/plugin-log": "^2.2.3",
|
||||||
"@tauri-apps/plugin-opener": "^2.2.5",
|
"@tauri-apps/plugin-opener": "^2.2.6",
|
||||||
"@tauri-apps/plugin-os": "^2.2.0",
|
"@tauri-apps/plugin-os": "^2.2.0",
|
||||||
"@tauri-apps/plugin-process": "^2.2.0",
|
"@tauri-apps/plugin-process": "^2.2.0",
|
||||||
"@tauri-apps/plugin-shell": "~2.2.0",
|
"@tauri-apps/plugin-shell": "~2.2.0",
|
||||||
"@tauri-apps/plugin-updater": "^2.4.0",
|
"@tauri-apps/plugin-updater": "^2.5.1",
|
||||||
"@zip.js/zip.js": "^2.7.53",
|
"@zip.js/zip.js": "^2.7.53",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
"zustand": "5.0.1"
|
"zustand": "5.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": "2.2.7",
|
"@tauri-apps/cli": "2.3.1",
|
||||||
"@types/cors": "^2.8.17",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/cssbeautify": "^0.3.5",
|
"@types/cssbeautify": "^0.3.5",
|
||||||
"@types/node": "^22.10.1",
|
"@types/node": "^22.10.1",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e3b0260871008e4d213a6036690198ea637d555b
|
Subproject commit 2d029a9f53117f756f9d6783fab74b06a7ab3e8e
|
||||||
156
pnpm-lock.yaml
generated
156
pnpm-lock.yaml
generated
|
|
@ -54,8 +54,8 @@ importers:
|
||||||
specifier: ^2.47.7
|
specifier: ^2.47.7
|
||||||
version: 2.47.7
|
version: 2.47.7
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.2.0
|
specifier: 2.3.0
|
||||||
version: 2.2.0
|
version: 2.3.0
|
||||||
'@tauri-apps/plugin-cli':
|
'@tauri-apps/plugin-cli':
|
||||||
specifier: ^2.2.0
|
specifier: ^2.2.0
|
||||||
version: 2.2.0
|
version: 2.2.0
|
||||||
|
|
@ -75,11 +75,11 @@ importers:
|
||||||
specifier: ^2.3.0
|
specifier: ^2.3.0
|
||||||
version: 2.3.0
|
version: 2.3.0
|
||||||
'@tauri-apps/plugin-log':
|
'@tauri-apps/plugin-log':
|
||||||
specifier: ^2.2.1
|
specifier: ^2.2.3
|
||||||
version: 2.2.1
|
version: 2.2.3
|
||||||
'@tauri-apps/plugin-opener':
|
'@tauri-apps/plugin-opener':
|
||||||
specifier: ^2.2.5
|
specifier: ^2.2.6
|
||||||
version: 2.2.5
|
version: 2.2.6
|
||||||
'@tauri-apps/plugin-os':
|
'@tauri-apps/plugin-os':
|
||||||
specifier: ^2.2.0
|
specifier: ^2.2.0
|
||||||
version: 2.2.0
|
version: 2.2.0
|
||||||
|
|
@ -90,8 +90,8 @@ importers:
|
||||||
specifier: ~2.2.0
|
specifier: ~2.2.0
|
||||||
version: 2.2.0
|
version: 2.2.0
|
||||||
'@tauri-apps/plugin-updater':
|
'@tauri-apps/plugin-updater':
|
||||||
specifier: ^2.4.0
|
specifier: ^2.5.1
|
||||||
version: 2.4.0
|
version: 2.5.1
|
||||||
'@zip.js/zip.js':
|
'@zip.js/zip.js':
|
||||||
specifier: ^2.7.53
|
specifier: ^2.7.53
|
||||||
version: 2.7.53
|
version: 2.7.53
|
||||||
|
|
@ -151,8 +151,8 @@ importers:
|
||||||
version: 5.0.1(@types/react@18.3.12)(react@19.0.0)
|
version: 5.0.1(@types/react@18.3.12)(react@19.0.0)
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.2.7
|
specifier: 2.3.1
|
||||||
version: 2.2.7
|
version: 2.3.1
|
||||||
'@types/cors':
|
'@types/cors':
|
||||||
specifier: ^2.8.17
|
specifier: ^2.8.17
|
||||||
version: 2.8.17
|
version: 2.8.17
|
||||||
|
|
@ -1654,75 +1654,75 @@ packages:
|
||||||
'@swc/helpers@0.5.15':
|
'@swc/helpers@0.5.15':
|
||||||
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
||||||
|
|
||||||
'@tauri-apps/api@2.2.0':
|
'@tauri-apps/api@2.3.0':
|
||||||
resolution: {integrity: sha512-R8epOeZl1eJEl603aUMIGb4RXlhPjpgxbGVEaqY+0G5JG9vzV/clNlzTeqc+NLYXVqXcn8mb4c5b9pJIUDEyAg==}
|
resolution: {integrity: sha512-33Z+0lX2wgZbx1SPFfqvzI6su63hCBkbzv+5NexeYjIx7WA9htdOKoRR7Dh3dJyltqS5/J8vQFyybiRoaL0hlA==}
|
||||||
|
|
||||||
'@tauri-apps/cli-darwin-arm64@2.2.7':
|
'@tauri-apps/cli-darwin-arm64@2.3.1':
|
||||||
resolution: {integrity: sha512-54kcpxZ3X1Rq+pPTzk3iIcjEVY4yv493uRx/80rLoAA95vAC0c//31Whz75UVddDjJfZvXlXZ3uSZ+bnCOnt0A==}
|
resolution: {integrity: sha512-TOhSdsXYt+f+asRU+Dl+Wufglj/7+CX9h8RO4hl5k7D6lR4L8yTtdhpS7btaclOMmjYC4piNfJE70GoxhOoYWw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@tauri-apps/cli-darwin-x64@2.2.7':
|
'@tauri-apps/cli-darwin-x64@2.3.1':
|
||||||
resolution: {integrity: sha512-Vgu2XtBWemLnarB+6LqQeLanDlRj7CeFN//H8bVVdjbNzxcSxsvbLYMBP8+3boa7eBnjDrqMImRySSgL6IrwTw==}
|
resolution: {integrity: sha512-LDwGg3AuBQ3aCeMAFaFwt0MSGOVFoXuXEe0z4QxQ7jZE5tdAOhKABaq4i569V5lShCgQZ6nLD/tmA5+GipvHnA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.2.7':
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.3.1':
|
||||||
resolution: {integrity: sha512-+Clha2iQAiK9zoY/KKW0KLHkR0k36O78YLx5Sl98tWkwI3OBZFg5H5WT1plH/4sbZIS2aLFN6dw58/JlY9Bu/g==}
|
resolution: {integrity: sha512-hu3HpbbtJBvHXw5i54QHwLxOUoXWqhf7CL2YYSPOrWEEQo10NKddulP61L5gfr5z+bSSaitfLwqgTidgnaNJCA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm64-gnu@2.2.7':
|
'@tauri-apps/cli-linux-arm64-gnu@2.3.1':
|
||||||
resolution: {integrity: sha512-Z/Lp4SQe6BUEOays9BQAEum2pvZF4w9igyXijP+WbkOejZx4cDvarFJ5qXrqSLmBh7vxrdZcLwoLk9U//+yQrg==}
|
resolution: {integrity: sha512-mEGgwkiGSKYXWHhGodo7zU9PCd2I/d6KkR+Wp1nzK+DxsCrEK6yJ5XxYLSQSDcKkM4dCxpVEPUiVMbDhmn08jg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm64-musl@2.2.7':
|
'@tauri-apps/cli-linux-arm64-musl@2.3.1':
|
||||||
resolution: {integrity: sha512-+8HZ+txff/Y3YjAh80XcLXcX8kpGXVdr1P8AfjLHxHdS6QD4Md+acSxGTTNbplmHuBaSHJvuTvZf9tU1eDCTDg==}
|
resolution: {integrity: sha512-tqQkafikGfnc7ISnGjSYkbpnzJKEyO8XSa0YOXTAL3J8R5Pss5ZIZY7G8kq1mwQSR/dPVR1ZLTVXgZGuysjP8w==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-x64-gnu@2.2.7':
|
'@tauri-apps/cli-linux-x64-gnu@2.3.1':
|
||||||
resolution: {integrity: sha512-ahlSnuCnUntblp9dG7/w5ZWZOdzRFi3zl0oScgt7GF4KNAOEa7duADsxPA4/FT2hLRa0SvpqtD4IYFvCxoVv3Q==}
|
resolution: {integrity: sha512-I3puDJ2wGEauXlXbzIHn2etz78TaWs1cpN6zre02maHr6ZR7nf7euTCOGPhhfoMG0opA5mT/eLuYpVw648/VAA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-x64-musl@2.2.7':
|
'@tauri-apps/cli-linux-x64-musl@2.3.1':
|
||||||
resolution: {integrity: sha512-+qKAWnJRSX+pjjRbKAQgTdFY8ecdcu8UdJ69i7wn3ZcRn2nMMzOO2LOMOTQV42B7/Q64D1pIpmZj9yblTMvadA==}
|
resolution: {integrity: sha512-rbWiCOBuQN7tPySkUyBs914uUikE3mEUOqV/IFospvKESw4UC3G1DL5+ybfXH7Orb8/in3JpJuVzYQjo+OSbBA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-arm64-msvc@2.2.7':
|
'@tauri-apps/cli-win32-arm64-msvc@2.3.1':
|
||||||
resolution: {integrity: sha512-aa86nRnrwT04u9D9fhf5JVssuAZlUCCc8AjqQjqODQjMd4BMA2+d4K9qBMpEG/1kVh95vZaNsLogjEaqSTTw4A==}
|
resolution: {integrity: sha512-PdTmUzSeTHjJuBpCV7L+V29fPhPtToU+NZU46slHKSA1aT38MiFDXBZ/6P5Zudrt9QPMfIubqnJKbK8Ivvv7Ww==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-ia32-msvc@2.2.7':
|
'@tauri-apps/cli-win32-ia32-msvc@2.3.1':
|
||||||
resolution: {integrity: sha512-EiJ5/25tLSQOSGvv+t6o3ZBfOTKB5S3vb+hHQuKbfmKdRF0XQu2YPdIi1CQw1DU97ZAE0Dq4frvnyYEKWgMzVQ==}
|
resolution: {integrity: sha512-K/Xa97kspWT4UWj3t26lL2D3QsopTAxS7kWi5kObdqtAGn3qD52qBi24FH38TdvHYz4QlnLIb30TukviCgh4gw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-x64-msvc@2.2.7':
|
'@tauri-apps/cli-win32-x64-msvc@2.3.1':
|
||||||
resolution: {integrity: sha512-ZB8Kw90j8Ld+9tCWyD2fWCYfIrzbQohJ4DJSidNwbnehlZzP7wAz6Z3xjsvUdKtQ3ibtfoeTqVInzCCEpI+pWg==}
|
resolution: {integrity: sha512-RgwzXbP8gAno3kQEsybMtgLp6D1Z1Nec2cftryYbPTJmoMJs6e4qgtxuTSbUz5SKnHe8rGgMiFSvEGoHvbG72Q==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@tauri-apps/cli@2.2.7':
|
'@tauri-apps/cli@2.3.1':
|
||||||
resolution: {integrity: sha512-ZnsS2B4BplwXP37celanNANiIy8TCYhvg5RT09n72uR/o+navFZtGpFSqljV8fy1Y4ixIPds8FrGSXJCN2BerA==}
|
resolution: {integrity: sha512-xewcw/ZsCqgilTy2h7+pp2Baxoy7zLR2wXOV7SZLzkb6SshHVbm1BFAjn8iFATURRW85KLzl6wSGJ2dQHjVHqw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
|
@ -1744,11 +1744,11 @@ packages:
|
||||||
'@tauri-apps/plugin-http@2.3.0':
|
'@tauri-apps/plugin-http@2.3.0':
|
||||||
resolution: {integrity: sha512-pigTvz+zzAqbIhCzRiR1GE98Jw7A03j2V+Eiexr9thBI8VfMiwFQMcbgON51xlwnVaI72LdbYKNajU84im8tlg==}
|
resolution: {integrity: sha512-pigTvz+zzAqbIhCzRiR1GE98Jw7A03j2V+Eiexr9thBI8VfMiwFQMcbgON51xlwnVaI72LdbYKNajU84im8tlg==}
|
||||||
|
|
||||||
'@tauri-apps/plugin-log@2.2.1':
|
'@tauri-apps/plugin-log@2.2.3':
|
||||||
resolution: {integrity: sha512-bOz9w0hhlXLGLc1ZR37GqkXvTqkykl4A3GEKLjRIs0dq3n0BzLyoRDMPcpt7PdUHqaq6WISME+zEX2bqjSbJ2A==}
|
resolution: {integrity: sha512-noDkZXU0kPG1bP3qoF6om+q5TgQ65LWpsV/TnfrHyg2lEn0vE+WJWTItiIh7OUA1/xxC+hdb9ODy2bM2e+jHEw==}
|
||||||
|
|
||||||
'@tauri-apps/plugin-opener@2.2.5':
|
'@tauri-apps/plugin-opener@2.2.6':
|
||||||
resolution: {integrity: sha512-hHsJ9RPWpZvZEPVFaL+d25gABMUMOf/A6ESXnvf/ii9guTukj58WXsAE/SOysXRIhej7kseRCxnOnIMpSCdUsQ==}
|
resolution: {integrity: sha512-bSdkuP71ZQRepPOn8BOEdBKYJQvl6+jb160QtJX/i2H9BF6ZySY/kYljh76N2Ne5fJMQRge7rlKoStYQY5Jq1w==}
|
||||||
|
|
||||||
'@tauri-apps/plugin-os@2.2.0':
|
'@tauri-apps/plugin-os@2.2.0':
|
||||||
resolution: {integrity: sha512-HszbCdbisMlu5QhCNAN8YIWyz2v33abAWha6+uvV2CKX8P5VSct/y+kEe22JeyqrxCnWlQ3DRx7s49Byg7/0EA==}
|
resolution: {integrity: sha512-HszbCdbisMlu5QhCNAN8YIWyz2v33abAWha6+uvV2CKX8P5VSct/y+kEe22JeyqrxCnWlQ3DRx7s49Byg7/0EA==}
|
||||||
|
|
@ -1759,8 +1759,8 @@ packages:
|
||||||
'@tauri-apps/plugin-shell@2.2.0':
|
'@tauri-apps/plugin-shell@2.2.0':
|
||||||
resolution: {integrity: sha512-iC3Ic1hLmasoboG7BO+7p+AriSoqAwKrIk+Hpk+S/bjTQdXqbl2GbdclghI4gM32X0bls7xHzIFqhRdrlvJeaA==}
|
resolution: {integrity: sha512-iC3Ic1hLmasoboG7BO+7p+AriSoqAwKrIk+Hpk+S/bjTQdXqbl2GbdclghI4gM32X0bls7xHzIFqhRdrlvJeaA==}
|
||||||
|
|
||||||
'@tauri-apps/plugin-updater@2.4.0':
|
'@tauri-apps/plugin-updater@2.5.1':
|
||||||
resolution: {integrity: sha512-BkeKN2WObAjobf2G77HyW/DxAfI0In+VSqWGnw/0cVPlM+VmA7fw9dKUnSunryZOG7ys9y07tj7FQa1ABMXGZQ==}
|
resolution: {integrity: sha512-7fNJraKRbKkxguMY5lG2W20pBvAUkLu+cqnbu0UcK7DqeZgrAnNECcGBIDG6fJ6C+0fAp2V2dMIgznhffOBCcg==}
|
||||||
|
|
||||||
'@tsconfig/node10@1.0.11':
|
'@tsconfig/node10@1.0.11':
|
||||||
resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==}
|
resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==}
|
||||||
|
|
@ -5799,7 +5799,7 @@ snapshots:
|
||||||
|
|
||||||
'@fabianlars/tauri-plugin-oauth@2.0.0':
|
'@fabianlars/tauri-plugin-oauth@2.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@gulpjs/to-absolute-glob@4.0.0':
|
'@gulpjs/to-absolute-glob@4.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -6581,98 +6581,98 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@tauri-apps/api@2.2.0': {}
|
'@tauri-apps/api@2.3.0': {}
|
||||||
|
|
||||||
'@tauri-apps/cli-darwin-arm64@2.2.7':
|
'@tauri-apps/cli-darwin-arm64@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-darwin-x64@2.2.7':
|
'@tauri-apps/cli-darwin-x64@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.2.7':
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm64-gnu@2.2.7':
|
'@tauri-apps/cli-linux-arm64-gnu@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-arm64-musl@2.2.7':
|
'@tauri-apps/cli-linux-arm64-musl@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-x64-gnu@2.2.7':
|
'@tauri-apps/cli-linux-x64-gnu@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-linux-x64-musl@2.2.7':
|
'@tauri-apps/cli-linux-x64-musl@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-arm64-msvc@2.2.7':
|
'@tauri-apps/cli-win32-arm64-msvc@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-ia32-msvc@2.2.7':
|
'@tauri-apps/cli-win32-ia32-msvc@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli-win32-x64-msvc@2.2.7':
|
'@tauri-apps/cli-win32-x64-msvc@2.3.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tauri-apps/cli@2.2.7':
|
'@tauri-apps/cli@2.3.1':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 2.2.7
|
'@tauri-apps/cli-darwin-arm64': 2.3.1
|
||||||
'@tauri-apps/cli-darwin-x64': 2.2.7
|
'@tauri-apps/cli-darwin-x64': 2.3.1
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.2.7
|
'@tauri-apps/cli-linux-arm-gnueabihf': 2.3.1
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 2.2.7
|
'@tauri-apps/cli-linux-arm64-gnu': 2.3.1
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 2.2.7
|
'@tauri-apps/cli-linux-arm64-musl': 2.3.1
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 2.2.7
|
'@tauri-apps/cli-linux-x64-gnu': 2.3.1
|
||||||
'@tauri-apps/cli-linux-x64-musl': 2.2.7
|
'@tauri-apps/cli-linux-x64-musl': 2.3.1
|
||||||
'@tauri-apps/cli-win32-arm64-msvc': 2.2.7
|
'@tauri-apps/cli-win32-arm64-msvc': 2.3.1
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 2.2.7
|
'@tauri-apps/cli-win32-ia32-msvc': 2.3.1
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 2.2.7
|
'@tauri-apps/cli-win32-x64-msvc': 2.3.1
|
||||||
|
|
||||||
'@tauri-apps/plugin-cli@2.2.0':
|
'@tauri-apps/plugin-cli@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-deep-link@2.2.0':
|
'@tauri-apps/plugin-deep-link@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-dialog@2.2.0':
|
'@tauri-apps/plugin-dialog@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-fs@2.2.0':
|
'@tauri-apps/plugin-fs@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-haptics@2.2.3':
|
'@tauri-apps/plugin-haptics@2.2.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-http@2.3.0':
|
'@tauri-apps/plugin-http@2.3.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-log@2.2.1':
|
'@tauri-apps/plugin-log@2.2.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-opener@2.2.5':
|
'@tauri-apps/plugin-opener@2.2.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-os@2.2.0':
|
'@tauri-apps/plugin-os@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-process@2.2.0':
|
'@tauri-apps/plugin-process@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-shell@2.2.0':
|
'@tauri-apps/plugin-shell@2.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tauri-apps/plugin-updater@2.4.0':
|
'@tauri-apps/plugin-updater@2.5.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api': 2.2.0
|
'@tauri-apps/api': 2.3.0
|
||||||
|
|
||||||
'@tsconfig/node10@1.0.11':
|
'@tsconfig/node10@1.0.11':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue