Skip to content

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 Jan 4, 2025
1 parent 2b1c2d1 commit ba57809
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 43 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mantine/rte": "5.10.5",
"@preact/signals-react": "1.3.8",
"@tailwindcss/typography": "0.5.13",
"@tauri-apps/api": "1.5.6",
"@tauri-apps/api": "2.2.0",
"daisyui": "3.9.4",
"jotai": "2.8.3",
"mitt": "3.0.1",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@tauri-apps/cli": "1.5.14",
"@tauri-apps/cli": "2.2.2",
"@testing-library/react": "14.3.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.3",
Expand Down
77 changes: 38 additions & 39 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 @@ -16,7 +16,7 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "=1.5.2", features = [] }
tauri-build = { version = "=2.0.4", features = [] }

[dependencies]
html2text = "=0.12.5"
Expand All @@ -26,7 +26,7 @@ reqwest = { version = "=0.12.4", features = ["json"] }
tokio = { version = "=1.38.0", features = ["full"] }
serde_json = "=1.0.117"
serde = { version = "=1.0.203", features = ["derive"] }
tauri = { version = "=1.6.8", features = [] }
tauri = { version = "=2.2.0", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down

0 comments on commit ba57809

Please sign in to comment.