@box/metadata-view 1.36.0 → 1.36.2

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 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -43,7 +43,7 @@ All commands used with Nx can be found in `project.json` file within your packag
43
43
  - `nx test-jest metadata-view` - runs jest unit tests, producing code coverage at the end.
44
44
  - `nx sonar metadata-view` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
45
45
  - `nx chromatic metadata-view` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
46
- - `nx prepare metadata-view` - command run during package publication process orchestrated by Lerna.
46
+ - `nx prepare metadata-view` - command run during package publication process orchestrated by Nx Release.
47
47
 
48
48
  ## Ownership
49
49
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@box/metadata-view",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
- "@box/blueprint-web": "^12.128.1",
7
- "@box/blueprint-web-assets": "^4.97.0",
8
- "@box/box-item-type-selector": "^1.25.0",
9
- "@box/item-icon": "^2.16.0",
10
- "@box/metadata-filter": "^1.62.0",
6
+ "@box/blueprint-web": "^12.129.0",
7
+ "@box/blueprint-web-assets": "^4.97.1",
8
+ "@box/box-item-type-selector": "^1.25.2",
9
+ "@box/item-icon": "^2.16.2",
10
+ "@box/metadata-filter": "^1.62.2",
11
11
  "@box/types": "0.2.1",
12
12
  "@tanstack/react-virtual": "^3.10.8",
13
13
  "formik": "^2.4.5",
@@ -18,13 +18,13 @@
18
18
  "react-intl": "^6.4.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@box/blueprint-web": "^12.128.1",
22
- "@box/blueprint-web-assets": "^4.97.0",
23
- "@box/box-item-type-selector": "^1.25.0",
21
+ "@box/blueprint-web": "^12.129.0",
22
+ "@box/blueprint-web-assets": "^4.97.1",
23
+ "@box/box-item-type-selector": "^1.25.2",
24
24
  "@box/eslint-plugin-blueprint": "1.0.5",
25
- "@box/item-icon": "^2.16.0",
26
- "@box/metadata-filter": "^1.62.0",
27
- "@box/storybook-utils": "0.16.21",
25
+ "@box/item-icon": "^2.16.2",
26
+ "@box/metadata-filter": "^1.62.2",
27
+ "@box/storybook-utils": "0.16.22",
28
28
  "@box/types": "2.0.0",
29
29
  "@tanstack/react-virtual": "^3.10.8",
30
30
  "react-intl": "^6.4.2"