Skip to content

Commit

Permalink
build(tauri): Update tauri dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maikbasel committed Mar 27, 2024
1 parent 13218c3 commit 10a4074
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 58 deletions.
14 changes: 8 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-table": "^8.11.6",
"@tauri-apps/api": "^1.5.2",
"@tauri-apps/api": "^1.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@tauri-apps/cli": "^1.4.0",
"@tauri-apps/cli": "^1.5.11",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.4.0", features = [] }
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = [] }
tauri = { version = "1.6.1", features = [] }
error-stack = "0.4.1"
lazy_static = "1.4.0"
regex = "1.9.3"
Expand Down

0 comments on commit 10a4074

Please sign in to comment.