@react-spectrum/table 3.12.11-nightly.4730 → 3.13.0

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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/table",
3
- "version": "3.12.11-nightly.4730+927758756",
3
+ "version": "3.13.0",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,37 +36,37 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/button": "3.0.0-nightly.3018+927758756",
40
- "@react-aria/focus": "3.0.0-nightly.3018+927758756",
41
- "@react-aria/i18n": "3.0.0-nightly.3018+927758756",
42
- "@react-aria/interactions": "3.0.0-nightly.3018+927758756",
43
- "@react-aria/overlays": "3.0.0-nightly.3018+927758756",
44
- "@react-aria/selection": "3.0.0-nightly.3018+927758756",
45
- "@react-aria/table": "3.14.2-nightly.4730+927758756",
46
- "@react-aria/utils": "3.0.0-nightly.3018+927758756",
47
- "@react-aria/virtualizer": "3.10.2-nightly.4730+927758756",
48
- "@react-aria/visually-hidden": "3.0.0-nightly.3018+927758756",
49
- "@react-spectrum/checkbox": "3.0.0-nightly.3018+927758756",
50
- "@react-spectrum/dnd": "3.3.11-nightly.4730+927758756",
51
- "@react-spectrum/layout": "3.6.6-nightly.4730+927758756",
52
- "@react-spectrum/menu": "3.19.2-nightly.4730+927758756",
53
- "@react-spectrum/progress": "3.0.0-nightly.3018+927758756",
54
- "@react-spectrum/tooltip": "3.0.0-nightly.3018+927758756",
55
- "@react-spectrum/utils": "3.0.0-nightly.3018+927758756",
56
- "@react-stately/flags": "3.0.4-nightly.4730+927758756",
57
- "@react-stately/layout": "3.13.10-nightly.4730+927758756",
58
- "@react-stately/table": "3.11.9-nightly.4730+927758756",
59
- "@react-stately/virtualizer": "3.7.2-nightly.4730+927758756",
60
- "@react-types/grid": "3.2.7-nightly.4730+927758756",
61
- "@react-types/shared": "3.0.0-nightly.3018+927758756",
62
- "@react-types/table": "3.9.6-nightly.4730+927758756",
63
- "@spectrum-icons/ui": "3.0.0-nightly.3018+927758756",
39
+ "@react-aria/button": "^3.9.6",
40
+ "@react-aria/focus": "^3.18.0",
41
+ "@react-aria/i18n": "^3.12.0",
42
+ "@react-aria/interactions": "^3.22.0",
43
+ "@react-aria/overlays": "^3.23.0",
44
+ "@react-aria/selection": "^3.19.0",
45
+ "@react-aria/table": "^3.15.0",
46
+ "@react-aria/utils": "^3.25.0",
47
+ "@react-aria/virtualizer": "^4.0.0",
48
+ "@react-aria/visually-hidden": "^3.8.13",
49
+ "@react-spectrum/checkbox": "^3.9.7",
50
+ "@react-spectrum/dnd": "^3.4.0",
51
+ "@react-spectrum/layout": "^3.6.6",
52
+ "@react-spectrum/menu": "^3.20.0",
53
+ "@react-spectrum/progress": "^3.7.8",
54
+ "@react-spectrum/tooltip": "^3.6.8",
55
+ "@react-spectrum/utils": "^3.11.8",
56
+ "@react-stately/flags": "^3.0.3",
57
+ "@react-stately/layout": "^4.0.0",
58
+ "@react-stately/table": "^3.12.0",
59
+ "@react-stately/virtualizer": "^4.0.0",
60
+ "@react-types/grid": "^3.2.7",
61
+ "@react-types/shared": "^3.24.0",
62
+ "@react-types/table": "^3.10.0",
63
+ "@spectrum-icons/ui": "^3.6.8",
64
64
  "@swc/helpers": "^0.5.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@adobe/spectrum-css-temp": "3.0.0-nightly.3018+927758756",
68
- "@react-aria/dnd": "3.6.2-nightly.4730+927758756",
69
- "@react-stately/dnd": "3.3.2-nightly.4730+927758756"
67
+ "@adobe/spectrum-css-temp": "3.0.0-alpha.1",
68
+ "@react-aria/dnd": "^3.1.0",
69
+ "@react-stately/dnd": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@react-spectrum/provider": "^3.0.0",
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "92775875627ef8a038a4708b1a7addf11809bf35"
79
+ "gitHead": "86d80e3216bc32e75108831cf3a5a720bc849206"
80
80
  }