@box/metadata-editor 2.5.24 → 2.5.25
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 +3 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -45,7 +45,9 @@ All commands used with Nx can be found in `project.json` file within your packag
|
|
|
45
45
|
|
|
46
46
|
## Ownership
|
|
47
47
|
|
|
48
|
-
Code of the feature belongs to
|
|
48
|
+
Code of the feature belongs to @Box/role_metadata. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes.
|
|
49
|
+
|
|
50
|
+
If you have any questions or needs related to this feature, please reach out to the Metadata team on Slack: [#eng-metadata-team](https://grid-box.enterprise.slack.com/archives/C16HCR4QG)
|
|
49
51
|
|
|
50
52
|
## Translations
|
|
51
53
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.25",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^17.7.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.
|
|
8
|
-
"@box/box-ai-agent-selector": "^2.2.
|
|
9
|
-
"@box/combobox-with-api": "^2.2.
|
|
10
|
-
"@box/metadata-taxonomy-picker": "^3.3.
|
|
11
|
-
"@box/metadata-template-browser": "^2.3.
|
|
12
|
-
"@box/user-selector": "^3.0.
|
|
6
|
+
"@box/blueprint-web": "^17.7.2",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.10.0",
|
|
8
|
+
"@box/box-ai-agent-selector": "^2.2.44",
|
|
9
|
+
"@box/combobox-with-api": "^2.2.47",
|
|
10
|
+
"@box/metadata-taxonomy-picker": "^3.3.27",
|
|
11
|
+
"@box/metadata-template-browser": "^2.3.27",
|
|
12
|
+
"@box/user-selector": "^3.0.23",
|
|
13
13
|
"formik": "^2.0.3",
|
|
14
14
|
"lodash": "^4.17.15",
|
|
15
15
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ariakit/react": "0.4.21",
|
|
21
21
|
"@box/babel-plugin-target-attributes": "2.2.14",
|
|
22
|
-
"@box/blueprint-web": "^17.7.
|
|
23
|
-
"@box/blueprint-web-assets": "^5.
|
|
24
|
-
"@box/box-ai-agent-selector": "^2.2.
|
|
25
|
-
"@box/metadata-taxonomy-picker": "^3.3.
|
|
26
|
-
"@box/storybook-utils": "^1.2.
|
|
27
|
-
"@box/user-selector": "^3.0.
|
|
22
|
+
"@box/blueprint-web": "^17.7.2",
|
|
23
|
+
"@box/blueprint-web-assets": "^5.10.0",
|
|
24
|
+
"@box/box-ai-agent-selector": "^2.2.44",
|
|
25
|
+
"@box/metadata-taxonomy-picker": "^3.3.27",
|
|
26
|
+
"@box/storybook-utils": "^1.2.44",
|
|
27
|
+
"@box/user-selector": "^3.0.23",
|
|
28
28
|
"@testing-library/react": "^15.0.6",
|
|
29
29
|
"react": "^18.3.0",
|
|
30
30
|
"react-dom": "^18.3.0",
|