@react-spectrum/table 3.12.9 → 3.12.10-nightly.4609

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 +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/table",
3
- "version": "3.12.9",
3
+ "version": "3.12.10-nightly.4609+c81c94634",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,36 +36,36 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/button": "^3.9.4",
40
- "@react-aria/focus": "^3.17.0",
41
- "@react-aria/i18n": "^3.11.0",
42
- "@react-aria/interactions": "^3.21.2",
43
- "@react-aria/overlays": "^3.22.0",
44
- "@react-aria/table": "^3.14.0",
45
- "@react-aria/utils": "^3.24.0",
46
- "@react-aria/virtualizer": "^3.10.0",
47
- "@react-aria/visually-hidden": "^3.8.11",
48
- "@react-spectrum/checkbox": "^3.9.5",
49
- "@react-spectrum/dnd": "^3.3.9",
50
- "@react-spectrum/layout": "^3.6.4",
51
- "@react-spectrum/menu": "^3.19.0",
52
- "@react-spectrum/progress": "^3.7.6",
53
- "@react-spectrum/tooltip": "^3.6.6",
54
- "@react-spectrum/utils": "^3.11.6",
55
- "@react-stately/flags": "^3.0.2",
56
- "@react-stately/layout": "^3.13.8",
57
- "@react-stately/table": "^3.11.7",
58
- "@react-stately/virtualizer": "^3.7.0",
59
- "@react-types/grid": "^3.2.5",
60
- "@react-types/shared": "^3.23.0",
61
- "@react-types/table": "^3.9.4",
62
- "@spectrum-icons/ui": "^3.6.6",
39
+ "@react-aria/button": "3.0.0-nightly.2897+c81c94634",
40
+ "@react-aria/focus": "3.0.0-nightly.2897+c81c94634",
41
+ "@react-aria/i18n": "3.0.0-nightly.2897+c81c94634",
42
+ "@react-aria/interactions": "3.0.0-nightly.2897+c81c94634",
43
+ "@react-aria/overlays": "3.0.0-nightly.2897+c81c94634",
44
+ "@react-aria/table": "3.14.1-nightly.4609+c81c94634",
45
+ "@react-aria/utils": "3.0.0-nightly.2897+c81c94634",
46
+ "@react-aria/virtualizer": "3.10.1-nightly.4609+c81c94634",
47
+ "@react-aria/visually-hidden": "3.0.0-nightly.2897+c81c94634",
48
+ "@react-spectrum/checkbox": "3.0.0-nightly.2897+c81c94634",
49
+ "@react-spectrum/dnd": "3.3.10-nightly.4609+c81c94634",
50
+ "@react-spectrum/layout": "3.6.5-nightly.4609+c81c94634",
51
+ "@react-spectrum/menu": "3.19.1-nightly.4609+c81c94634",
52
+ "@react-spectrum/progress": "3.0.0-nightly.2897+c81c94634",
53
+ "@react-spectrum/tooltip": "3.0.0-nightly.2897+c81c94634",
54
+ "@react-spectrum/utils": "3.0.0-nightly.2897+c81c94634",
55
+ "@react-stately/flags": "3.0.3-nightly.4609+c81c94634",
56
+ "@react-stately/layout": "3.13.9-nightly.4609+c81c94634",
57
+ "@react-stately/table": "3.11.8-nightly.4609+c81c94634",
58
+ "@react-stately/virtualizer": "3.7.1-nightly.4609+c81c94634",
59
+ "@react-types/grid": "3.2.6-nightly.4609+c81c94634",
60
+ "@react-types/shared": "3.0.0-nightly.2897+c81c94634",
61
+ "@react-types/table": "3.9.5-nightly.4609+c81c94634",
62
+ "@spectrum-icons/ui": "3.0.0-nightly.2897+c81c94634",
63
63
  "@swc/helpers": "^0.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@adobe/spectrum-css-temp": "3.0.0-alpha.1",
67
- "@react-aria/dnd": "^3.1.0",
68
- "@react-stately/dnd": "^3.1.0"
66
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2897+c81c94634",
67
+ "@react-aria/dnd": "3.6.1-nightly.4609+c81c94634",
68
+ "@react-stately/dnd": "3.3.1-nightly.4609+c81c94634"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@react-spectrum/provider": "^3.0.0",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
78
+ "gitHead": "c81c94634b809679e9b6bfe5e1d1ec7e96ed5afa"
79
79
  }