@box/blueprint-web 5.31.3 → 5.31.6

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 +0 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -120,7 +120,6 @@ The library is generated with [Nx](https://nx.dev).
120
120
  ## Prerequisites
121
121
 
122
122
  - The required `node` version is >=18.16 < 19.0.0.
123
- - Understanding of [blueprint-web high level architecture](https://cloud.box.com/s/qioy48hssdleg74fxapeck2orrhv6fca)
124
123
 
125
124
  ## Project setup
126
125
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "5.31.3",
3
+ "version": "5.31.6",
4
+ "license": "SEE LICENSE IN LICENSE",
4
5
  "publishConfig": {
5
6
  "access": "public",
6
7
  "directory": "dist",
@@ -26,7 +27,7 @@
26
27
  "**/*.scss"
27
28
  ],
28
29
  "dependencies": {
29
- "@box/blueprint-web-assets": "^4.2.2",
30
+ "@box/blueprint-web-assets": "^4.3.1",
30
31
  "@ariakit/react": "0.3.14",
31
32
  "@ariakit/react-core": "0.3.14",
32
33
  "@radix-ui/react-accordion": "1.1.2",
@@ -56,7 +57,7 @@
56
57
  "devDependencies": {
57
58
  "@box/storybook-utils": "^0.0.2"
58
59
  },
59
- "gitHead": "89c8b593abbdd3ac8575f1ee5cc18206764fb069",
60
+ "gitHead": "f39040b937ca2efe6e1fe6b2eaf650f4b21ce277",
60
61
  "module": "lib-esm/index.js",
61
62
  "type": "module",
62
63
  "main": "lib-esm/index.js",