Skip to content

Commit 5222f4b

Browse files
Update tauri monorepo to v2
1 parent 0e895ae commit 5222f4b

File tree

3 files changed

+79
-73
lines changed

3 files changed

+79
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "1.6.0",
13+
"@tauri-apps/api": "2.8.0",
1414
"react": "18.3.1",
1515
"react-beautiful-dnd": "13.1.1",
1616
"react-dom": "18.3.1"
1717
},
1818
"devDependencies": {
19-
"@tauri-apps/cli": "1.5.6",
19+
"@tauri-apps/cli": "2.8.4",
2020
"@types/react": "18.3.23",
2121
"@types/react-beautiful-dnd": "13.1.3",
2222
"@types/react-dom": "18.3.7",

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ license = "Apache-2.0 OR MIT"
77
edition = "2021"
88

99
[build-dependencies]
10-
tauri-build = { version = "1.5.0", features = [] }
10+
tauri-build = { version = "2.0.0", features = [] }
1111

1212
[dependencies]
1313
serde_json = "1.0"
1414
serde = { version = "1.0", features = [ "derive" ] }
15-
tauri = { version = "1.5.2", features = ["api-all"] }
15+
tauri = { version = "2.0.0", features = ["api-all"] }
1616

1717
[features]
1818
default = [ "custom-protocol" ]

yarn.lock

Lines changed: 75 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -708,76 +708,82 @@
708708
dependencies:
709709
defer-to-connect "^2.0.0"
710710

711-
"@tauri-apps/[email protected]":
712-
version "1.6.0"
713-
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.6.0.tgz#745b7e4e26782c3b2ad9510d558fa5bb2cf29186"
714-
integrity sha512-rqI++FWClU5I2UBp4HXFvl+sBWkdigBkxnpJDQUWttNyG7IZP4FwQGhTNL5EOw0vI8i6eSAJ5frLqO7n7jbJdg==
715-
716-
"@tauri-apps/[email protected]":
717-
version "1.5.6"
718-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-1.5.6.tgz#0d68eaf6fa1b35197a9d4991ac5377e6085a569a"
719-
integrity sha512-NNvG3XLtciCMsBahbDNUEvq184VZmOveTGOuy0So2R33b/6FDkuWaSgWZsR1mISpOuP034htQYW0VITCLelfqg==
720-
721-
"@tauri-apps/[email protected]":
722-
version "1.5.6"
723-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-1.5.6.tgz#a48e1f66b12c33cf6c9c216865f2e9a3ff18a923"
724-
integrity sha512-nkiqmtUQw3N1j4WoVjv81q6zWuZFhBLya/RNGUL94oafORloOZoSY0uTZJAoeieb3Y1YK0rCHSDl02MyV2Fi4A==
725-
726-
"@tauri-apps/[email protected]":
727-
version "1.5.6"
728-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-1.5.6.tgz#385cd8054be7722cc07acc2d6d86f8e20c6265ef"
729-
integrity sha512-z6SPx+axZexmWXTIVPNs4Tg7FtvdJl9EKxYN6JPjOmDZcqA13iyqWBQal2DA/GMZ1Xqo3vyJf6EoEaKaliymPQ==
730-
731-
"@tauri-apps/[email protected]":
732-
version "1.5.6"
733-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-1.5.6.tgz#bd3f8f61637a1073909cb2d663aa0c6e8e036337"
734-
integrity sha512-QuQjMQmpsCbzBrmtQiG4uhnfAbdFx3nzm+9LtqjuZlurc12+Mj5MTgqQ3AOwQedH3f7C+KlvbqD2AdXpwTg7VA==
735-
736-
"@tauri-apps/[email protected]":
737-
version "1.5.6"
738-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.6.tgz#77fb4a804b77447bffba725a4b8b62df45f9ff97"
739-
integrity sha512-8j5dH3odweFeom7bRGlfzDApWVOT4jIq8/214Wl+JeiNVehouIBo9lZGeghZBH3XKFRwEvU23i7sRVjuh2s8mg==
740-
741-
"@tauri-apps/[email protected]":
742-
version "1.5.6"
743-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-1.5.6.tgz#e70a6c9dd243c2a3fa1fec69de9ebc9abf4dc795"
744-
integrity sha512-gbFHYHfdEGW0ffk8SigDsoXks6USpilF6wR0nqB/JbWzbzFR/sBuLVNQlJl1RKNakyJHu+lsFxGy0fcTdoX8xA==
745-
746-
"@tauri-apps/[email protected]":
747-
version "1.5.6"
748-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.6.tgz#f25dad778b2da6ab7b2b81f81c0805026d742c33"
749-
integrity sha512-9v688ogoLkeFYQNgqiSErfhTreLUd8B3prIBSYUt+x4+5Kcw91zWvIh+VSxL1n3KCGGsM7cuXhkGPaxwlEh1ug==
750-
751-
"@tauri-apps/[email protected]":
752-
version "1.5.6"
753-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-1.5.6.tgz#47d0f359e04d93c1fd0b527e18a56606f3df9bed"
754-
integrity sha512-DRNDXFNZb6y5IZrw+lhTTA9l4wbzO4TNRBAlHAiXUrH+pRFZ/ZJtv5WEuAj9ocVSahVw2NaK5Yaold4NPAxHog==
755-
756-
"@tauri-apps/[email protected]":
757-
version "1.5.6"
758-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-1.5.6.tgz#54c7ec152065e8167068411b82748a25a483d948"
759-
integrity sha512-oUYKNR/IZjF4fsOzRpw0xesl2lOjhsQEyWlgbpT25T83EU113Xgck9UjtI7xemNI/OPCv1tPiaM1e7/ABdg5iA==
760-
761-
"@tauri-apps/[email protected]":
762-
version "1.5.6"
763-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-1.5.6.tgz#963280a4f7001c27d4e4745f302728297c007deb"
764-
integrity sha512-RmEf1os9C8//uq2hbjXi7Vgz9ne7798ZxqemAZdUwo1pv3oLVZSz1/IvZmUHPdy2e6zSeySqWu1D0Y3QRNN+dg==
765-
766-
"@tauri-apps/[email protected]":
767-
version "1.5.6"
768-
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-1.5.6.tgz#5011c9dd3a36dc89073fed7d4cb429d38b37862b"
769-
integrity sha512-k4Y19oVCnt7WZb2TnDzLqfs7o98Jq0tUoVMv+JQSzuRDJqaVu2xMBZ8dYplEn+EccdR5SOMyzaLBJWu38TVK1A==
711+
"@tauri-apps/[email protected]":
712+
version "2.8.0"
713+
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.8.0.tgz#0348a2b3ba5982ec67a7d569f329b4a55d7d5f1e"
714+
integrity sha512-ga7zdhbS2GXOMTIZRT0mYjKJtR9fivsXzsyq5U3vjDL0s6DTMwYRm0UHNjzTY5dh4+LSC68Sm/7WEiimbQNYlw==
715+
716+
"@tauri-apps/[email protected]":
717+
version "2.8.4"
718+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.8.4.tgz#ec09c0673dd1816e89910cf31ddc7d94c5cf077f"
719+
integrity sha512-BKu8HRkYV01SMTa7r4fLx+wjgtRK8Vep7lmBdHDioP6b8XH3q2KgsAyPWfEZaZIkZ2LY4SqqGARaE9oilNe0oA==
720+
721+
"@tauri-apps/[email protected]":
722+
version "2.8.4"
723+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.8.4.tgz#b9c274fedce570da1910559add68657d264019db"
724+
integrity sha512-imb9PfSd/7G6VAO7v1bQ2A3ZH4NOCbhGJFLchxzepGcXf9NKkfun157JH9mko29K6sqAwuJ88qtzbKCbWJTH9g==
725+
726+
"@tauri-apps/[email protected]":
727+
version "2.8.4"
728+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.8.4.tgz#657131a05f422b9141277f0668d370e8d671bdc0"
729+
integrity sha512-Ml215UnDdl7/fpOrF1CNovym/KjtUbCuPgrcZ4IhqUCnhZdXuphud/JT3E8X97Y03TZ40Sjz8raXYI2ET0exzw==
730+
731+
"@tauri-apps/[email protected]":
732+
version "2.8.4"
733+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.8.4.tgz#35a14541e09b6548b811626d1a5d2574932116ef"
734+
integrity sha512-pbcgBpMyI90C83CxE5REZ9ODyIlmmAPkkJXtV398X3SgZEIYy5TACYqlyyv2z5yKgD8F8WH4/2fek7+jH+ZXAw==
735+
736+
"@tauri-apps/[email protected]":
737+
version "2.8.4"
738+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.8.4.tgz#bdd9deea17e0c2e4edf511a071c87670616af8a3"
739+
integrity sha512-zumFeaU1Ws5Ay872FTyIm7z8kfzEHu8NcIn8M6TxbJs0a7GRV21KBdpW1zNj2qy7HynnpQCqjAYXTUUmm9JAOw==
740+
741+
"@tauri-apps/[email protected]":
742+
version "2.8.4"
743+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-riscv64-gnu/-/cli-linux-riscv64-gnu-2.8.4.tgz#ac3c751ce5727fbd1da280f0aa2fb444fcd706b5"
744+
integrity sha512-qiqbB3Zz6IyO201f+1ojxLj65WYj8mixL5cOMo63nlg8CIzsP23cPYUrx1YaDPsCLszKZo7tVs14pc7BWf+/aQ==
745+
746+
"@tauri-apps/[email protected]":
747+
version "2.8.4"
748+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.8.4.tgz#7b2000b5e6597dc62f48cb67ee98f61b54493a19"
749+
integrity sha512-TaqaDd9Oy6k45Hotx3pOf+pkbsxLaApv4rGd9mLuRM1k6YS/aw81YrsMryYPThrxrScEIUcmNIHaHsLiU4GMkw==
750+
751+
"@tauri-apps/[email protected]":
752+
version "2.8.4"
753+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.8.4.tgz#5dd9f6e666e004e00313d86a5d71480f7ac1269a"
754+
integrity sha512-ot9STAwyezN8w+bBHZ+bqSQIJ0qPZFlz/AyscpGqB/JnJQVDFQcRDmUPFEaAtt2UUHSWzN3GoTJ5ypqLBp2WQA==
755+
756+
"@tauri-apps/[email protected]":
757+
version "2.8.4"
758+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.8.4.tgz#75eadbad9ae5726cc53139bbeae4c4a8fc4a92be"
759+
integrity sha512-+2aJ/g90dhLiOLFSD1PbElXX3SoMdpO7HFPAZB+xot3CWlAZD1tReUFy7xe0L5GAR16ZmrxpIDM9v9gn5xRy/w==
760+
761+
"@tauri-apps/[email protected]":
762+
version "2.8.4"
763+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.8.4.tgz#60e6cdad4fb59d91a194652581742d08c952f0a7"
764+
integrity sha512-yj7WDxkL1t9Uzr2gufQ1Hl7hrHuFKTNEOyascbc109EoiAqCp0tgZ2IykQqOZmZOHU884UAWI1pVMqBhS/BfhA==
765+
766+
"@tauri-apps/[email protected]":
767+
version "2.8.4"
768+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.8.4.tgz#44461625197c531537ccba84b64c804a0d7228ae"
769+
integrity sha512-XuvGB4ehBdd7QhMZ9qbj/8icGEatDuBNxyYHbLKsTYh90ggUlPa/AtaqcC1Fo69lGkTmq9BOKrs1aWSi7xDonA==
770+
771+
"@tauri-apps/[email protected]":
772+
version "2.8.4"
773+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-2.8.4.tgz#ff8347e43164f73922356c10ba5cdbaf567ffe98"
774+
integrity sha512-ejUZBzuQRcjFV+v/gdj/DcbyX/6T4unZQjMSBZwLzP/CymEjKcc2+Fc8xTORThebHDUvqoXMdsCZt8r+hyN15g==
770775
optionalDependencies:
771-
"@tauri-apps/cli-darwin-arm64" "1.5.6"
772-
"@tauri-apps/cli-darwin-x64" "1.5.6"
773-
"@tauri-apps/cli-linux-arm-gnueabihf" "1.5.6"
774-
"@tauri-apps/cli-linux-arm64-gnu" "1.5.6"
775-
"@tauri-apps/cli-linux-arm64-musl" "1.5.6"
776-
"@tauri-apps/cli-linux-x64-gnu" "1.5.6"
777-
"@tauri-apps/cli-linux-x64-musl" "1.5.6"
778-
"@tauri-apps/cli-win32-arm64-msvc" "1.5.6"
779-
"@tauri-apps/cli-win32-ia32-msvc" "1.5.6"
780-
"@tauri-apps/cli-win32-x64-msvc" "1.5.6"
776+
"@tauri-apps/cli-darwin-arm64" "2.8.4"
777+
"@tauri-apps/cli-darwin-x64" "2.8.4"
778+
"@tauri-apps/cli-linux-arm-gnueabihf" "2.8.4"
779+
"@tauri-apps/cli-linux-arm64-gnu" "2.8.4"
780+
"@tauri-apps/cli-linux-arm64-musl" "2.8.4"
781+
"@tauri-apps/cli-linux-riscv64-gnu" "2.8.4"
782+
"@tauri-apps/cli-linux-x64-gnu" "2.8.4"
783+
"@tauri-apps/cli-linux-x64-musl" "2.8.4"
784+
"@tauri-apps/cli-win32-arm64-msvc" "2.8.4"
785+
"@tauri-apps/cli-win32-ia32-msvc" "2.8.4"
786+
"@tauri-apps/cli-win32-x64-msvc" "2.8.4"
781787

782788
"@tootallnate/once@1":
783789
version "1.1.2"

0 commit comments

Comments
 (0)