Skip to content

Commit 2682fe6

Browse files
Bump vite from 8.0.7 to 8.0.8 in the tauri-specta-deps group
Bumps the tauri-specta-deps group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite) Bump rand from 0.10.0 to 0.10.1 in the tauri-specta-deps group Bumps the tauri-specta-deps group with 1 update: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.10.0...0.10.1) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tauri-specta-deps - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tauri-specta-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbf9104 commit 2682fe6

5 files changed

Lines changed: 109 additions & 109 deletions

File tree

Cargo.lock

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

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"@tauri-apps/cli": "^2.10.1",
1717
"typescript": "^6.0.2",
18-
"vite": "^8.0.7"
18+
"vite": "^8.0.8"
1919
}
2020
}

examples/custom-plugin/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@tauri-apps/cli": "^2.10.1",
2020
"typescript": "^6.0.2",
21-
"vite": "^8.0.7",
21+
"vite": "^8.0.8",
2222
"vite-plugin-solid": "^2.11.12"
2323
}
2424
}

examples/custom-plugin/plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
tauri-plugin = { workspace = true, features = ["build"] }
1010

1111
[dependencies]
12-
rand = "0.10.0"
12+
rand = "0.10.1"
1313
serde = "1"
1414
specta = { workspace = true }
1515
tauri = { workspace = true }

0 commit comments

Comments
 (0)