mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
chore(deps): bump github.com/orchetect/menubarextraaccess
Bumps the swift-deps group in /apps/macos with 1 update: [github.com/orchetect/menubarextraaccess](https://github.com/orchetect/MenuBarExtraAccess). Updates `github.com/orchetect/menubarextraaccess` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/orchetect/MenuBarExtraAccess/releases) - [Commits](https://github.com/orchetect/MenuBarExtraAccess/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: github.com/orchetect/menubarextraaccess dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"originHash" : "1c9c9d251b760ed3234ecff741a88eb4bf42315ad6f50ac7392b187cf226c16c",
|
"originHash" : "2028796705272a1bbe4aeb770242687f77c1296fdaa969383630f2c3ed828ca8",
|
||||||
"pins" : [
|
"pins" : [
|
||||||
{
|
{
|
||||||
"identity" : "axorcist",
|
"identity" : "axorcist",
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/orchetect/MenuBarExtraAccess",
|
"location" : "https://github.com/orchetect/MenuBarExtraAccess",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "707dff6f55217b3ef5b6be84ced3e83511d4df5c",
|
"revision" : "33bb0e4b1e407feac791e047dcaaf9c69b25fd26",
|
||||||
"version" : "1.2.2"
|
"version" : "1.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ let package = Package(
|
|||||||
.executable(name: "openclaw-mac", targets: ["OpenClawMacCLI"]),
|
.executable(name: "openclaw-mac", targets: ["OpenClawMacCLI"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.2.2"),
|
.package(url: "https://github.com/orchetect/MenuBarExtraAccess", exact: "1.3.0"),
|
||||||
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.1.0"),
|
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.1.0"),
|
||||||
.package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"),
|
.package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"),
|
||||||
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.8.1"),
|
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.8.1"),
|
||||||
|
|||||||
Reference in New Issue
Block a user