@react-aria/radio
Advanced tools
Comparing version 3.10.10 to 3.10.11
{ | ||
"name": "@react-aria/radio", | ||
"version": "3.10.10", | ||
"version": "3.10.11", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,15 +25,16 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.19.0", | ||
"@react-aria/form": "^3.0.11", | ||
"@react-aria/i18n": "^3.12.4", | ||
"@react-aria/interactions": "^3.22.5", | ||
"@react-aria/label": "^3.7.13", | ||
"@react-aria/utils": "^3.26.0", | ||
"@react-stately/radio": "^3.10.9", | ||
"@react-types/radio": "^3.8.5", | ||
"@react-types/shared": "^3.26.0", | ||
"@react-aria/focus": "^3.19.1", | ||
"@react-aria/form": "^3.0.12", | ||
"@react-aria/i18n": "^3.12.5", | ||
"@react-aria/interactions": "^3.23.0", | ||
"@react-aria/label": "^3.7.14", | ||
"@react-aria/utils": "^3.27.0", | ||
"@react-stately/radio": "^3.10.10", | ||
"@react-types/radio": "^3.8.6", | ||
"@react-types/shared": "^3.27.0", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -43,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "71f0ef23053f9e03ee7e97df736e8b083e006849" | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
} |
93978
12
Updated@react-aria/focus@^3.19.1
Updated@react-aria/form@^3.0.12
Updated@react-aria/i18n@^3.12.5
Updated@react-aria/label@^3.7.14
Updated@react-aria/utils@^3.27.0
Updated@react-types/radio@^3.8.6
Updated@react-types/shared@^3.27.0