@react-spectrum/text
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@react-spectrum/text", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Spectrum UI components in React", | ||
@@ -14,3 +14,5 @@ "license": "Apache-2.0", | ||
], | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"*.css" | ||
], | ||
"targets": { | ||
@@ -30,10 +32,10 @@ "main": { | ||
"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/utils": "^3.0.0", | ||
"@react-spectrum/utils": "^3.0.0", | ||
"@react-types/shared": "^3.0.0", | ||
"@react-types/text": "^3.0.0" | ||
"@react-aria/utils": "^3.0.1", | ||
"@react-spectrum/utils": "^3.0.1", | ||
"@react-types/shared": "^3.0.1", | ||
"@react-types/text": "^3.0.1" | ||
}, | ||
@@ -50,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a32224fdf009d69cf594f32ad18ac86d7ebb8a52" | ||
"gitHead": "ac0b7a7ba0edccd1c9ab4f849022ad6d2ccd19ed" | ||
} |
# @react-spectrum/text | ||
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. |
39260
Updated@react-aria/utils@^3.0.1
Updated@react-spectrum/utils@^3.0.1
Updated@react-types/shared@^3.0.1
Updated@react-types/text@^3.0.1