@box/metadata-editor 2.5.23 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +15 -15
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 product-adoption. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
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.23",
3
+ "version": "2.5.25",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
- "@box/blueprint-web": "^17.7.0",
7
- "@box/blueprint-web-assets": "^5.9.11",
8
- "@box/box-ai-agent-selector": "^2.2.42",
9
- "@box/combobox-with-api": "^2.2.45",
10
- "@box/metadata-taxonomy-picker": "^3.3.25",
11
- "@box/metadata-template-browser": "^2.3.25",
12
- "@box/user-selector": "^3.0.21",
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",
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ariakit/react": "0.4.21",
21
- "@box/babel-plugin-target-attributes": "2.2.13",
22
- "@box/blueprint-web": "^17.7.0",
23
- "@box/blueprint-web-assets": "^5.9.11",
24
- "@box/box-ai-agent-selector": "^2.2.42",
25
- "@box/metadata-taxonomy-picker": "^3.3.25",
26
- "@box/storybook-utils": "^1.2.42",
27
- "@box/user-selector": "^3.0.21",
21
+ "@box/babel-plugin-target-attributes": "2.2.14",
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",