Skip to content

Commit f54a735

Browse files
committed
update packages
1 parent 4bd69f8 commit f54a735

File tree

5 files changed

+854
-994
lines changed

5 files changed

+854
-994
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ interface optionType {
55
interval?: number;
66
timeout?: number;
77
}
8-
export declare const useHoverIntent: <T>(options?: optionType | undefined) => [boolean, Dispatch<SetStateAction<boolean>>, import("react").RefObject<HTMLElement & T>];
8+
export declare const useHoverIntent: <T>(options?: optionType) => [boolean, Dispatch<SetStateAction<boolean>>, import("react").RefObject<HTMLElement & T>];
99
export {};

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"author": "[email protected]",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@babel/cli": "7.17.6",
19-
"@babel/core": "7.17.9",
20-
"@babel/preset-env": "7.16.11",
21-
"@babel/preset-react": "7.16.7",
22-
"@babel/preset-typescript": "7.16.7",
23-
"@types/react": "17.0.38",
18+
"@babel/cli": "7.19.3",
19+
"@babel/core": "7.19.3",
20+
"@babel/preset-env": "7.19.3",
21+
"@babel/preset-react": "7.18.6",
22+
"@babel/preset-typescript": "7.18.6",
23+
"@types/react": "18.0.21",
2424
"copyfiles": "2.4.1",
25-
"react": "17.0.2",
25+
"react": "18.2.0",
2626
"rimraf": "3.0.2",
27-
"typescript": "4.6.3"
27+
"typescript": "4.8.4"
2828
},
2929
"repository": "https://github.com/natelindev/react-use-hoverintent",
3030
"exclude": [

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"author": "[email protected]",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@babel/cli": "7.17.6",
19-
"@babel/core": "7.17.9",
20-
"@babel/preset-env": "7.16.11",
21-
"@babel/preset-react": "7.16.7",
22-
"@babel/preset-typescript": "7.16.7",
23-
"@types/react": "17.0.38",
18+
"@babel/cli": "7.19.3",
19+
"@babel/core": "7.19.3",
20+
"@babel/preset-env": "7.19.3",
21+
"@babel/preset-react": "7.18.6",
22+
"@babel/preset-typescript": "7.18.6",
23+
"@types/react": "18.0.21",
2424
"copyfiles": "2.4.1",
25-
"react": "17.0.2",
25+
"react": "18.2.0",
2626
"rimraf": "3.0.2",
27-
"typescript": "4.6.3"
27+
"typescript": "4.8.4"
2828
},
2929
"repository": "https://github.com/natelindev/react-use-hoverintent",
3030
"exclude": [

0 commit comments

Comments
 (0)