Skip to content

Commit 7a8c537

Browse files
committed
update deps
1 parent e6b40c2 commit 7a8c537

File tree

3 files changed

+240
-250
lines changed

3 files changed

+240
-250
lines changed

dist/index.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as react from 'react';
21
import { Dispatch, SetStateAction } from 'react';
32

43
interface optionType {
@@ -7,6 +6,10 @@ interface optionType {
76
interval?: number;
87
timeout?: number;
98
}
10-
declare const useHoverIntent: <T>(options?: optionType) => [boolean, react.RefObject<HTMLElement & T>, Dispatch<SetStateAction<boolean>>];
9+
declare const useHoverIntent: <T>(options?: optionType) => [
10+
boolean,
11+
React.RefObject<HTMLElement & T>,
12+
Dispatch<SetStateAction<boolean>>
13+
];
1114

1215
export { useHoverIntent };

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"package.json"
2727
],
2828
"devDependencies": {
29-
"@rollup/plugin-commonjs": "24.1.0",
30-
"@rollup/plugin-node-resolve": "15.0.2",
31-
"@rollup/plugin-typescript": "11.1.0",
32-
"@types/react": "18.2.9",
29+
"@rollup/plugin-commonjs": "25.0.7",
30+
"@rollup/plugin-node-resolve": "15.2.3",
31+
"@rollup/plugin-typescript": "11.1.6",
32+
"@types/react": "18.2.79",
3333
"react": "18.2.0",
34-
"rimraf": "5.0.1",
35-
"rollup": "3.21.5",
36-
"rollup-plugin-dts": "5.3.0",
34+
"rimraf": "5.0.5",
35+
"rollup": "4.14.3",
36+
"rollup-plugin-dts": "6.1.0",
3737
"rollup-plugin-node-builtins": "2.1.2",
38-
"rollup-plugin-polyfill-node": "0.12.0",
38+
"rollup-plugin-polyfill-node": "0.13.0",
3939
"rollup-plugin-terser": "7.0.2",
40-
"tslib": "^2.5.3",
41-
"typescript": "5.1.3"
40+
"tslib": "^2.6.2",
41+
"typescript": "5.4.5"
4242
},
4343
"exclude": [
4444
"node_modules"

0 commit comments

Comments
 (0)