@box/tree 1.4.3 → 1.4.5

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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -53,7 +53,7 @@ Code of the feature belongs to discover. Responsibilities of owning team include
53
53
 
54
54
  ## Translations
55
55
 
56
- 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)
56
+ 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
57
57
 
58
- 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),
59
- 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.
58
+ 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 its TranslationPlugin
59
+ see EUA's webpack.base.config.js and i18n.config.js for reference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/tree",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.11.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -11,9 +11,9 @@
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.92.2",
14
+ "@box/blueprint-web": "^12.92.3",
15
15
  "@box/blueprint-web-assets": "^4.76.2",
16
- "@box/item-icon": "^1.6.0",
16
+ "@box/item-icon": "^1.6.1",
17
17
  "@box/storybook-utils": "^0.14.13",
18
18
  "@faker-js/faker": "^8.4.1",
19
19
  "react": "^18.3.0",