File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dot-cursor" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A fully customizable cursor component animated with Motion for React." ,
5
5
"exports" : {
6
6
"." : {
44
44
"url" : " https://github.com/GuiEpi/react-dot-cursor/issues"
45
45
},
46
46
"dependencies" : {
47
- "motion" : " ^11.15 .0"
47
+ "motion" : " ^11.18 .0"
48
48
},
49
49
"peerDependencies" : {
50
50
"react" : " ^18.3.1" ,
57
57
"tsup" : " ^8.3.5" ,
58
58
"typescript" : " ~5.6.3"
59
59
},
60
- "packageManager" : " pnpm@9.15.1 "
60
+ "packageManager" : " pnpm@9.15.4 "
61
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
3
"private" : true ,
4
- "version" : " 0.1.16 " ,
4
+ "version" : " 0.1.17 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const theme: CursorTheme = {
19
19
height : 'auto' ,
20
20
} ,
21
21
content : {
22
- text : 'v0.2.3 ' ,
22
+ text : 'v0.2.4 ' ,
23
23
style : {
24
24
fontSize : '12px' ,
25
25
fontWeight : 'bold' ,
You can’t perform that action at this time.
0 commit comments