@box/metadata-view 1.36.1 → 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.
- package/README.md +1 -1
- package/package.json +7 -7
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
|
|
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.
|
|
3
|
+
"version": "1.36.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^12.129.0",
|
|
7
7
|
"@box/blueprint-web-assets": "^4.97.1",
|
|
8
|
-
"@box/box-item-type-selector": "^1.25.
|
|
9
|
-
"@box/item-icon": "^2.16.
|
|
10
|
-
"@box/metadata-filter": "^1.62.
|
|
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",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@box/blueprint-web": "^12.129.0",
|
|
22
22
|
"@box/blueprint-web-assets": "^4.97.1",
|
|
23
|
-
"@box/box-item-type-selector": "^1.25.
|
|
23
|
+
"@box/box-item-type-selector": "^1.25.2",
|
|
24
24
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
25
|
-
"@box/item-icon": "^2.16.
|
|
26
|
-
"@box/metadata-filter": "^1.62.
|
|
25
|
+
"@box/item-icon": "^2.16.2",
|
|
26
|
+
"@box/metadata-filter": "^1.62.2",
|
|
27
27
|
"@box/storybook-utils": "0.16.22",
|
|
28
28
|
"@box/types": "2.0.0",
|
|
29
29
|
"@tanstack/react-virtual": "^3.10.8",
|