@box/metadata-filter 1.62.1 → 1.62.3

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 +1 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
 
9
9
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
10
 
11
-
12
11
  # metadata-filter
13
12
 
14
13
  This library was generated with [@box/automation](../../automation//README.md). General overview on how to perform tasks on the generated library can be found in [run-tasks](https://nx.dev/core-features/run-tasks) Nx documentation.
@@ -41,7 +40,7 @@ All commands used with Nx can be found in `project.json` file within your packag
41
40
  - `nx test-jest metadata-filter` - runs jest unit tests, producing code coverage at the end.
42
41
  - `nx sonar metadata-filter` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
43
42
  - `nx chromatic metadata-filter` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
44
- - `nx prepare metadata-filter` - command run during package publication process orchestrated by Lerna.
43
+ - `nx prepare metadata-filter` - command run during package publication process orchestrated by Nx Release.
45
44
 
46
45
  ## Ownership
47
46
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@box/metadata-filter",
3
- "version": "1.62.1",
3
+ "version": "1.62.3",
4
4
  "peerDependencies": {
5
- "@box/blueprint-web": "^12.129.0",
6
- "@box/blueprint-web-assets": "^4.97.1",
7
- "@box/combobox-with-api": "^1.26.1",
5
+ "@box/blueprint-web": "^12.129.1",
6
+ "@box/blueprint-web-assets": "^4.97.2",
7
+ "@box/combobox-with-api": "^1.26.3",
8
8
  "formik": "^2.0.3",
9
9
  "react": "^17.0.0 || ^18.0.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.129.0",
15
- "@box/blueprint-web-assets": "^4.97.1",
16
- "@box/storybook-utils": "^0.16.22",
14
+ "@box/blueprint-web": "^12.129.1",
15
+ "@box/blueprint-web-assets": "^4.97.2",
16
+ "@box/storybook-utils": "^0.16.23",
17
17
  "react": "^18.3.0",
18
18
  "react-dom": "^18.3.0",
19
19
  "react-intl": "6.4.2"