Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Aug 14, 2024
1 parent ed5fed0 commit a794c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-fenced-code-plus",
"version": "0.0.8",
"version": "0.0.9",
"description": "A Logseq plugin for missing types of fenced code block.",
"scripts": {
"dev": "parcel serve ./index.html --public-url ./ --no-hmr",
Expand All @@ -16,7 +16,7 @@
"id": "_fq3zfw9ik"
},
"dependencies": {
"@logseq/libs": "0.0.17",
"@logseq/libs": "0.2.0@next",
"react": "18.2.0"
},
"alias": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz#8233e8762440b0f4632c47a09b1b6f23de8b934c"
integrity sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==

"@logseq/libs@0.0.17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@logseq/libs/-/libs-0.0.17.tgz#245cdabc2d1bc3ec6164d406349c5c649a040031"
integrity sha512-SkzzAaocmrgeHYrCOaRyEqzPOxw3d0qVEZSrt9qVvXE4tuEgbvEHR8tzI1N5RjgAv+PDWuGPiP7/mhcXHpINEw==
"@logseq/libs@0.2.0@next":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@logseq/libs/-/libs-0.2.0.tgz#809110d88f1695c125b88e1e956486b53f76f3d9"
integrity sha512-5BHvsc+6qayRdy6SbFYUbWxWiAQJiShbKJWnSq5P45aTh69tTw5pOF0DMfvksJs1xmbz6z7KJvY+Qj2LfKSXgA==
dependencies:
csstype "3.1.0"
debug "4.3.4"
Expand Down

0 comments on commit a794c04

Please sign in to comment.