Update JavaScriptKit, OpenCombineJS dependencies (#376)

This commit is contained in:
Max Desiatov 2021-01-29 07:53:21 +00:00 committed by GitHub
parent 0e89ea9529
commit 30b8d46aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/swiftwasm/JavaScriptKit.git",
"state": {
"branch": null,
"revision": "b7a02434c6e973c08c3fd5069105ef44dd82b891",
"version": "0.9.0"
"revision": "ebd9ca04215397f0e3cb72d6e96406a980a424e5",
"version": "0.10.0"
}
},
{
@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/swiftwasm/OpenCombineJS.git",
"state": {
"branch": null,
"revision": "5e8636b15bcb4b8900696d95daaab941458ed2cf",
"version": "0.0.2"
"revision": "1a11bbe487ca1b6f925b8dc809e11055e4a68131",
"version": "0.1.0"
}
},
{

View File

@ -51,10 +51,10 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(
url: "https://github.com/swiftwasm/JavaScriptKit.git",
.upToNextMinor(from: "0.9.0")
.upToNextMinor(from: "0.10.0")
),
.package(url: "https://github.com/TokamakUI/OpenCombine.git", from: "0.12.0-alpha3"),
.package(url: "https://github.com/swiftwasm/OpenCombineJS.git", .upToNextMinor(from: "0.0.2")),
.package(url: "https://github.com/swiftwasm/OpenCombineJS.git", .upToNextMinor(from: "0.1.0")),
.package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
],
targets: [