Skip to content

Commit 321a36b

Browse files
Update tamagui monorepo to ^1.140.2
1 parent e4c9444 commit 321a36b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@floating-ui/dom": "^1.7.4",
4141
"@floating-ui/react-native": "^0.10.7",
4242
"@react-universal/core": "workspace:*",
43-
"@tamagui/compose-refs": "^1.138.6"
43+
"@tamagui/compose-refs": "^1.140.2"
4444
},
4545
"devDependencies": {
4646
"@react-universal/babel-plugin": "workspace:*",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@emotion/weak-memoize": "^0.4.0",
3535
"@react-native/normalize-colors": "0.82.1",
3636
"@react-universal/utils": "workspace:*",
37-
"@tamagui/constants": "^1.138.6",
38-
"@tamagui/use-constant": "^1.138.6"
37+
"@tamagui/constants": "^1.140.2",
38+
"@tamagui/use-constant": "^1.140.2"
3939
},
4040
"devDependencies": {
4141
"@types/react": "~19.2.7",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4181,7 +4181,7 @@ __metadata:
41814181
"@floating-ui/react-native": "npm:^0.10.7"
41824182
"@react-universal/babel-plugin": "workspace:*"
41834183
"@react-universal/core": "workspace:*"
4184-
"@tamagui/compose-refs": "npm:^1.138.6"
4184+
"@tamagui/compose-refs": "npm:^1.140.2"
41854185
"@types/react": "npm:~19.2.7"
41864186
react: "npm:19.2.0"
41874187
react-native: "npm:0.82.1"
@@ -4208,8 +4208,8 @@ __metadata:
42084208
"@emotion/weak-memoize": "npm:^0.4.0"
42094209
"@react-native/normalize-colors": "npm:0.82.1"
42104210
"@react-universal/utils": "workspace:*"
4211-
"@tamagui/constants": "npm:^1.138.6"
4212-
"@tamagui/use-constant": "npm:^1.138.6"
4211+
"@tamagui/constants": "npm:^1.140.2"
4212+
"@tamagui/use-constant": "npm:^1.140.2"
42134213
"@types/react": "npm:~19.2.7"
42144214
react: "npm:19.2.0"
42154215
react-native: "npm:0.82.1"
@@ -4883,31 +4883,31 @@ __metadata:
48834883
languageName: node
48844884
linkType: hard
48854885

4886-
"@tamagui/compose-refs@npm:^1.138.6":
4887-
version: 1.138.6
4888-
resolution: "@tamagui/compose-refs@npm:1.138.6"
4886+
"@tamagui/compose-refs@npm:^1.140.2":
4887+
version: 1.140.2
4888+
resolution: "@tamagui/compose-refs@npm:1.140.2"
48894889
peerDependencies:
48904890
react: "*"
4891-
checksum: 10c0/5297577e5cc6407c5986e856fc896be6d91cf3fe37cd264e1c8990d0b2a0389bad7b29e2f0c361c114469bff40456ddbe4df3b52d8f6e463e0625dc2168d3d68
4891+
checksum: 10c0/9e8b8927861e57f0fa0ef2b3d2135f9a1450627f33f8f1265c6be6d913be706cdd4ab8c901ecfeec70e7e422c0b90b361d1f9625a8af617bf1a8fc33d3976158
48924892
languageName: node
48934893
linkType: hard
48944894

4895-
"@tamagui/constants@npm:^1.138.6":
4896-
version: 1.138.6
4897-
resolution: "@tamagui/constants@npm:1.138.6"
4895+
"@tamagui/constants@npm:^1.140.2":
4896+
version: 1.140.2
4897+
resolution: "@tamagui/constants@npm:1.140.2"
48984898
peerDependencies:
48994899
react: "*"
49004900
react-native: "*"
4901-
checksum: 10c0/a5d28e15af4f5747c3674f45f19fda56d6e5a52b3e24e72846d55ab7ec112d60400c195b221e57245cb19c5c3c44331a682eb65fa49e1ee98ff2beb5a6225292
4901+
checksum: 10c0/2ba1462d9bef50afb159c94b420db115217d68600b1014237c39ea3f87fbb6de9387c951ebfcab6180642c56a184527b271e42ec726e40f165a881f255e704ae
49024902
languageName: node
49034903
linkType: hard
49044904

4905-
"@tamagui/use-constant@npm:^1.138.6":
4906-
version: 1.138.6
4907-
resolution: "@tamagui/use-constant@npm:1.138.6"
4905+
"@tamagui/use-constant@npm:^1.140.2":
4906+
version: 1.140.2
4907+
resolution: "@tamagui/use-constant@npm:1.140.2"
49084908
peerDependencies:
49094909
react: "*"
4910-
checksum: 10c0/dd814a8192bd6d5667139d4e9d4e5e7ce01efeca3aaf64b36d9dc67dd907e0ac2b96487dea03e88c7d7d3294841ad179cb1ba8fa3a942e13f44db5d34ed7d481
4910+
checksum: 10c0/93598295a62e19ed8a6bf39ad4d2d0ec7a6fb05cd4e7bb6026ef48fb4fc67d97ec395be67dd00ef87725fb724062bfc95e993e1f15b97afe4a6c108a57efa13c
49114911
languageName: node
49124912
linkType: hard
49134913

0 commit comments

Comments
 (0)