mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2026-03-01 16:48:22 +00:00
chore: bump deps.
This commit is contained in:
parent
37194f5d29
commit
fe2fd639b0
2 changed files with 9 additions and 9 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"originHash" : "8e39da950f9cbe4c8126b1fabf0d3d6945ab547f7564fd7bb0921701f3269c14",
|
"originHash" : "7c7cefeea2d5b6b41e4e4c63355216005204668d5b71b766db2eaeb0414dc0b8",
|
||||||
"pins" : [
|
"pins" : [
|
||||||
{
|
{
|
||||||
"identity" : "swift-argument-parser",
|
"identity" : "swift-argument-parser",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/apple/swift-argument-parser.git",
|
"location" : "https://github.com/apple/swift-argument-parser.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "309a47b2b1d9b5e991f36961c983ecec72275be3",
|
"revision" : "c5d11a805e765f52ba34ec7284bd4fcd6ba68615",
|
||||||
"version" : "1.6.1"
|
"version" : "1.7.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/apple/swift-asn1.git",
|
"location" : "https://github.com/apple/swift-asn1.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "f70225981241859eb4aa1a18a75531d26637c8cc",
|
"revision" : "810496cf121e525d660cd0ea89a758740476b85f",
|
||||||
"version" : "1.4.0"
|
"version" : "1.5.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/apple/swift-crypto.git",
|
"location" : "https://github.com/apple/swift-crypto.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "95ba0316a9b733e92bb6b071255ff46263bbe7dc",
|
"revision" : "6f70fa9eab24c1fd982af18c281c4525d05e3095",
|
||||||
"version" : "3.15.1"
|
"version" : "4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ let package = Package(
|
||||||
.executable(name: "TailwindCSSCLIArtifactBundler", targets: ["TailwindCSSCLIArtifactBundler"]),
|
.executable(name: "TailwindCSSCLIArtifactBundler", targets: ["TailwindCSSCLIArtifactBundler"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
|
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
|
||||||
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
|
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.executableTarget(
|
.executableTarget(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue