@react-spectrum/link
Advanced tools
Comparing version 3.6.12 to 3.6.13
{ | ||
"name": "@react-spectrum/link", | ||
"version": "3.6.12", | ||
"version": "3.6.13", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,9 +39,9 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.19.0", | ||
"@react-aria/interactions": "^3.22.5", | ||
"@react-aria/link": "^3.7.7", | ||
"@react-aria/utils": "^3.26.0", | ||
"@react-spectrum/utils": "^3.12.0", | ||
"@react-types/link": "^3.5.9", | ||
"@react-types/shared": "^3.26.0", | ||
"@react-aria/focus": "^3.19.1", | ||
"@react-aria/interactions": "^3.23.0", | ||
"@react-aria/link": "^3.7.8", | ||
"@react-aria/utils": "^3.27.0", | ||
"@react-spectrum/utils": "^3.12.1", | ||
"@react-types/link": "^3.5.10", | ||
"@react-types/shared": "^3.27.0", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -54,3 +54,4 @@ }, | ||
"@react-spectrum/provider": "^3.0.0", | ||
"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" | ||
}, | ||
@@ -60,3 +61,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "71f0ef23053f9e03ee7e97df736e8b083e006849" | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
} |
63121
11
Updated@react-aria/focus@^3.19.1
Updated@react-aria/link@^3.7.8
Updated@react-aria/utils@^3.27.0
Updated@react-types/link@^3.5.10
Updated@react-types/shared@^3.27.0