mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⬆️ Periphery (2.5.0), PromiseKit (6.15.3)
This commit is contained in:
parent
9b2eaf4ef9
commit
37dfbcf7a1
4 changed files with 11 additions and 11 deletions
|
@ -98,12 +98,12 @@
|
|||
"revision": "00757e80d6861651d3dc18bbc978edf9a5d0a8a9"
|
||||
},
|
||||
"peripheryapp/periphery": {
|
||||
"revision": "85922da2070aec89444ade214be45271f33286a1"
|
||||
"revision": "0655b61faa48df0c36728ac184985fd9f9dbdd37"
|
||||
}
|
||||
},
|
||||
"cask": {
|
||||
"periphery": {
|
||||
"version": "2.4.3",
|
||||
"version": "2.5.0",
|
||||
"options": {
|
||||
"full_name": "periphery"
|
||||
}
|
||||
|
@ -113,12 +113,12 @@
|
|||
"system": {
|
||||
"macos": {
|
||||
"big_sur": {
|
||||
"HOMEBREW_VERSION": "3.1.9-2-g1795b37",
|
||||
"HOMEBREW_VERSION": "3.1.9-58-g7ae9cc3",
|
||||
"HOMEBREW_PREFIX": "/opt/homebrew",
|
||||
"Homebrew/homebrew-core": "b635bce76112dd46186dcf2ca7fe2bb6f94fa07f",
|
||||
"Homebrew/homebrew-core": "993a5784531ac08020f0e85fa7503a484c8bc231",
|
||||
"CLT": "12.5.0.22.9",
|
||||
"Xcode": "12.5",
|
||||
"macOS": "11.3.1"
|
||||
"macOS": "11.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,4 +74,4 @@ DEPENDENCIES
|
|||
xcpretty
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.17
|
||||
2.2.18
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "f809deb30dc5c9d9b78c872e553261a61177721a",
|
||||
"version": "2.0.0"
|
||||
"revision": "682841464136f8c66e04afe5dbd01ab51a3a56f2",
|
||||
"version": "2.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -42,8 +42,8 @@
|
|||
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "8a99286c79693f7da2d5f5b42972b491fb810a3d",
|
||||
"version": "6.15.0"
|
||||
"revision": "d2f7ba14bcdc45e18f4f60ad9df883fb9055f081",
|
||||
"version": "6.15.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ let package = Package(
|
|||
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
||||
.package(url: "https://github.com/Quick/Nimble.git", from: "9.2.0"),
|
||||
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.0"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
|
||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Reference in a new issue