@react-spectrum/list 3.2.1-nightly.3585 → 3.2.1-nightly.3587

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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/list",
3
- "version": "3.2.1-nightly.3585+70e7caf19",
3
+ "version": "3.2.1-nightly.3587+2bcc2f0b4",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,34 +32,34 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/button": "3.0.0-nightly.1885+70e7caf19",
36
- "@react-aria/focus": "3.0.0-nightly.1885+70e7caf19",
37
- "@react-aria/gridlist": "3.1.2-nightly.3585+70e7caf19",
38
- "@react-aria/i18n": "3.0.0-nightly.1885+70e7caf19",
39
- "@react-aria/interactions": "3.0.0-nightly.1885+70e7caf19",
40
- "@react-aria/utils": "3.0.0-nightly.1885+70e7caf19",
41
- "@react-aria/virtualizer": "3.6.1-nightly.3585+70e7caf19",
42
- "@react-aria/visually-hidden": "3.0.0-nightly.1885+70e7caf19",
43
- "@react-spectrum/checkbox": "3.0.0-nightly.1885+70e7caf19",
44
- "@react-spectrum/layout": "3.4.4-nightly.3585+70e7caf19",
45
- "@react-spectrum/progress": "3.0.0-nightly.1885+70e7caf19",
46
- "@react-spectrum/text": "3.3.4-nightly.3585+70e7caf19",
47
- "@react-spectrum/utils": "3.0.0-nightly.1885+70e7caf19",
48
- "@react-stately/collections": "3.0.0-nightly.1885+70e7caf19",
49
- "@react-stately/layout": "3.9.1-nightly.3585+70e7caf19",
50
- "@react-stately/list": "3.6.1-nightly.3585+70e7caf19",
51
- "@react-stately/virtualizer": "3.4.1-nightly.3585+70e7caf19",
52
- "@react-types/grid": "3.1.6-nightly.3585+70e7caf19",
53
- "@react-types/shared": "3.0.0-nightly.1885+70e7caf19",
54
- "@spectrum-icons/ui": "3.0.0-nightly.1885+70e7caf19",
35
+ "@react-aria/button": "3.0.0-nightly.1887+2bcc2f0b4",
36
+ "@react-aria/focus": "3.0.0-nightly.1887+2bcc2f0b4",
37
+ "@react-aria/gridlist": "3.1.2-nightly.3587+2bcc2f0b4",
38
+ "@react-aria/i18n": "3.0.0-nightly.1887+2bcc2f0b4",
39
+ "@react-aria/interactions": "3.0.0-nightly.1887+2bcc2f0b4",
40
+ "@react-aria/utils": "3.0.0-nightly.1887+2bcc2f0b4",
41
+ "@react-aria/virtualizer": "3.6.1-nightly.3587+2bcc2f0b4",
42
+ "@react-aria/visually-hidden": "3.0.0-nightly.1887+2bcc2f0b4",
43
+ "@react-spectrum/checkbox": "3.0.0-nightly.1887+2bcc2f0b4",
44
+ "@react-spectrum/layout": "3.4.4-nightly.3587+2bcc2f0b4",
45
+ "@react-spectrum/progress": "3.0.0-nightly.1887+2bcc2f0b4",
46
+ "@react-spectrum/text": "3.3.4-nightly.3587+2bcc2f0b4",
47
+ "@react-spectrum/utils": "3.0.0-nightly.1887+2bcc2f0b4",
48
+ "@react-stately/collections": "3.0.0-nightly.1887+2bcc2f0b4",
49
+ "@react-stately/layout": "3.9.1-nightly.3587+2bcc2f0b4",
50
+ "@react-stately/list": "3.6.1-nightly.3587+2bcc2f0b4",
51
+ "@react-stately/virtualizer": "3.4.1-nightly.3587+2bcc2f0b4",
52
+ "@react-types/grid": "3.1.6-nightly.3587+2bcc2f0b4",
53
+ "@react-types/shared": "3.0.0-nightly.1887+2bcc2f0b4",
54
+ "@spectrum-icons/ui": "3.0.0-nightly.1887+2bcc2f0b4",
55
55
  "react-transition-group": "^2.2.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1885+70e7caf19",
59
- "@react-aria/dnd": "3.0.1-nightly.3585+70e7caf19",
60
- "@react-spectrum/button": "3.0.0-nightly.1885+70e7caf19",
61
- "@react-spectrum/dnd": "3.0.1-nightly.3585+70e7caf19",
62
- "@react-stately/dnd": "3.0.1-nightly.3585+70e7caf19"
58
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1887+2bcc2f0b4",
59
+ "@react-aria/dnd": "3.0.1-nightly.3587+2bcc2f0b4",
60
+ "@react-spectrum/button": "3.0.0-nightly.1887+2bcc2f0b4",
61
+ "@react-spectrum/dnd": "3.0.1-nightly.3587+2bcc2f0b4",
62
+ "@react-stately/dnd": "3.0.1-nightly.3587+2bcc2f0b4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@react-spectrum/provider": "^3.2.0",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "70e7caf1946c423bc9aa9cb0e50dbdbe953d239b"
72
+ "gitHead": "2bcc2f0b45ea8b20621458a93f1804a3f9df9ac4"
73
73
  }