Skip to content

Commit d8a677d

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

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.3",
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.3"
718+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.8.3.tgz#dc212e7a73616b637cca130846925e037bda3ec9"
719+
integrity sha512-+X/DjTlH9ZLT9kWrU+Mk9TSu8vVpv30GgfAOKUxlCQobaRSOzN0cxgZfRcgWaDLu80/gWsJ7Ktk9jLfJ9h9CVA==
720+
721+
"@tauri-apps/[email protected]":
722+
version "2.8.3"
723+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-2.8.3.tgz#14292ae91d3fe48300f8255cb8dc2e413c4fddbc"
724+
integrity sha512-Bs+DK+gGinSj373DEeAuZMUrvTE1m7X5Ef2jC2lU2X8ZhQf4VBV+gNMRoOlSuwIlSTU2eKDQsExtKeFFSpbc8A==
725+
726+
"@tauri-apps/[email protected]":
727+
version "2.8.3"
728+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-2.8.3.tgz#19c52c20ac3edd9c539943f426d5eecff27036e3"
729+
integrity sha512-9pri7KWES6x0M0DWCr5RIsGtXD4yy83Zsf8xuSmn8z6xboFquSnfJZmFsfPz25G8awLFIhxUkxP0YtZGiIUy7g==
730+
731+
"@tauri-apps/[email protected]":
732+
version "2.8.3"
733+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-2.8.3.tgz#fcd38eb860be151b11dd056e43a8431c3f3277bf"
734+
integrity sha512-2+qRdUgnFJ7pDW69dFZxYduWEZPya3U2YA6GaDhrYTHBq8/ypPSpuUT+BZ6n9r68+ij7tFMTj+vwNDgNp3M/0w==
735+
736+
"@tauri-apps/[email protected]":
737+
version "2.8.3"
738+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.8.3.tgz#efda12db88b20cefcfcea26fb477f84bb08f7efc"
739+
integrity sha512-DJHW1vcqmLMqZCBiu9qv7/oYAygNC6xvrxwrUWvWMvaz/qKNy9NVXZm/EUx+sLTCcOxWHyJe+CII1kW3ouI18Q==
740+
741+
"@tauri-apps/[email protected]":
742+
version "2.8.3"
743+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-riscv64-gnu/-/cli-linux-riscv64-gnu-2.8.3.tgz#acb0e17580bad1ed3bf3cd7a049e069a31f63d6b"
744+
integrity sha512-+CbLaQXAqd5lPJnfXGyitbgp/q5mnsvCoToGspeVMBYNGd04ES/6XDEcXH7EwNCTgXBTJVRYf3qhI8a8/x31Aw==
745+
746+
"@tauri-apps/[email protected]":
747+
version "2.8.3"
748+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-2.8.3.tgz#c680908b2d0fce5e0c7cb0fdd4206eb716e4cefc"
749+
integrity sha512-FGjLnA+3PTJwoN5KEMAi6Q8I6SkuW5w8qSFKldGx2Mma8GqtttXqIDw1BzxcIw/LMcr6JrxjbIRULzmV05q/QA==
750+
751+
"@tauri-apps/[email protected]":
752+
version "2.8.3"
753+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-2.8.3.tgz#4dfff284274734e68a189c068a1f69925eeaeed5"
754+
integrity sha512-tWRX3rQJCeUq9mR0Rc0tUV+pdgGL94UqVIzPn0/VmhDehdiDouRdXOUPggJrYUz2Aj/4RvVa83J6B8Hg37s8RQ==
755+
756+
"@tauri-apps/[email protected]":
757+
version "2.8.3"
758+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-2.8.3.tgz#4d11e6c4786a8d511ca022ee25182182185096c2"
759+
integrity sha512-UQHDmbSMIeWs/Yr3KmtfZFs5m6b+NWUe2+NE7fHu3o4EzPrvNa/Uf4U2XsYKOr0V/yetxZH0/fc+xovcnsqyqA==
760+
761+
"@tauri-apps/[email protected]":
762+
version "2.8.3"
763+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-2.8.3.tgz#422c4449acc0b1b471c251c4fed508ec474ba34c"
764+
integrity sha512-aIP38i2KeADboPD1wsBFYdodEQ9PIJe0HW2urd3ocHpGxF8gX/KMiGOwGVSobu9gFlCpFNoVwCX6J1S5pJCRIQ==
765+
766+
"@tauri-apps/[email protected]":
767+
version "2.8.3"
768+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-2.8.3.tgz#85ad29b61db51e2a5df833da0a40c67f0825a3d6"
769+
integrity sha512-Z+H+PwK+3yMffG1rN7iqs+uPo6FkPyHJ4MTtFhnEvvGzc3aH711bwFb6+PXwMXfOb/jPR/LB+o6kEXghBu9ynQ==
770+
771+
"@tauri-apps/[email protected]":
772+
version "2.8.3"
773+
resolved "https://registry.yarnpkg.com/@tauri-apps/cli/-/cli-2.8.3.tgz#4d1feca61596d156b49cca2092df7fd002328b7d"
774+
integrity sha512-5IlcOtVBI6HYcTRFH4tuLZV+FX09Psi4Xi+TyFf/S8T8w+ZzPNnrehHz6KUGRbuXHfJhtmRDoUULXNEhpdVkfA==
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.3"
777+
"@tauri-apps/cli-darwin-x64" "2.8.3"
778+
"@tauri-apps/cli-linux-arm-gnueabihf" "2.8.3"
779+
"@tauri-apps/cli-linux-arm64-gnu" "2.8.3"
780+
"@tauri-apps/cli-linux-arm64-musl" "2.8.3"
781+
"@tauri-apps/cli-linux-riscv64-gnu" "2.8.3"
782+
"@tauri-apps/cli-linux-x64-gnu" "2.8.3"
783+
"@tauri-apps/cli-linux-x64-musl" "2.8.3"
784+
"@tauri-apps/cli-win32-arm64-msvc" "2.8.3"
785+
"@tauri-apps/cli-win32-ia32-msvc" "2.8.3"
786+
"@tauri-apps/cli-win32-x64-msvc" "2.8.3"
781787

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

0 commit comments

Comments
 (0)