File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-use-hoverintent" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " React hook for hoverIntent" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.js" ,
16
16
"license" : " MIT" ,
17
17
"devDependencies" : {
18
18
"@babel/cli" : " ^7.12.1" ,
19
+ "@babel/core" : " ^7.12.3" ,
20
+ "@babel/preset-env" : " ^7.12.1" ,
21
+ "@babel/preset-react" : " ^7.12.1" ,
22
+ "@babel/preset-typescript" : " ^7.12.1" ,
19
23
"@types/react" : " ^16.9.35" ,
20
24
"copyfiles" : " ^2.4.0" ,
21
25
"react" : " ^16.13.1" ,
22
26
"rimraf" : " ^3.0.2" ,
23
- "typescript" : " ^4.1.2" ,
24
- "@babel/core" : " ^7.12.3" ,
25
- "@babel/preset-env" : " ^7.12.1" ,
26
- "@babel/preset-react" : " ^7.12.1" ,
27
- "@babel/preset-typescript" : " ^7.12.1"
27
+ "typescript" : " ^4.1.2"
28
28
},
29
29
"repository" : " https://github.com/llldar/react-use-hoverintent" ,
30
30
"peerDependencies" : {
36
36
"scripts" : {
37
37
"build" : " rimraf dist && tsc --emitDeclarationOnly && babel src --out-dir dist --extensions .ts,.tsx && copyfiles package.json LICENSE.md README.md ./dist"
38
38
}
39
- }
39
+ }
You can’t perform that action at this time.
0 commit comments