@react-aria/table
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
{ | ||
"name": "@react-aria/table", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,17 +17,17 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "https://github.com/adobe-private/react-spectrum-v3" | ||
"url": "https://github.com/adobe/react-spectrum" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/focus": "^3.0.0", | ||
"@react-aria/i18n": "^3.0.0", | ||
"@react-aria/interactions": "^3.0.0", | ||
"@react-aria/selection": "^3.0.0", | ||
"@react-aria/utils": "^3.0.0", | ||
"@react-stately/collections": "^3.0.0", | ||
"@react-stately/table": "3.0.0-alpha.2", | ||
"@react-stately/virtualizer": "^3.0.0", | ||
"@react-types/checkbox": "^3.0.0", | ||
"@react-types/shared": "^3.0.0", | ||
"@react-types/table": "3.0.0-rc.1" | ||
"@react-aria/focus": "^3.0.1", | ||
"@react-aria/i18n": "^3.0.1", | ||
"@react-aria/interactions": "^3.0.1", | ||
"@react-aria/selection": "^3.0.1", | ||
"@react-aria/utils": "^3.0.1", | ||
"@react-stately/collections": "^3.0.1", | ||
"@react-stately/table": "3.0.0-alpha.3", | ||
"@react-stately/virtualizer": "^3.0.1", | ||
"@react-types/checkbox": "^3.0.1", | ||
"@react-types/shared": "^3.0.1", | ||
"@react-types/table": "3.0.0-rc.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a32224fdf009d69cf594f32ad18ac86d7ebb8a52" | ||
"gitHead": "ac0b7a7ba0edccd1c9ab4f849022ad6d2ccd19ed" | ||
} |
# @react-aria/table | ||
This package is part of [react-spectrum](https://github.com/adobe-private/react-spectrum-v3). See the repo for more details. | ||
This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details. |
190674
+ Added@react-stately/table@3.0.0-alpha.3(transitive)
+ Added@react-types/table@3.0.0-rc.2(transitive)
- Removed@react-stately/table@3.0.0-alpha.2(transitive)
- Removed@react-types/shared@3.0.0-rc.4(transitive)
- Removed@react-types/table@3.0.0-rc.1(transitive)
Updated@react-aria/focus@^3.0.1
Updated@react-aria/i18n@^3.0.1
Updated@react-aria/selection@^3.0.1
Updated@react-aria/utils@^3.0.1
Updated@react-types/checkbox@^3.0.1
Updated@react-types/shared@^3.0.1