@astryxdesign/lab 0.1.6-canary.1b61ba6 → 0.1.6-canary.20b7402

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/lab",
3
- "version": "0.1.6-canary.1b61ba6",
3
+ "version": "0.1.6-canary.20b7402",
4
4
  "description": "Experimental Astryx components — published to npm only under the @canary dist-tag for early testing; never released as a stable (latest) version.",
5
5
  "author": "Meta Open Source",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@stylexjs/stylex": ">=0.10.0",
48
- "@astryxdesign/core": "0.1.6-canary.1b61ba6",
48
+ "@astryxdesign/core": "0.1.6-canary.20b7402",
49
49
  "react": ">=19.0.0",
50
50
  "react-dom": ">=19.0.0"
51
51
  },
@@ -55,6 +55,7 @@
55
55
  "d3-shape": "^3.2.0"
56
56
  },
57
57
  "devDependencies": {
58
+ "@types/d3-array": "^3.2.2",
58
59
  "@types/d3-scale": "^4.0.9",
59
60
  "@types/d3-shape": "^3.1.8"
60
61
  },