@box/uploads-manager 2.2.13 → 2.2.15

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 -7
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -143,9 +143,8 @@ All commands used with Nx can be found in `project.json` file within your packag
143
143
  - `nx storybook uploads-manager` - launches development environment for UI component.
144
144
  - `nx build-storybook uploads-manager` - build static version of storybook with all stories.
145
145
  - `nx build uploads-manager` - build package using `shared-feature-builder` executor from `automation` package.
146
- - `nx build uploads-manager --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`
147
- - `nx build-locales uploads-manager` - generate `i18n/*.js` and `i18n/*.properties` files out of `i18n/json/*.json` files to be imported by `react-intl`.
148
- - `nx lint uploads-manager` - run linter over package files,
146
+ - `nx build uploads-manager --watch` - build package with --watch flag enabled, which rebuilds `dist` content based on changes in `src`.
147
+ - `nx lint uploads-manager` - runs linter over package files.
149
148
  - `nx test uploads-manager` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
150
149
  - `nx test-storybook uploads-manager` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
151
150
  - `nx test-storybook-local-coverage uploads-manager` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
@@ -161,7 +160,4 @@ Code of the feature belongs to home-web. Responsibilities of owning team include
161
160
 
162
161
  ## Translations
163
162
 
164
- 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.
165
-
166
- 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,
167
- see EUA's webpack.base.config.js and i18n.config.js for reference.
163
+ Per-locale `i18n/*.js` files are generated and committed by the Moji Jenkins pipeline. The shared-feature builder copies them into `dist/i18n/` during `build`. Consuming applications list this package in `i18n.config.js` under `translationDependencies`.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@box/uploads-manager",
3
- "version": "2.2.13",
3
+ "version": "2.2.15",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^16.8.1",
7
- "@box/blueprint-web-assets": "^5.4.4",
8
- "@box/item-icon": "^3.2.23",
6
+ "@box/blueprint-web": "^16.8.3",
7
+ "@box/blueprint-web-assets": "^5.5.1",
8
+ "@box/item-icon": "^3.2.25",
9
9
  "react": "^18.0.0",
10
10
  "react-aria-components": "1.16.0",
11
11
  "react-dom": "^18.0.0",
@@ -15,11 +15,11 @@
15
15
  "access": "public"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^16.8.1",
19
- "@box/blueprint-web-assets": "^5.4.4",
18
+ "@box/blueprint-web": "^16.8.3",
19
+ "@box/blueprint-web-assets": "^5.5.1",
20
20
  "@box/eslint-plugin-blueprint": "2.1.10",
21
- "@box/item-icon": "^3.2.23",
22
- "@box/storybook-utils": "1.1.23",
21
+ "@box/item-icon": "^3.2.25",
22
+ "@box/storybook-utils": "1.1.25",
23
23
  "react-aria-components": "1.16.0",
24
24
  "react-intl": "^6.4.2"
25
25
  },