@box/tree 1.24.1 → 1.24.3

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 +8 -8
package/README.md CHANGED
@@ -45,7 +45,7 @@ All commands used with Nx can be found in `project.json` file within your packag
45
45
  - `nx test-jest tree` - runs jest unit tests, producing code coverage at the end.
46
46
  - `nx sonar tree` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
47
47
  - `nx chromatic tree` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
48
- - `nx prepare tree` - command run during package publication process orchestrated by Lerna.
48
+ - `nx prepare tree` - command run during package publication process orchestrated by Nx Release.
49
49
 
50
50
  ## Ownership
51
51
 
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@box/tree",
3
- "version": "1.24.1",
3
+ "version": "1.24.3",
4
4
  "peerDependencies": {
5
- "@box/blueprint-web": "^12.129.0",
6
- "@box/blueprint-web-assets": "^4.97.1",
7
- "@box/item-icon": "^2.16.1",
5
+ "@box/blueprint-web": "^12.129.1",
6
+ "@box/blueprint-web-assets": "^4.97.2",
7
+ "@box/item-icon": "^2.16.3",
8
8
  "react": "^17.0.0 || ^18.0.0",
9
9
  "react-accessible-treeview": "2.9.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.129.0",
15
- "@box/blueprint-web-assets": "^4.97.1",
16
- "@box/item-icon": "^2.16.1",
17
- "@box/storybook-utils": "^0.16.22",
14
+ "@box/blueprint-web": "^12.129.1",
15
+ "@box/blueprint-web-assets": "^4.97.2",
16
+ "@box/item-icon": "^2.16.3",
17
+ "@box/storybook-utils": "^0.16.23",
18
18
  "@faker-js/faker": "^8.4.1",
19
19
  "react": "^18.3.0",
20
20
  "react-dom": "^18.3.0",