@react-spectrum/table 3.0.2-nightly.2944 → 3.0.2-nightly.2947

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/table",
3
- "version": "3.0.2-nightly.2944+d6b47064c",
3
+ "version": "3.0.2-nightly.2947+2731ebc7d",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,30 +32,30 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/focus": "3.0.0-nightly.1258+d6b47064c",
36
- "@react-aria/grid": "3.0.1-nightly.2944+d6b47064c",
37
- "@react-aria/i18n": "3.0.0-nightly.1258+d6b47064c",
38
- "@react-aria/interactions": "3.0.0-nightly.1258+d6b47064c",
39
- "@react-aria/table": "3.0.1-nightly.2944+d6b47064c",
40
- "@react-aria/utils": "3.0.0-nightly.1258+d6b47064c",
41
- "@react-aria/virtualizer": "3.3.5-nightly.2944+d6b47064c",
42
- "@react-aria/visually-hidden": "3.0.0-nightly.1258+d6b47064c",
43
- "@react-spectrum/checkbox": "3.0.0-nightly.1258+d6b47064c",
44
- "@react-spectrum/progress": "3.0.0-nightly.1258+d6b47064c",
45
- "@react-spectrum/tooltip": "3.0.0-nightly.1258+d6b47064c",
46
- "@react-spectrum/utils": "3.0.0-nightly.1258+d6b47064c",
47
- "@react-stately/collections": "3.0.0-nightly.1258+d6b47064c",
48
- "@react-stately/grid": "3.0.1-nightly.2944+d6b47064c",
49
- "@react-stately/layout": "3.4.3-nightly.2944+d6b47064c",
50
- "@react-stately/table": "3.0.1-nightly.2944+d6b47064c",
51
- "@react-stately/virtualizer": "3.1.6-nightly.2944+d6b47064c",
52
- "@react-types/grid": "3.0.1-nightly.2944+d6b47064c",
53
- "@react-types/shared": "3.0.0-nightly.1258+d6b47064c",
54
- "@react-types/table": "3.0.1-nightly.2944+d6b47064c",
55
- "@spectrum-icons/ui": "3.0.0-nightly.1258+d6b47064c"
35
+ "@react-aria/focus": "3.0.0-nightly.1261+2731ebc7d",
36
+ "@react-aria/grid": "3.0.1-nightly.2947+2731ebc7d",
37
+ "@react-aria/i18n": "3.0.0-nightly.1261+2731ebc7d",
38
+ "@react-aria/interactions": "3.0.0-nightly.1261+2731ebc7d",
39
+ "@react-aria/table": "3.0.1-nightly.2947+2731ebc7d",
40
+ "@react-aria/utils": "3.0.0-nightly.1261+2731ebc7d",
41
+ "@react-aria/virtualizer": "3.3.5-nightly.2947+2731ebc7d",
42
+ "@react-aria/visually-hidden": "3.0.0-nightly.1261+2731ebc7d",
43
+ "@react-spectrum/checkbox": "3.0.0-nightly.1261+2731ebc7d",
44
+ "@react-spectrum/progress": "3.0.0-nightly.1261+2731ebc7d",
45
+ "@react-spectrum/tooltip": "3.0.0-nightly.1261+2731ebc7d",
46
+ "@react-spectrum/utils": "3.0.0-nightly.1261+2731ebc7d",
47
+ "@react-stately/collections": "3.0.0-nightly.1261+2731ebc7d",
48
+ "@react-stately/grid": "3.0.1-nightly.2947+2731ebc7d",
49
+ "@react-stately/layout": "3.4.3-nightly.2947+2731ebc7d",
50
+ "@react-stately/table": "3.0.1-nightly.2947+2731ebc7d",
51
+ "@react-stately/virtualizer": "3.1.6-nightly.2947+2731ebc7d",
52
+ "@react-types/grid": "3.0.1-nightly.2947+2731ebc7d",
53
+ "@react-types/shared": "3.0.0-nightly.1261+2731ebc7d",
54
+ "@react-types/table": "3.0.1-nightly.2947+2731ebc7d",
55
+ "@spectrum-icons/ui": "3.0.0-nightly.1261+2731ebc7d"
56
56
  },
57
57
  "devDependencies": {
58
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1258+d6b47064c"
58
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1261+2731ebc7d"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@react-spectrum/provider": "^3.0.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "d6b47064ce98bfff50903e6e3147c6f88147de15"
68
+ "gitHead": "2731ebc7d1992b167e3bbab6171e28f2b0adb7fa"
69
69
  }