@react-spectrum/view
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@react-spectrum/view", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -35,7 +35,7 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "^3.0.2", | ||
"@react-aria/utils": "^3.0.2", | ||
"@react-spectrum/utils": "^3.0.2", | ||
"@react-types/shared": "^3.0.2", | ||
"@react-types/view": "^3.0.2" | ||
"@react-aria/i18n": "^3.1.0", | ||
"@react-aria/utils": "^3.1.0", | ||
"@react-spectrum/utils": "^3.1.0", | ||
"@react-types/shared": "^3.1.0", | ||
"@react-types/view": "^3.1.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -13,2 +13,4 @@ /* | ||
/// <reference types="css-module-types" /> | ||
export * from './View'; | ||
@@ -15,0 +17,0 @@ export * from './Content'; |
46348
363
Updated@react-aria/i18n@^3.1.0
Updated@react-aria/utils@^3.1.0
Updated@react-spectrum/utils@^3.1.0
Updated@react-types/shared@^3.1.0
Updated@react-types/view@^3.1.0