File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 56
56
"mdast-util-directive" : " ^3.0.0" ,
57
57
"mdast-util-to-markdown" : " ^2.1.0" ,
58
58
"nanostores" : " ^0.10.3" ,
59
- "react" : " ^18.3.1" ,
60
- "react-dom" : " ^18.3.1" ,
61
59
"remark-directive" : " ^3.0.0" ,
62
60
"unified" : " ^11.0.5" ,
63
61
"unist-util-visit" : " ^5.0.0" ,
70
68
"esbuild" : " ^0.20.2" ,
71
69
"esbuild-node-externals" : " ^1.13.1" ,
72
70
"execa" : " ^9.2.0" ,
71
+ "react" : " ^18.3.1" ,
72
+ "react-dom" : " ^18.3.1" ,
73
73
"typescript" : " ^5.4.5" ,
74
74
"vite-plugin-inspect" : " 0.8.4" ,
75
75
"vitest" : " ^2.1.1"
76
76
},
77
77
"peerDependencies" : {
78
- "astro" : " ^4.15.0"
78
+ "astro" : " ^4.15.0" ,
79
+ "react" : " >=18" ,
80
+ "react-dom" : " >=18"
79
81
}
80
82
}
Original file line number Diff line number Diff line change 93
93
"framer-motion" : " ^11.2.11" ,
94
94
"nanostores" : " ^0.10.3" ,
95
95
"picomatch" : " ^4.0.2" ,
96
- "react" : " ^18.3.1" ,
97
96
"react-resizable-panels" : " ^2.0.19"
98
97
},
99
98
"devDependencies" : {
103
102
"@types/react" : " ^18.3.3" ,
104
103
"chokidar" : " 3.6.0" ,
105
104
"execa" : " ^9.2.0" ,
105
+ "react" : " ^18.3.1" ,
106
106
"typescript" : " ^5.4.5" ,
107
107
"vitest" : " ^2.1.1"
108
+ },
109
+ "peerDependencies" : {
110
+ "react" : " >=18"
108
111
}
109
112
}
You can’t perform that action at this time.
0 commit comments