Skip to content

Commit

Permalink
Tweaks for saving scripture (#654)
Browse files Browse the repository at this point in the history
* update dependencies for save fixes

* update dependencies for save fixes

---------

Co-authored-by: PhotoNomad0 <[email protected]>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored May 30, 2024
1 parent bef6853 commit 9b899ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"resource-workspace-rcl": "2.1.4",
"scripture-resources-rcl": "5.5.12",
"scripture-tsv": "1.2.0",
"single-scripture-rcl": "3.4.19",
"single-scripture-rcl": "3.4.21",
"tailwindcss": "^2.0.4",
"tc-ui-toolkit": "5.3.3",
"translation-helps-rcl": "3.5.16",
"use-deep-compare-effect": "^1.3.1",
"word-aligner": "^1.0.0",
"word-aligner-rcl": "1.1.0"
"word-aligner-rcl": "1.1.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.11",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3950,10 +3950,10 @@ diff-sequences@^29.4.3:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2"
integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==

diff@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
diff@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==

dir-glob@^3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -9603,15 +9603,15 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"

[email protected].19:
version "3.4.19"
resolved "https://registry.yarnpkg.com/single-scripture-rcl/-/single-scripture-rcl-3.4.19.tgz#91139da9e225681af9f0b3861ee8ce30d2d5f693"
integrity sha512-vXEn0XgzdYn88NMYNeOZo3QTiqNXthLgVn/sxg/hFivr2PoTqcaAI8Rl8a0BDBTJ63DFcMFvGkbl6lSRLPkzWA==
[email protected].21:
version "3.4.21"
resolved "https://registry.yarnpkg.com/single-scripture-rcl/-/single-scripture-rcl-3.4.21.tgz#7f3397460319b2591a2bcb7abab233ee1d443f51"
integrity sha512-tfJBCpHmezcaUR5XVkbDJ2Tw053xeDZ9Z++NrzBeClmqHW2TQDiFoIu+nU1BeDgQz8Xk9JNs01vOyzDx06pqYw==
dependencies:
"@react-hookz/deep-equal" "^1.0.4"
"@types/react" "^17.0.0"
"@types/react-dom" "^17.0.0"
diff "^5.1.0"
diff "^5.2.0"
lodash "^4.17.21"
react-docgen-typescript "^1.20.5"
source-map-loader "^1.1.3"
Expand Down Expand Up @@ -11101,10 +11101,10 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

[email protected].0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/word-aligner-rcl/-/word-aligner-rcl-1.1.0.tgz#45e1d1fb0c6de9941f4dc394accd4a829df095ee"
integrity sha512-BSdYnxuNrc1jwm6auV8aFT3zkbp2RScVPrpSA3GNwek8hzxi0kLXGwioQg1U6ztrt3i45yF42CtkSRVZXBesRg==
[email protected].2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/word-aligner-rcl/-/word-aligner-rcl-1.1.2.tgz#6bda84e580be9a58cc24f96892743a35c53b4713"
integrity sha512-2GGIFmMpBY8lpidSwC7MTXkZOl/xNomI9ixCOPIRaVPXASlUNM/+GPIR23D5CgqirXqGXs/4ZUhs+y9RihaInw==
dependencies:
bible-reference-range "^1.1.0"
deep-equal "^2.0.5"
Expand Down

0 comments on commit 9b899ea

Please sign in to comment.