Skip to content

Commit 29a31cc

Browse files
committed
Fix the toolbar issue
1 parent a69100f commit 29a31cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"process": "^0.11.10",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"react-markplus": "^0.1.8",
24+
"react-markplus": "^0.1.9",
2525
"sort-package-json": "^2.12.0",
2626
"tsx": "^4.19.2",
2727
"ttpt": "^0.13.0",

src/app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const App = auto(() => {
4949
'|',
5050
<i
5151
key="hippo"
52-
className="fa-solid fa-hippo"
52+
className="fa fa-hippo"
5353
onClick={() => {
5454
alert('Hello world!');
5555
}}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5384,10 +5384,10 @@ react-is@^18.2.0:
53845384
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
53855385
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
53865386

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==
53915391
dependencies:
53925392
"@codemirror/commands" "^6.7.1"
53935393
"@codemirror/language" "^6.10.3"

0 commit comments

Comments
 (0)