File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
"process" : " ^0.11.10" ,
22
22
"react" : " ^18.3.1" ,
23
23
"react-dom" : " ^18.3.1" ,
24
- "react-markplus" : " ^0.1.8 " ,
24
+ "react-markplus" : " ^0.1.9 " ,
25
25
"sort-package-json" : " ^2.12.0" ,
26
26
"tsx" : " ^4.19.2" ,
27
27
"ttpt" : " ^0.13.0" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const App = auto(() => {
49
49
'|' ,
50
50
< i
51
51
key = "hippo"
52
- className = "fa-solid fa-hippo"
52
+ className = "fa fa-hippo"
53
53
onClick = { ( ) => {
54
54
alert ( 'Hello world!' ) ;
55
55
} }
Original file line number Diff line number Diff line change @@ -5384,10 +5384,10 @@ react-is@^18.2.0:
5384
5384
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
5385
5385
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
5386
5386
5387
- react-markplus@^0.1.8 :
5388
- version "0.1.8 "
5389
- resolved "https://registry.yarnpkg.com/react-markplus/-/react-markplus-0.1.8 .tgz#87bcdf1d05edb22f2259676a8b09a854020768a8 "
5390
- integrity sha512-LrCPPsSio98m0iZiGIPZJX7kpTik6cdrHRYW51M5hNU558AGthHE57xE4Rh2So7aDp3G2XH06IptKt62ytDiBg ==
5387
+ react-markplus@^0.1.9 :
5388
+ version "0.1.9 "
5389
+ resolved "https://registry.yarnpkg.com/react-markplus/-/react-markplus-0.1.9 .tgz#018ba202d8331681bc1905238438ac9798c31afd "
5390
+ integrity sha512-/lPp7/YYABYax7IUHolFcIhi5dGNSFRsYx505mNZvmsbpJvbk3b5d3U40tq85g6z+mrdUtGe61boYvsU6eDHSg ==
5391
5391
dependencies :
5392
5392
" @codemirror/commands" " ^6.7.1"
5393
5393
" @codemirror/language" " ^6.10.3"
You can’t perform that action at this time.
0 commit comments