Skip to content

Commit b9a36dc

Browse files
authored
Merge pull request #5703 from GeekyAnts/release/3.4.28
release 3.4.28
2 parents 8832dee + a9a3f1b commit b9a36dc

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier --write"
3737
]
3838
},
39-
"version": "3.4.27",
39+
"version": "3.4.28",
4040
"license": "MIT",
4141
"private": false,
4242
"main": "lib/commonjs/index",
@@ -189,7 +189,7 @@
189189
"@react-native-aria/slider": "^0.2.5-alpha.1",
190190
"@react-native-aria/tabs": "^0.2.7",
191191
"@react-native-aria/utils": "^0.2.8",
192-
"@react-stately/checkbox": "3.4.0",
192+
"@react-stately/checkbox": "3.0.3",
193193
"@react-stately/collections": "3.3.0",
194194
"@react-stately/combobox": "3.0.0-alpha.1",
195195
"@react-stately/radio": "3.2.1",

yarn.lock

+10-11
Original file line numberDiff line numberDiff line change
@@ -2589,16 +2589,15 @@
25892589
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
25902590
integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==
25912591

2592-
"@react-stately/checkbox@3.4.0":
2593-
version "3.4.0"
2594-
resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.4.0.tgz#34712864e6b6dbae033b30a279dc32a26bbc1a9b"
2595-
integrity sha512-zqwHMmlzza1exS6Bbqj4Mom3ygtG8pLguHweZ9OO7BFQLwBmzJsrFNqDcj7xh8iEWxXKQfZ2YOuhkaGvu4GRjA==
2592+
"@react-stately/checkbox@3.0.3":
2593+
version "3.0.3"
2594+
resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.3.tgz#18ee6bd3b544334b6f853bb5c5f7017ac3bb9c37"
2595+
integrity sha512-amT889DTLdbjAVjZ9j9TytN73PszynGIspKi1QSUCvXeA2OVyCwShxhV0Pn7yYX8cMinvGXrjhWdhn0nhYeMdg==
25962596
dependencies:
2597-
"@react-stately/toggle" "^3.5.0"
2598-
"@react-stately/utils" "^3.6.0"
2599-
"@react-types/checkbox" "^3.4.2"
2600-
"@react-types/shared" "^3.17.0"
2601-
"@swc/helpers" "^0.4.14"
2597+
"@babel/runtime" "^7.6.2"
2598+
"@react-stately/toggle" "^3.2.3"
2599+
"@react-stately/utils" "^3.2.2"
2600+
"@react-types/checkbox" "^3.2.3"
26022601

26032602
"@react-stately/checkbox@^3.0.1":
26042603
version "3.0.1"
@@ -2765,7 +2764,7 @@
27652764
"@react-types/checkbox" "^3.2.1"
27662765
"@react-types/shared" "^3.2.1"
27672766

2768-
"@react-stately/toggle@^3.5.0":
2767+
"@react-stately/toggle@^3.2.3":
27692768
version "3.5.0"
27702769
resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.5.0.tgz#fee5a29d7699e43867c52981834af5393f47c1c4"
27712770
integrity sha512-vKwLLkFsiIve4pXIQC/dqLAz7Z+qtzJ8+D00EXXO1Nf8YHcyIMDkTmi3NTM8Qtvmt4xX2hbJFiPDF6WvF6mBIg==
@@ -2844,7 +2843,7 @@
28442843
dependencies:
28452844
"@react-types/shared" "^3.2.1"
28462845

2847-
"@react-types/checkbox@^3.4.2":
2846+
"@react-types/checkbox@^3.2.3", "@react-types/checkbox@^3.4.2":
28482847
version "3.4.2"
28492848
resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.4.2.tgz#6089e9ef2d023415a5f871e312f30bae54143ba5"
28502849
integrity sha512-/NWFCEQLvVgo25afPt2jv4syxYvZeY/D/n2Y92IGtoNV4akdz4AuQ65+1X+JOhQc/ZbAblWw5fFWUZoQs3CLZg==

0 commit comments

Comments
 (0)