Skip to content

Commit c652d4d

Browse files
chore(deps): update all non-major dependencies
1 parent 3c3715d commit c652d4d

File tree

5 files changed

+56
-53
lines changed

5 files changed

+56
-53
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"bumpp": "^10.1.0",
1111
"bun-plugin-dtsx": "^0.21.9",
1212
"changelogen": "^0.6.1",
13-
"lint-staged": "^15.5.0",
13+
"lint-staged": "^15.5.1",
1414
"simple-git-hooks": "^2.12.1",
1515
"typescript": "^5.8.3",
1616
},
1717
},
1818
"packages/vite-plugin-tauri": {
1919
"name": "@stacksjs/vite-plugin-tauri",
20-
"version": "0.1.0",
20+
"version": "0.2.2",
2121
"dependencies": {
2222
"@tauri-apps/api": "^2.4.1",
2323
"@tauri-apps/cli": "^2.4.1",
@@ -1271,7 +1271,7 @@
12711271

12721272
"lilconfig": ["[email protected]", "", {}, "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw=="],
12731273

1274-
"lint-staged": ["[email protected].0", "", { "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "debug": "^4.4.0", "execa": "^8.0.1", "lilconfig": "^3.1.3", "listr2": "^8.2.5", "micromatch": "^4.0.8", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.7.0" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg=="],
1274+
"lint-staged": ["[email protected].1", "", { "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "debug": "^4.4.0", "execa": "^8.0.1", "lilconfig": "^3.1.3", "listr2": "^8.2.5", "micromatch": "^4.0.8", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.7.0" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ=="],
12751275

12761276
"listr2": ["[email protected]", "", { "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", "log-update": "^6.1.0", "rfdc": "^1.4.1", "wrap-ansi": "^9.0.0" } }, "sha512-vsBzcU4oE+v0lj4FhVLzr9dBTv4/fHIa57l+GCwovP8MoFNZJTOhGU8PXd4v2VJCbECAaijBiHntiekFMLvo0g=="],
12771277

example/src-tauri/Cargo.lock

Lines changed: 48 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.57"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "2.1.1", features = [] }
15+
tauri-build = { version = "2.2.0", features = [] }
1616

1717
[dependencies]
1818
serde_json = "1.0.140"
1919
serde = { version = "1.0.219", features = [ "derive" ] }
20-
tauri = { version = "2.4.1", features = [ "tray-icon", "image-png" ] }
20+
tauri = { version = "2.5.0", features = [ "tray-icon", "image-png" ] }
2121

2222
[features]
2323
# this feature is used for production builds or when `devPath` points to the filesystem

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"bumpp": "^10.1.0",
3737
"bun-plugin-dtsx": "^0.21.9",
3838
"changelogen": "^0.6.1",
39-
"lint-staged": "^15.5.0",
39+
"lint-staged": "^15.5.1",
4040
"simple-git-hooks": "^2.12.1",
4141
"typescript": "^5.8.3"
4242
},

packages/vite-plugin-tauri/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"prepublishOnly": "bun --bun run build"
5151
},
5252
"dependencies": {
53-
"@tauri-apps/api": "^2.4.1",
54-
"@tauri-apps/cli": "^2.4.1",
53+
"@tauri-apps/api": "^2.5.0",
54+
"@tauri-apps/cli": "^2.5.0",
5555
"bunfig": "^0.8.2"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)