@react-spectrum/well
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@react-spectrum/well", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -35,6 +35,6 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/utils": "^3.0.2", | ||
"@react-spectrum/utils": "^3.0.2", | ||
"@react-types/shared": "^3.0.2", | ||
"@react-types/well": "^3.0.2" | ||
"@react-aria/utils": "^3.1.0", | ||
"@react-spectrum/utils": "^3.1.0", | ||
"@react-types/shared": "^3.1.0", | ||
"@react-types/well": "^3.1.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -13,2 +13,4 @@ /* | ||
/// <reference types="css-module-types" /> | ||
export * from './Well'; |
32651
169
Updated@react-aria/utils@^3.1.0
Updated@react-spectrum/utils@^3.1.0
Updated@react-types/shared@^3.1.0
Updated@react-types/well@^3.1.0