Skip to content

Commit

Permalink
fixes for server config not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
blm committed Nov 30, 2023
1 parent 699d5e9 commit 34f49b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-icons": "^4.8.0",
"regenerator-runtime": "^0.13.7",
"resource-workspace-rcl": "2.1.4",
"scripture-resources-rcl": "5.5.7-beta.5",
"scripture-resources-rcl": "5.5.8-beta",
"scripture-tsv": "0.3.0",
"single-scripture-rcl": "3.4.16-beta.16",
"tailwindcss": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/WorkspaceContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function WorkspaceContainer() {
...config,
server: origServer,
},
readyForFetch: !!bookId,
readyForFetch: !!bookId && !!server,
resource: {
...originalScripture.resource,
resourceId: isNewTestament ? NT_ORIG_LANG_BIBLE : OT_ORIG_LANG_BIBLE,
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9877,10 +9877,10 @@ schema-utils@^3.0.0:
ajv "^6.12.5"
ajv-keywords "^3.5.2"

[email protected].7-beta.5:
version "5.5.7-beta.5"
resolved "https://registry.yarnpkg.com/scripture-resources-rcl/-/scripture-resources-rcl-5.5.7-beta.5.tgz#9e0a4ea810e6dae4fa62c6001e507e942daadc54"
integrity sha512-NMvOvAJne0h5g1XCJ46zaDophYt7Rxw4hlLxu7GbgxxrIeYsUA/cbBk1ziTNz4VnqDGIJmwN2Pe57ZuiEKn/nQ==
[email protected].8-beta:
version "5.5.8-beta"
resolved "https://registry.yarnpkg.com/scripture-resources-rcl/-/scripture-resources-rcl-5.5.8-beta.tgz#832bac55e471d37499fcb32a0d5d4102229b900c"
integrity sha512-hWqJ7A1v13GYK6yaloE8AdO8TO1YK7dyc6UMQUH6xFzMxhGRtkv93+Ww0ixuDYXKtYi2ko9SrEI8rWgyjze+Yg==
dependencies:
bible-reference-range "^1.1.0"
deep-freeze "^0.0.1"
Expand All @@ -9895,7 +9895,7 @@ [email protected]:
tc-ui-toolkit "^5.3.3"
use-deep-compare-effect "^1.3.1"
usfm-js "^3.4.2"
uw-quote-helpers "1.0.1-beta.6"
uw-quote-helpers "^1.1.0"
word-aligner "^1.0.0"
xregexp "^4.1.1"

Expand Down Expand Up @@ -11348,10 +11348,10 @@ uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uw-quote-helpers@1.0.1-beta.6:
version "1.0.1-beta.6"
resolved "https://registry.yarnpkg.com/uw-quote-helpers/-/uw-quote-helpers-1.0.1-beta.6.tgz#aa36af87336caed7c686c5ae3a92696aa1b305fe"
integrity sha512-B6ZvFdkuH1UcJIGFG3uG4k/avRqG2eyJj8PbX3wkMjFIaOwQMCvc2rELJO8glatwgxuNBDwSkWmMuH2srsKp7A==
uw-quote-helpers@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/uw-quote-helpers/-/uw-quote-helpers-1.1.0.tgz#fe519d5b771259db3c4b3fd1051647fb9a2e2b49"
integrity sha512-TFP37QaUquxltPoDKko5L8yT0yXOWx54gWLyzWKnu6XZtIT3Nh3qz0JaT1jj5wbnajrw+o7W5xDwNGTowCvrNQ==
dependencies:
bible-reference-range "^1.1.0"
string-punctuation-tokenizer "^2.2.0"
Expand Down

0 comments on commit 34f49b5

Please sign in to comment.