@react-spectrum/test-utils 3.0.0-nightly.2908 → 3.0.0-nightly.2912

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.
@@ -20,4 +20,4 @@ function $64c3935c8d6a7115$export$ff7d7f7ce6432302(width = 701) {
20
20
 
21
21
 
22
22
  export {$64c3935c8d6a7115$export$54df5c253b80fcbe as simulateMobile, $64c3935c8d6a7115$export$ff7d7f7ce6432302 as simulateDesktop};
23
- //# sourceMappingURL=testSetup.mjs.map
23
+ //# sourceMappingURL=testSetup.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/test-utils",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2912+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/adobe/react-spectrum"
25
25
  },
26
26
  "dependencies": {
27
- "@react-aria/test-utils": "1.0.0-nightly.4620+5cacbdbf8",
27
+ "@react-aria/test-utils": "1.0.0-nightly.4624+d80999e89",
28
28
  "@swc/helpers": "^0.5.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
39
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
40
40
  }