Skip to content

Commit

Permalink
Update tauri monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent a747840 commit e3dc011
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@rsuite/icons": "^1.0.3",
"@tauri-apps/api": "1.5.6",
"@tauri-apps/api": "1.6.0",
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.0",
"megalodon": "10.0.2",
Expand All @@ -51,7 +51,7 @@
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.14",
"@tauri-apps/cli": "^1.6.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/parse-link-header": "^2.0.3",
Expand Down
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

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

28 changes: 14 additions & 14 deletions src-tauri/Cargo.lock

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 @@ -11,12 +11,12 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
serde_json = "1.0.117"
serde = { version = "1.0.203", features = ["derive"] }
tauri = { version = "1.6.8", features = ["api-all"] }
tauri = { version = "1.7.1", features = ["api-all"] }
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.38.0", features = ["full"] }
futures = "0.3.30"
Expand Down

0 comments on commit e3dc011

Please sign in to comment.