Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(deps): update tauri monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 1145818 commit 9f21e84
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 93 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-table": "^8.20.5",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.0.2",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"accept-language": "^3.0.20",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"prepare": "husky"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0"
"@tauri-apps/api": "^2.0.2"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.0.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1"
Expand Down
149 changes: 61 additions & 88 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.5", features = [] }
tauri-build = { version = "2.0.1", features = [] }

[dependencies]
tauri = { version = "1.8.0", features = [ "system-tray", "shell-open", "updater", "windows7-compat"] }
tauri = { version = "2.0.4", features = [ "system-tray", "shell-open", "updater", "windows7-compat"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

Expand Down

0 comments on commit 9f21e84

Please sign in to comment.