Skip to content

Commit

Permalink
Update @tamagui/core to version 1.101.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jun 25, 2024
1 parent c6a1173 commit 7402ddc
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-navigation/native": "^6.1.17",
"@tamagui/babel-plugin": "^1.99.1",
"@tamagui/config": "^1.99.1",
"@tamagui/core": "^1.99.1",
"@tamagui/core": "^1.101.3",
"@tamagui/lucide-icons": "^1.99.1",
"expo": "^51.0.9",
"expo-doctor": "^1.6.1",
Expand Down
96 changes: 95 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2852,6 +2852,11 @@
resolved "https://registry.yarnpkg.com/@tamagui/colors/-/colors-1.99.1.tgz#65ee781539c3299ba1b4dc406ba495cc8fc8dc95"
integrity sha512-Y96Xgn7KNZm4NXaIkfvtMT58izQzsMgabX0gBfqhFSEnoxwC2iQjGIw/eKw468EE/FHXnSavinrxdhftfU782g==

"@tamagui/compose-refs@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/compose-refs/-/compose-refs-1.101.3.tgz#60dd02d7fdb8b59ec8650826557823c7b172df91"
integrity sha512-p4T4ea0qDzRN8n7+pgvn5XkGcFZf+gxS/JAq2DCUupJSjhzA3ZTdVCoMTzEfiZDTYHfx0mj12z7V4PU3WObXNg==

"@tamagui/compose-refs@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/compose-refs/-/compose-refs-1.99.1.tgz#f8f453b00b4035d447049e29f01362f0785527d9"
Expand Down Expand Up @@ -2882,12 +2887,17 @@
"@tamagui/themes" "1.99.1"
"@tamagui/web" "1.99.1"

"@tamagui/constants@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/constants/-/constants-1.101.3.tgz#eb21fa683e9a977a0d277462ee2ecd78c4fc7434"
integrity sha512-nVppG0HaS7R0Tq3rAY0zVjcc5xszKcmCee4JRIJ8T6k4yPxW6Aqv8NJyAnS/5npET3ku72exVv9DeyU0WaJ07w==

"@tamagui/constants@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/constants/-/constants-1.99.1.tgz#2b4b51af84d9e9cca1427ffa6e84956c8614e75c"
integrity sha512-IxyWNsP+5qJifsQx4UhEg9+ZOznE9pPLfQxkMPyuFOKpVF4AQLPl8QJEiTQ1r7H8dTivWNJR/dl/Nz6ZDp91Eg==

"@tamagui/core@1.99.1", "@tamagui/core@^1.99.1":
"@tamagui/core@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/core/-/core-1.99.1.tgz#52fd2a4413a20706d810e0b7c4f5020265caa3cb"
integrity sha512-W5ZynxjA/fITliCse42sdT7SykQ8JfWnKPUApUuVCPvZ1FxdWwRpuO5GSUD/iXYXYO2Vxu1okIf+eGR8//zsQA==
Expand All @@ -2897,6 +2907,16 @@
"@tamagui/use-event" "1.99.1"
"@tamagui/web" "1.99.1"

"@tamagui/core@^1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/core/-/core-1.101.3.tgz#dcdb046cc04fcbbd8433c92013994b81f4143133"
integrity sha512-dhCguFJd/gfvULHBFh2OQPs8KVeMHbcBuY0WXeBIuU4h088QtNG5U0pgrwqHa05yuV4LirpIJc9y7j0OePqlBg==
dependencies:
"@tamagui/react-native-use-pressable" "1.101.3"
"@tamagui/react-native-use-responder-events" "1.101.3"
"@tamagui/use-event" "1.101.3"
"@tamagui/web" "1.101.3"

"@tamagui/create-context@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/create-context/-/create-context-1.99.1.tgz#bb338b5bf6c3e0f6d083e752dc8834bdbc2d46cb"
Expand Down Expand Up @@ -3087,6 +3107,14 @@
"@tamagui/helpers" "1.99.1"
"@tamagui/web" "1.99.1"

"@tamagui/helpers@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/helpers/-/helpers-1.101.3.tgz#7d777ff0a284227c4b7e5f2e522026e4061bf144"
integrity sha512-ertVEdjXUmkVRQA6/dHHG9P12ai7z6Upt+/N6Fguo84qcdlHVA2aSYshI3eOOatVjd4HOlNUpVHaqQ/JtuJboA==
dependencies:
"@tamagui/constants" "1.101.3"
"@tamagui/simple-hash" "1.101.3"

"@tamagui/helpers@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/helpers/-/helpers-1.99.1.tgz#672207e2b3b1d27fbfaecd8513b2bb2e88ea935d"
Expand Down Expand Up @@ -3147,6 +3175,13 @@
"@tamagui/core" "1.99.1"
"@tamagui/helpers-icon" "1.99.1"

"@tamagui/normalize-css-color@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/normalize-css-color/-/normalize-css-color-1.101.3.tgz#96636cc56e3393f6c1e03123a3d24ec501e53d21"
integrity sha512-F10Ao6btHQnBJb5yHtqbZYnWDXoWWMluusPNyS6WkOCTXky8FGA7P1rUkXG/CD6g8l1A8CZ7WmBBsX4lkC/ICg==
dependencies:
"@react-native/normalize-color" "^2.1.0"

"@tamagui/normalize-css-color@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/normalize-css-color/-/normalize-css-color-1.99.1.tgz#4f863c800ef4ba2056f1e9b63b80e307a4ce5792"
Expand Down Expand Up @@ -3266,11 +3301,21 @@
dependencies:
"@tamagui/web" "1.99.1"

"@tamagui/react-native-use-pressable@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/react-native-use-pressable/-/react-native-use-pressable-1.101.3.tgz#ebfaac632bfbac22a978e62f3c823332da7a10fb"
integrity sha512-nhz23ImLaAtmkG/5GvSsCCnpoS3uUS5iSQiU6kqY1AB5UOtIjZzS+613lB24ap5gXjagpUVmzrtJcB3Czx852Q==

"@tamagui/react-native-use-pressable@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/react-native-use-pressable/-/react-native-use-pressable-1.99.1.tgz#915c7123de622ce07825f010fdf3193c5bcfabc1"
integrity sha512-igKZGaO2UV8vPvjEJYy/CGqXnu+09czrmlzl8H2J4taZ5L7qJD5CSKVXMVBWP0/neaz34bpcpPY81wAS8b51zg==

"@tamagui/react-native-use-responder-events@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/react-native-use-responder-events/-/react-native-use-responder-events-1.101.3.tgz#e825485e176f80c2425c193d4b80cd0055fda023"
integrity sha512-iMDAGggb2DflmxptMYNwDIj6/0bfAuNtcnQXlB1Ar/C4xfG6Ubc6LhfUyyH++50PcFxYVpxN0KMqnsWSAptMdQ==

"@tamagui/react-native-use-responder-events@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/react-native-use-responder-events/-/react-native-use-responder-events-1.99.1.tgz#512da995b3cbbafec737031dcb17ee1971d875ca"
Expand Down Expand Up @@ -3377,6 +3422,11 @@
resolved "https://registry.yarnpkg.com/@tamagui/shorthands/-/shorthands-1.99.1.tgz#15d27a1c133fffa6e3aed8039c03611a70033222"
integrity sha512-wcGpFfliR/Zj+aPOjTQ43UAR6TVowvdQA1N31nt1beQYDXO7wGXfjsY9VBNiEGfMq9SRKeOUzRKMWhd85cn1mw==

"@tamagui/simple-hash@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/simple-hash/-/simple-hash-1.101.3.tgz#3c1db22a8e3b27b11d572da4a8457f1f961cda7b"
integrity sha512-yzRJXgzW1nxksCduzfZ03RjaFHZr3yzanaNUCUtQA6PFweIHnYw2UQTK26ZCWCSNjkrwVmL7RsB6h3WTjl/XUw==

"@tamagui/simple-hash@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/simple-hash/-/simple-hash-1.99.1.tgz#8e9e2860347787b4d9e55bf2267e625f2e304178"
Expand Down Expand Up @@ -3523,6 +3573,11 @@
"@tamagui/theme-builder" "1.99.1"
"@tamagui/web" "1.99.1"

"@tamagui/timer@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/timer/-/timer-1.101.3.tgz#02f9d0430a2fc7c5c03ec054c389e5cd787b0070"
integrity sha512-chQEvSRnXHy9iJirxcf3D/z29b+YuMow2opyBZf8ce0IcCA8hOpQtqVmF6tvNcOSf2CE+UN+SLVglCWrnR0phg==

"@tamagui/timer@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/timer/-/timer-1.99.1.tgz#aefadb41b55d68683da334aa6b272301cd2b37f7"
Expand Down Expand Up @@ -3566,6 +3621,11 @@
"@tamagui/text" "1.99.1"
"@tamagui/use-controllable-state" "1.99.1"

"@tamagui/types@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/types/-/types-1.101.3.tgz#16882d6c82e3ac881650cdf8635b0b8094865e48"
integrity sha512-CjPh6+Oyy7KVt5TRVxtqLrS/36GuvdrKYEHz7Zq1N4R8r3OwmjzUDiSCyJizLxD896DLiTMbDz9abAeDB5XWJA==

"@tamagui/types@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/types/-/types-1.99.1.tgz#4606758b73a7f93fe18fd5f761f953b38503e874"
Expand Down Expand Up @@ -3593,6 +3653,13 @@
resolved "https://registry.yarnpkg.com/@tamagui/use-debounce/-/use-debounce-1.99.1.tgz#b94f69b5c1b6f46738e04d2a629ac75e065c8075"
integrity sha512-f8POW9hRyvGrefpreYh3dTfrIfNyOm9Sqdcyt+SX2IEb5POr4PtBBKIsV0YEkkK6RbhlPlGUrDysjSlkUe+lpA==

"@tamagui/use-did-finish-ssr@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/use-did-finish-ssr/-/use-did-finish-ssr-1.101.3.tgz#36fb15a64c2f3b7280855b7b644726715bba1b26"
integrity sha512-5MOehyuYLeNwwHM973YNKbV39XE2/LFsUJmrR/EgXgI5fJZa452IdICkOrhVh6T86yohURh9NHAEG6oybcdPrA==
dependencies:
"@tamagui/constants" "1.101.3"

"@tamagui/use-did-finish-ssr@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/use-did-finish-ssr/-/use-did-finish-ssr-1.99.1.tgz#b9411d10384c53ddb5d3312ab6f965bdc401d412"
Expand All @@ -3612,13 +3679,25 @@
dependencies:
"@tamagui/use-callback-ref" "1.99.1"

"@tamagui/use-event@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/use-event/-/use-event-1.101.3.tgz#ecfd52d3a2f1073665939b412aa429faf40647a2"
integrity sha512-ruB/ztONB7yxgYYIhOvWbWQeyjzFVcrgmgkwhzFn6UVbcw6Nq2SsFdeHAkzbF87yvp5Sd4ESVysRkO9VILP1Mw==
dependencies:
"@tamagui/constants" "1.101.3"

"@tamagui/use-event@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/use-event/-/use-event-1.99.1.tgz#4b5802591c8cb182c8c623746bbb5875d235cc4b"
integrity sha512-9AArZW4L65CdWh/AAHbr9wj4DFI5rPMlWfWSpIE5m9eQgBzt5toXvCeorupjsNhA9oSqwyrJOtamwu2oHomDrQ==
dependencies:
"@tamagui/constants" "1.99.1"

"@tamagui/use-force-update@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/use-force-update/-/use-force-update-1.101.3.tgz#38e2815ffb1691af1aace7affe76af5522bdf16b"
integrity sha512-Smmd5wkzJ5noWuSRFuwxQcGnaPaDCInNcKeKLJDCWEj/9c0S7CFiOTW0109Ftv8dXAOmJp1t1pBWq8xk/KXy+A==

"@tamagui/use-force-update@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/use-force-update/-/use-force-update-1.99.1.tgz#3c9a047b39e21e463857aee4d2cb77d35fefe28b"
Expand Down Expand Up @@ -3655,6 +3734,21 @@
dependencies:
"@tamagui/web" "1.99.1"

"@tamagui/web@1.101.3":
version "1.101.3"
resolved "https://registry.yarnpkg.com/@tamagui/web/-/web-1.101.3.tgz#40029047fdcd1a9c623e6e39b6a0f8ac754cca87"
integrity sha512-JQqyOxbDyDsQ+7ddsTI6zFGmhFKK2SOlTiFo4jXTGvPiooVSxZxkXufvXbsLp887VrdhnhOWZruFYGoCkorv2A==
dependencies:
"@tamagui/compose-refs" "1.101.3"
"@tamagui/constants" "1.101.3"
"@tamagui/helpers" "1.101.3"
"@tamagui/normalize-css-color" "1.101.3"
"@tamagui/timer" "1.101.3"
"@tamagui/types" "1.101.3"
"@tamagui/use-did-finish-ssr" "1.101.3"
"@tamagui/use-event" "1.101.3"
"@tamagui/use-force-update" "1.101.3"

"@tamagui/web@1.99.1":
version "1.99.1"
resolved "https://registry.yarnpkg.com/@tamagui/web/-/web-1.99.1.tgz#1b697bb1d1dc746d0350ff15406545a5780c0a66"
Expand Down

0 comments on commit 7402ddc

Please sign in to comment.