@box/tree 0.70.2 → 1.0.1

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 +5 -5
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  Tree view displays hierarchical nested data in a tree-like structure.
15
15
  Please check [the figma prototype and design doc](https://www.figma.com/design/FjGdzCoVP5AMxxSvYluYqc/Tree-View?node-id=56496-85149&t=YXYJ1f5Lr4z9hpWj-4) for the Tree component.
16
16
 
17
- 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.
17
+ 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
18
18
 
19
19
  ## Running commands
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/tree",
3
- "version": "0.70.2",
3
+ "version": "1.0.1",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.11.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -11,10 +11,10 @@
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.83.0",
15
- "@box/blueprint-web-assets": "^4.71.0",
16
- "@box/item-icon": "^1.1.2",
17
- "@box/storybook-utils": "^0.14.7",
14
+ "@box/blueprint-web": "^12.84.0",
15
+ "@box/blueprint-web-assets": "^4.72.0",
16
+ "@box/item-icon": "^1.1.3",
17
+ "@box/storybook-utils": "^0.14.8",
18
18
  "@faker-js/faker": "^8.4.1",
19
19
  "react": "^18.3.0",
20
20
  "react-dom": "^18.3.0",