This commit is contained in:
adueck 2024-12-06 15:13:02 +05:00
parent f6a53c7b4d
commit a254592fd1
3 changed files with 48 additions and 14 deletions

View File

@ -17,7 +17,7 @@
"@formkit/auto-animate": "^1.0.0-beta.6",
"@fortawesome/fontawesome-free": "5.15.4",
"@lingdocs/lingdocs-main": "^0.3.3",
"@lingdocs/ps-react": "^7.4.1",
"@lingdocs/ps-react": "^7.7.3",
"@mdx-js/rollup": "^2.2.1",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/mdx": "^2.0.3",

View File

@ -2073,7 +2073,7 @@ Then the full craziness of inflections are unleashed 👇
{[
{
p: "دغه",
f: "dághu",
f: "dágha",
e: "this",
},
]}
@ -2146,7 +2146,7 @@ Then the full craziness of inflections are unleashed 👇
{[
{
p: "هغه",
f: "hághu",
f: "hágha",
e: "that",
},
]}
@ -3811,7 +3811,7 @@ In Pashto, demonstratives can also be used _without saying the noun_ they are po
{[
{
p: "دغه",
f: "dághu",
f: "dágha",
e: "this",
},
]}
@ -3870,7 +3870,7 @@ In Pashto, demonstratives can also be used _without saying the noun_ they are po
{[
{
p: "هغه",
f: "hágha",
f: "hághu",
e: "that / those",
},
]}
@ -3887,7 +3887,7 @@ In Pashto, demonstratives can also be used _without saying the noun_ they are po
{[
{
p: "هغه",
f: "hághu",
f: "hágha",
e: "that",
},
]}

View File

@ -1597,18 +1597,19 @@
rambda "^6.7.0"
react-select "^5.2.2"
"@lingdocs/ps-react@^7.4.1":
version "7.4.1"
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.4.1.tgz#6aff0ed4fdfcbba5904ba4242f1802fdd914d65b"
integrity sha512-vqLNcqlt3yqBPAhjpLMMqzBoaJZY64v1xXt8hpNgNI6NoPXGwuhqBBwR+H7k3iWbBiYGk1dizkzO7q8BLvw1kg==
"@lingdocs/ps-react@^7.7.3":
version "7.7.3"
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.7.3.tgz#353b6ddabdfabb4eae45a1d8554adb360f7238fc"
integrity sha512-TSK5kgyCEHTmJRH+9XfchVPUVvsjOfsLlrZlW4PL95LhvBD1dh5CazZDQlPV99CLZGz3jVf9VKpiQP7RdGYTrg==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.3"
classnames "^2.2.6"
classnames "^2.5.1"
fp-ts "^2.16.0"
jsurl2 "^2.1.0"
lokijs "^1.5.12"
lz-string "^1.4.4"
pbf "^3.2.1"
micro-memoize "^4.1.2"
rambda "^7.3.0"
react-bootstrap "^1.5.1"
react-error-boundary "^4.0.13"
react-select "^5.4.0"
@ -2393,6 +2394,11 @@ classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924"
integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==
classnames@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
@ -3937,6 +3943,11 @@ merge2@^1.3.0:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
micro-memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/micro-memoize/-/micro-memoize-4.1.2.tgz#ce719c1ba1e41592f1cd91c64c5f41dcbf135f36"
integrity sha512-+HzcV2H+rbSJzApgkj0NdTakkC+bnyeiUxgT6/m7mjcz1CmM22KYFKp+EVj1sWe4UYcnriJr5uqHQD/gMHLD+g==
micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1:
version "1.0.6"
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz#edff4c72e5993d93724a3c206970f5a15b0585ad"
@ -4764,6 +4775,29 @@ react-bootstrap@1.6.4:
uncontrollable "^7.2.1"
warning "^4.0.3"
react-bootstrap@^1.5.1:
version "1.6.8"
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.8.tgz#e9380d81cdb92c433f61b37a9120b8edd49912a1"
integrity sha512-yD6uN78XlFOkETQp6GRuVe0s5509x3XYx8PfPbirwFTYCj5/RfmSs9YZGCwkUrhZNFzj7tZPdpb+3k50mK1E4g==
dependencies:
"@babel/runtime" "^7.14.0"
"@restart/context" "^2.1.4"
"@restart/hooks" "^0.4.7"
"@types/invariant" "^2.2.33"
"@types/prop-types" "^15.7.3"
"@types/react" ">=16.14.8"
"@types/react-transition-group" "^4.4.1"
"@types/warning" "^3.0.0"
classnames "^2.3.1"
dom-helpers "^5.2.1"
invariant "^2.2.4"
prop-types "^15.7.2"
prop-types-extra "^1.1.0"
react-overlays "^5.1.2"
react-transition-group "^4.4.1"
uncontrollable "^7.2.1"
warning "^4.0.3"
react-countdown-circle-timer@3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/react-countdown-circle-timer/-/react-countdown-circle-timer-3.0.9.tgz#9bdf127c63f9c67dc12bc83cb8029765512b1f5f"
@ -4839,7 +4873,7 @@ react-media@1:
json2mq "^0.2.0"
prop-types "^15.5.10"
react-overlays@^5.1.1:
react-overlays@^5.1.1, react-overlays@^5.1.2:
version "5.2.1"
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-5.2.1.tgz#49dc007321adb6784e1f212403f0fb37a74ab86b"
integrity sha512-GLLSOLWr21CqtJn8geSwQfoJufdt3mfdsnIiQswouuQ2MMPns+ihZklxvsTDKD3cR2tF8ELbi5xUsvqVhR6WvA==