@shopify/react-idle
Advanced tools
Comparing version 0.0.0-snapshot-20220728131612 to 0.0.0-snapshot-20221129214725
@@ -1,2 +0,2 @@ | ||
export type { RequestIdleCallback, RequestIdleCallbackOptions, RequestIdleCallbackDeadline, RequestIdleCallbackHandle, WindowWithRequestIdleCallback, } from '@shopify/async'; | ||
export type { RequestIdleCallback, RequestIdleCallbackOptions, RequestIdleCallbackDeadline, RequestIdleCallbackHandle, } from '@shopify/async'; | ||
export declare enum UnsupportedBehavior { | ||
@@ -3,0 +3,0 @@ Immediate = 0, |
{ | ||
"name": "@shopify/react-idle", | ||
"version": "0.0.0-snapshot-20220728131612", | ||
"version": "0.0.0-snapshot-20221129214725", | ||
"license": "MIT", | ||
@@ -27,4 +27,3 @@ "description": "Utilities for working with idle callbacks in React", | ||
"dependencies": { | ||
"@shopify/async": "^4.0.0", | ||
"@shopify/useful-types": "^0.0.0-snapshot-20220728131612" | ||
"@shopify/async": "^4.0.1" | ||
}, | ||
@@ -34,2 +33,6 @@ "peerDependencies": { | ||
}, | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "0.0.0-snapshot-20221129214725", | ||
"@shopify/react-testing": "0.0.0-snapshot-20221129214725" | ||
}, | ||
"files": [ | ||
@@ -47,2 +50,3 @@ "build/", | ||
".": { | ||
"types": "./build/ts/index.d.ts", | ||
"esnext": "./index.esnext", | ||
@@ -49,0 +53,0 @@ "import": "./index.mjs", |
@@ -12,3 +12,3 @@ # `@shopify/react-idle` | ||
```bash | ||
$ yarn add @shopify/react-idle | ||
yarn add @shopify/react-idle | ||
``` | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11773
2
2
- Removed@shopify/useful-types@^0.0.0-snapshot-20220728131612
- Removed@shopify/useful-types@0.0.0-snapshot-20240620045713(transitive)
Updated@shopify/async@^4.0.1