box-ui-elements 21.0.0-beta.1 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sharing.js +4298 -696
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "box-ui-elements",
|
|
3
|
-
"version": "21.0.0
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "Box UI Elements",
|
|
5
5
|
"author": "Box (https://www.box.com/)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@formatjs/intl-pluralrules": "^1.5.2",
|
|
170
170
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
171
171
|
"@formatjs/intl-unified-numberformat": "^3.2.0",
|
|
172
|
-
"@hapi/address": "2.1.
|
|
172
|
+
"@hapi/address": "^2.1.4",
|
|
173
173
|
"@storybook/addon-actions": "^8.1.11",
|
|
174
174
|
"@storybook/addon-docs": "^8.1.11",
|
|
175
175
|
"@storybook/addon-essentials": "^8.1.11",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"peerDependencies": {
|
|
354
354
|
"@box/cldr-data": "^34.2.0",
|
|
355
355
|
"@box/react-virtualized": "9.22.3-rc-box.9",
|
|
356
|
-
"@hapi/address": "
|
|
356
|
+
"@hapi/address": "^2.1.4",
|
|
357
357
|
"axios": "^0.25.0",
|
|
358
358
|
"classnames": "^2.2.5",
|
|
359
359
|
"color": "^3.1.2",
|
|
@@ -396,7 +396,6 @@
|
|
|
396
396
|
},
|
|
397
397
|
"comments": {
|
|
398
398
|
"dependencies": {
|
|
399
|
-
"@hapi/address": "Version 2.1.2+ requires a polyfill for TextEncoder. Pinning to version 2.1.1 prevents IE11 from breaking.",
|
|
400
399
|
"react-tether": "Version 2.x has too many breaking changes and requires forwardRef on all components"
|
|
401
400
|
}
|
|
402
401
|
},
|