File tree Expand file tree Collapse file tree 3 files changed +184
-165
lines changed Expand file tree Collapse file tree 3 files changed +184
-165
lines changed Original file line number Diff line number Diff line change 33
33
"lint-staged" : " lint-staged"
34
34
},
35
35
"devDependencies" : {
36
- "@types/react" : " ^18.3.20 " ,
36
+ "@types/react" : " ^19.1.2 " ,
37
37
"@siberiacancode/reactuse" : " *" ,
38
- "@shikijs/vitepress-twoslash" : " 3.2.2 " ,
39
- "@tailwindcss/vite" : " 4.1.4 " ,
38
+ "@shikijs/vitepress-twoslash" : " 3.3.0 " ,
39
+ "@tailwindcss/vite" : " 4.0.7 " ,
40
40
"@types/md5" : " ^2.3.5" ,
41
41
"clsx" : " ^2.1.1" ,
42
42
"comment-parser" : " ^1.4.1" ,
43
- "lucide-vue-next" : " ^0.501 .0" ,
43
+ "lucide-vue-next" : " ^0.503 .0" ,
44
44
"md5" : " ^2.3.0" ,
45
- "react" : " ^18.3.1 " ,
46
- "react-dom" : " ^18.3.1 " ,
45
+ "react" : " ^19.1.0 " ,
46
+ "react-dom" : " ^19.1.0 " ,
47
47
"shiki" : " ^3.2.2" ,
48
48
"simple-git" : " ^3.27.0" ,
49
49
"tailwind-merge" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ onMounted(async () => {
18
18
const demoComponent = await import (
19
19
` ../../../../packages/core/src/hooks/${props .hook }/${props .hook }.demo.tsx `
20
20
);
21
+ console .log (demoComponent );
21
22
demoRoot .value = createRoot (demoRef .value );
22
23
demoRoot .value .render (createElement (demoComponent .default , {}, null ));
23
24
});
You can’t perform that action at this time.
0 commit comments