Skip to content

Commit b0a5be5

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

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.9.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.9.0",
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.9.0"
713+
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.9.0.tgz#047fcbfec05a719b0cec997eee244cee453fb2fc"
714+
integrity sha512-qD5tMjh7utwBk9/5PrTA/aGr3i5QaJ/Mlt7p8NilQ45WgbifUNPyKWsA63iQ8YfQq6R8ajMapU+/Q8nMcPRLNw==
715+
716+
"@tauri-apps/[email protected]":
717+
version "2.9.0"
718+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.9.0.tgz#6fc248874fa08f8a0a127f1c9cf7d5b45acbee70"
719+
integrity sha512-A2Wo2gvtPDymSApnLlKGVuX/b6rvVtdlTh80qta7j0jgc+tK0dyX8+puDufthUR3VPBRsVmV+XWfEJKnaqMLjg==
720+
721+
"@tauri-apps/[email protected]":
722+
version "2.9.0"
723+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.9.0.tgz#87d2db027c857d3a1fce83e80071990f4ae32e3f"
724+
integrity sha512-RfFB1BB7cqPuPWwKtROXYkN9F760jwYIHpxXgg5AocEQ0c6XynWPMLnYvy77jEyycbYt6cWeIwhiWQYsRbWESA==
725+
726+
"@tauri-apps/[email protected]":
727+
version "2.9.0"
728+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.9.0.tgz#c906f6b60542a51adee55fc50f7b7e497dcc622d"
729+
integrity sha512-n1Gs41458ktY6FMTow/M6AWzy5EYhH1vJ2rdkNAwgX1u086xHCM8PbnowQVgJbRjhrJCUoq7E36EjSy2awHTvA==
730+
731+
"@tauri-apps/[email protected]":
732+
version "2.9.0"
733+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.9.0.tgz#7e88230bcbcdc5505501a891adca20d04d5aa956"
734+
integrity sha512-E2y+egQvm7nZbl6cv2Nt1kYw5H8rJG2IisGj9bzJbd8ygSsWJK4Rdw6KW9Ml9iZL7+GuYGihOtlMcyQ6uykw2g==
735+
736+
"@tauri-apps/[email protected]":
737+
version "2.9.0"
738+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.9.0.tgz#e14570f36a7678569adb4b8c6511564e30b0017a"
739+
integrity sha512-TH09uepDx3LE7+DSzn9x04ilM0pouguwD6Cjq+A2NdDOu2UkZ3rWux77lMiiuO5fQAGYQAs0BtLjkzcTDoUHTQ==
740+
741+
"@tauri-apps/[email protected]":
742+
version "2.9.0"
743+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-riscv64-gnu/-/cli-linux-riscv64-gnu-2.9.0.tgz#51888a69712095478e178a6e97e11c1cef340752"
744+
integrity sha512-s0ENNDStw8tLScc/K5gS4xE8VrDaFbyCCgYHylrBsIqKQT4rYZLHH3WyzWxxLXIOhPzkczw6MPxt0GdUVPH97A==
745+
746+
"@tauri-apps/[email protected]":
747+
version "2.9.0"
748+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.9.0.tgz#e78c5e96e7ec90c38c6f41e327164b2124d0a530"
749+
integrity sha512-stBAjrxfcrJLdmvF3jQskq/Ks/ar4TRyk45kfpD9/0c/8WWDKKWu+z6+ynGNkDYfm9GpbQOQDAjfX0BPWodZZw==
750+
751+
"@tauri-apps/[email protected]":
752+
version "2.9.0"
753+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.9.0.tgz#3730b73ae76e4d804977a27eb91e40dd102cc451"
754+
integrity sha512-fxR/cG3DVuVFDoBCvAGzbVdNfHAdMfNG32aBR1j6y+0+Ys4ZF+a4SNBbMNGdJ2gQc6/QVciswYMSfSs9hP3GZA==
755+
756+
"@tauri-apps/[email protected]":
757+
version "2.9.0"
758+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.9.0.tgz#7aa6b28cc0070624a0e96feec84a16054e94243b"
759+
integrity sha512-YIyRvIaYyPRlf1XB0HOLI3q9rkBpb9a8Cl6+PRopTsnXQqlfZIBG5A2KmQO90PkvmyVC6CprGcvK0U28l4MUow==
760+
761+
"@tauri-apps/[email protected]":
762+
version "2.9.0"
763+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.9.0.tgz#f5c6ffa8877c6750614b266b401f7a45ca20d8f7"
764+
integrity sha512-Z6a6J+KT0DvjoWSz/R0EDRUCr0DDl/sp10sL1OuJLGnsl36lXWF10YuhJua3dQHizzJzkHpWAV/k1EBxjf10fQ==
765+
766+
"@tauri-apps/[email protected]":
767+
version "2.9.0"
768+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.9.0.tgz#afdcc16aa3bd5c9e7dd4069db71e3190c8a16ea2"
769+
integrity sha512-Ja2LCRGhEBV/FxRF3ofGGO8ZAVrZt5P0MKkAyJ2wQGRB7xcFoadmnkKwpF0uFOjT/6ygh4f/RV46cjo3pbZxyA==
770+
771+
"@tauri-apps/[email protected]":
772+
version "2.9.0"
773+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-2.9.0.tgz#01554edf063cc8dbc3e9c5f955964a30a84ace68"
774+
integrity sha512-Rq67+sgiiUot95kjn+6eP8gTRw9YL839gutPx5bAsGtlQ8n9S6qo2VSQkogYsiHlJs14hQpYACn/EIswH6sHzw==
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.9.0"
777+
"@tauri-apps/cli-darwin-x64" "2.9.0"
778+
"@tauri-apps/cli-linux-arm-gnueabihf" "2.9.0"
779+
"@tauri-apps/cli-linux-arm64-gnu" "2.9.0"
780+
"@tauri-apps/cli-linux-arm64-musl" "2.9.0"
781+
"@tauri-apps/cli-linux-riscv64-gnu" "2.9.0"
782+
"@tauri-apps/cli-linux-x64-gnu" "2.9.0"
783+
"@tauri-apps/cli-linux-x64-musl" "2.9.0"
784+
"@tauri-apps/cli-win32-arm64-msvc" "2.9.0"
785+
"@tauri-apps/cli-win32-ia32-msvc" "2.9.0"
786+
"@tauri-apps/cli-win32-x64-msvc" "2.9.0"
781787

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

0 commit comments

Comments
 (0)