This commit is contained in:
parent
bc2f8621fe
commit
6aa16c38de
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@lingdocs/lingdocs-main": "^0.2.0",
|
||||
"@lingdocs/pashto-inflector": "^2.3.7",
|
||||
"@lingdocs/pashto-inflector": "^2.3.9",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -1684,12 +1684,14 @@
|
|||
pbf "^3.2.1"
|
||||
rambda "^6.7.0"
|
||||
|
||||
"@lingdocs/pashto-inflector@^2.3.7":
|
||||
version "2.3.7"
|
||||
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.7.tgz#0163c8ba266bb81038082d1d71b4bde32f31bc7a"
|
||||
integrity sha512-sdkF6FAiOtgHKQRCv9xNGJ/ddC2iU+dv9Iz7tEgICBXC5+VNLgjzjLSTdljIO6fX6lEQkrv0C7ql12620QXaUQ==
|
||||
"@lingdocs/pashto-inflector@^2.3.9":
|
||||
version "2.3.9"
|
||||
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.9.tgz#88889d4c229698ccdc17bd6cd436668455440aec"
|
||||
integrity sha512-p7f0YwWNsj83Kp6oqM4YTmYTLFs+CfQxGaAljJj+sUjApPAGfMfXT6T32iSWQHy80nskfwrwSYWwZKQskLTnvg==
|
||||
dependencies:
|
||||
classnames "^2.2.6"
|
||||
jsurl2 "^2.1.0"
|
||||
lz-string "^1.4.4"
|
||||
pbf "^3.2.1"
|
||||
rambda "^6.7.0"
|
||||
react-select "^5.2.2"
|
||||
|
@ -7642,6 +7644,11 @@ jsprim@^1.2.2:
|
|||
json-schema "0.2.3"
|
||||
verror "1.10.0"
|
||||
|
||||
jsurl2@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/jsurl2/-/jsurl2-2.1.0.tgz#4c7f0cd33344f318cea5e321089c983194e947c7"
|
||||
integrity sha512-dN5xpdjYWxhkn/hN9jGovVP/sy8HqP3BiNU7nKm7pwtRSfQlKG8FZO7wlO4kmydAYzv3UwVVzGjAnEBr4KCmmw==
|
||||
|
||||
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
|
||||
|
|
Loading…
Reference in New Issue