Skip to content

Commit e39d76f

Browse files
committed
chore: Update yoga version to 3.2.1
1 parent 772d8fc commit e39d76f

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Pod::Spec.new do |spec|
2424
'-fPIC'
2525
]
2626

27-
spec.dependency 'Yoga'
27+
spec.dependency 'Yoga', '3.2.1'
2828
end

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "FlexLayout", targets: ["FlexLayout"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/facebook/yoga.git", from: "3.1.0"),
15+
.package(url: "https://github.com/facebook/yoga.git", .upToNextMinor(from: "3.2.1")),
1616
],
1717
targets: [
1818
.target(

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform :ios, '14.0'
55
workspace 'FlexLayout.xcworkspace'
66

77
target 'FlexLayout' do
8-
pod 'Yoga', git: 'https://github.com/facebook/yoga.git', tag: 'v3.1.0'
8+
pod 'Yoga'
99
end
1010

1111
target 'FlexLayoutTests' do

Podfile.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,32 @@
11
PODS:
2-
- FlexLayout (2.0.10):
3-
- Yoga
2+
- FlexLayout (2.1.0):
3+
- Yoga (= 3.2.1)
44
- PinLayout (1.10.5)
55
- SwiftLint (0.55.1)
6-
- Yoga (3.1.0)
6+
- Yoga (3.2.1)
77

88
DEPENDENCIES:
99
- FlexLayout (from `./`)
1010
- PinLayout
1111
- SwiftLint
12-
- Yoga (from `https://github.com/facebook/yoga.git`, tag `v3.1.0`)
12+
- Yoga
1313

1414
SPEC REPOS:
1515
trunk:
1616
- PinLayout
1717
- SwiftLint
18+
- Yoga
1819

1920
EXTERNAL SOURCES:
2021
FlexLayout:
2122
:path: "./"
22-
Yoga:
23-
:git: https://github.com/facebook/yoga.git
24-
:tag: v3.1.0
25-
26-
CHECKOUT OPTIONS:
27-
Yoga:
28-
:git: https://github.com/facebook/yoga.git
29-
:tag: v3.1.0
3023

3124
SPEC CHECKSUMS:
32-
FlexLayout: aaf305c1f3203be3d8694c3835773d1e7a912b72
25+
FlexLayout: a8c891daa749421ca53afabc292e2f8e5c26ddce
3326
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
3427
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
35-
Yoga: 955c6d6390d5b00fb54d02151e67d69b3ac6f2d8
28+
Yoga: 636ce73bd247407928a7df089f3bc3675916b3ff
3629

37-
PODFILE CHECKSUM: 616cb577f11ab8498737680dedeed47c6fae4b64
30+
PODFILE CHECKSUM: 1f6efc1a6a34ba1a94787f873e6285b35f11830b
3831

39-
COCOAPODS: 1.16.2
32+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)