@box/unified-share-modal 0.55.2 → 0.55.4

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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  - [Running commands](#running-commands)
6
6
  - [Available commands](#available-commands)
7
7
  - [Ownership](#ownership)
8
- - [Translations](#translations)
9
8
 
10
9
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
11
10
 
@@ -48,10 +47,3 @@ All commands used with Nx can be found in `project.json` file within your packag
48
47
  ## Ownership
49
48
 
50
49
  Code of the feature belongs to ux-foundry. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
51
-
52
- ## Translations
53
-
54
- For translations this package will be leveraging `@box/frontend` as it has the required scripts to do translations the Box way, for more information on this checkout their i18n docs [here](https://git.dev.box.net/Box/frontend/tree/master/i18n)
55
-
56
- The `i18n/` dir is bundled with this package to enable the consuming app to use the translations included in this component it need to adjust it's [TranslationsPlugin](https://git.dev.box.net/Box/frontend/blob/master/webpack/README.md#translationsplugin),
57
- see EUA's [webpack.base.config.js](https://git.dev.box.net/Box/EndUserApp/blob/master/conf/webpack/webpack.base.js#L270-L273) and [i18n.config.js](https://git.dev.box.net/Box/EndUserApp/blob/master/i18n.config.js) for reference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "0.55.2",
3
+ "version": "0.55.4",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^9.18.13",
@@ -13,9 +13,9 @@
13
13
  "react-intl": "^6.4.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@box/blueprint-web": "^12.79.0",
16
+ "@box/blueprint-web": "^12.81.0",
17
17
  "@box/blueprint-web-assets": "^4.71.0",
18
- "@box/copy-input": "^0.28.2",
18
+ "@box/copy-input": "^0.28.4",
19
19
  "@box/storybook-utils": "0.14.7",
20
20
  "@box/eslint-plugin-blueprint": "1.0.5",
21
21
  "react-intl": "^6.4.2"