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

Commit

Permalink
fix(deps): update tauri monorepo to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent ab2a98f commit fae4e53
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 70 deletions.
4 changes: 2 additions & 2 deletions 11 WA-GawrBot-UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/node": "5.3.5",
"@astrojs/tailwind": "4.0.0",
"@tauri-apps/api": "1.4.0",
"@tauri-apps/api": "1.5.0",
"astro": "2.10.12",
"astro-compress": "2.0.14",
"astro-google-fonts-optimizer": "0.2.2",
Expand All @@ -26,7 +26,7 @@
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@tauri-apps/cli": "1.4.0",
"@tauri-apps/cli": "1.5.0",
"@types/node": "20.5.3",
"caxa": "3.0.1",
"ts-node": "10.9.1"
Expand Down
107 changes: 79 additions & 28 deletions 11 WA-GawrBot-UI/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 11 WA-GawrBot-UI/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.0", features = [] }

[dependencies]
serde_json = "=1.0.105"
serde = { version = "=1.0.185", features = ["derive"] }
tauri = { version = "=1.4.1", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }
tauri = { version = "=1.5.0", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }

[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
Loading

0 comments on commit fae4e53

Please sign in to comment.