Skip to content

Commit

Permalink
Merge pull request #5703 from GeekyAnts/release/3.4.28
Browse files Browse the repository at this point in the history
release 3.4.28
  • Loading branch information
rayan1810 committed Mar 6, 2023
2 parents 8832dee + a9a3f1b commit b9a36dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier --write"
]
},
"version": "3.4.27",
"version": "3.4.28",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down Expand Up @@ -189,7 +189,7 @@
"@react-native-aria/slider": "^0.2.5-alpha.1",
"@react-native-aria/tabs": "^0.2.7",
"@react-native-aria/utils": "^0.2.8",
"@react-stately/checkbox": "3.4.0",
"@react-stately/checkbox": "3.0.3",
"@react-stately/collections": "3.3.0",
"@react-stately/combobox": "3.0.0-alpha.1",
"@react-stately/radio": "3.2.1",
Expand Down
21 changes: 10 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2589,16 +2589,15 @@
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==

"@react-stately/checkbox@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.4.0.tgz#34712864e6b6dbae033b30a279dc32a26bbc1a9b"
integrity sha512-zqwHMmlzza1exS6Bbqj4Mom3ygtG8pLguHweZ9OO7BFQLwBmzJsrFNqDcj7xh8iEWxXKQfZ2YOuhkaGvu4GRjA==
"@react-stately/checkbox@3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.3.tgz#18ee6bd3b544334b6f853bb5c5f7017ac3bb9c37"
integrity sha512-amT889DTLdbjAVjZ9j9TytN73PszynGIspKi1QSUCvXeA2OVyCwShxhV0Pn7yYX8cMinvGXrjhWdhn0nhYeMdg==
dependencies:
"@react-stately/toggle" "^3.5.0"
"@react-stately/utils" "^3.6.0"
"@react-types/checkbox" "^3.4.2"
"@react-types/shared" "^3.17.0"
"@swc/helpers" "^0.4.14"
"@babel/runtime" "^7.6.2"
"@react-stately/toggle" "^3.2.3"
"@react-stately/utils" "^3.2.2"
"@react-types/checkbox" "^3.2.3"

"@react-stately/checkbox@^3.0.1":
version "3.0.1"
Expand Down Expand Up @@ -2765,7 +2764,7 @@
"@react-types/checkbox" "^3.2.1"
"@react-types/shared" "^3.2.1"

"@react-stately/toggle@^3.5.0":
"@react-stately/toggle@^3.2.3":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.5.0.tgz#fee5a29d7699e43867c52981834af5393f47c1c4"
integrity sha512-vKwLLkFsiIve4pXIQC/dqLAz7Z+qtzJ8+D00EXXO1Nf8YHcyIMDkTmi3NTM8Qtvmt4xX2hbJFiPDF6WvF6mBIg==
Expand Down Expand Up @@ -2844,7 +2843,7 @@
dependencies:
"@react-types/shared" "^3.2.1"

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

0 comments on commit b9a36dc

Please sign in to comment.