Skip to content

Commit

Permalink
fixed console spam and added fixes for /sp
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljd committed Oct 23, 2024
1 parent 04d0eb8 commit 630bbbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@biblionexus-foundation/scribe-editor": "0.1.2-scribe-v1",
"@biblionexus-foundation/scribe-editor": "0.1.3-scribe-v1",
"@capacitor/app": "5.0.6",
"@capacitor/core": "5.4.2",
"@capacitor/haptics": "5.0.6",
Expand Down Expand Up @@ -225,7 +225,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"sj-usfm-grammar": "^3.0.3",
"sj-usfm-grammar": "^3.0.4",
"styled-components": "^5.3.6",
"tc-ui-toolkit": "5.3.3",
"terser-webpack-plugin": "^5.3.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function EditorMenuBar(props) {
};

return (
<div className="h-[33px] flex flex-col bg-secondary rounded-t-md sticky top-0 z-10">
<div className="h-[33px] flex flex-col bg-secondary rounded-t-md sticky top-0">
<div className="flex min-h-[33px] items-center justify-between gap-2">
<BibleNavigationX
chapterNumber={chapterNumber}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1197,10 +1197,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@biblionexus-foundation/[email protected].2-scribe-v1":
version "0.1.2-scribe-v1"
resolved "https://registry.yarnpkg.com/@biblionexus-foundation/scribe-editor/-/scribe-editor-0.1.2-scribe-v1.tgz#1368b95b1ba71d7a5257868bdf4735f33ea525b7"
integrity sha512-8cAqbdz+VdBima+q7Yr22b537nddICiBn+mI4/ctuke+FlCobHEweQgigNAaTOBF9h1dzOF0H+sHiBvETUceow==
"@biblionexus-foundation/[email protected].3-scribe-v1":
version "0.1.3-scribe-v1"
resolved "https://registry.yarnpkg.com/@biblionexus-foundation/scribe-editor/-/scribe-editor-0.1.3-scribe-v1.tgz#4fd88dca2aa01af578a52830a6fa0c6950b1413d"
integrity sha512-n9Fm6kEtIE7bzW3KCksyc0fjK8dsFLeJbBTy2O4QPdFWGS+4G++NTXiRr+zhZc/WD+XhbZSw/0g5nvQ1hfLy9Q==
dependencies:
"@biblionexus-foundation/scripture-utilities" "^0.0.4"
"@lexical/mark" "^0.17.1"
Expand Down Expand Up @@ -20882,10 +20882,10 @@ sisteransi@^1.0.5:
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==

sj-usfm-grammar@^3.0.0, sj-usfm-grammar@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/sj-usfm-grammar/-/sj-usfm-grammar-3.0.3.tgz#3e62d05a386bdca2946b54fb910635fb1685b6d7"
integrity sha512-5c915LAa09Y5XYI3F+iLxRdVym+/YS+6zS7nerKzgm88l3koUEC+DLkwO7MTTRjInurU6gT8L0S/094wZ/Uphg==
sj-usfm-grammar@^3.0.0, sj-usfm-grammar@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/sj-usfm-grammar/-/sj-usfm-grammar-3.0.4.tgz#aceda791291a858befd248430d947ccb15c4fbf7"
integrity sha512-HjEDlRt9kJslnjmZ7tGMSQQG8Rvs3n4qfZKPOIABkorx4vpP+rKMSteyEhmv4pXFFPLw37/kZPtTBX1Ui+jPRw==
dependencies:
sj-usfm-grammar "^3.0.0"

Expand Down

0 comments on commit 630bbbc

Please sign in to comment.