From c8afc4f7cb11bc887338a397789699b2a2d48e06 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:20:03 +0500 Subject: [PATCH] oops --- package.json | 2 +- src/content/practice-tools/phrase-builder.mdx | 12 ++---------- src/content/verbs/subjunctive-verbs.mdx | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 1e42188..cf1ed8f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.2.0", - "@lingdocs/pashto-inflector": "^1.8.8", + "@lingdocs/pashto-inflector": "^1.9.3", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/content/practice-tools/phrase-builder.mdx b/src/content/practice-tools/phrase-builder.mdx index 7e3a1aa..a9876f1 100644 --- a/src/content/practice-tools/phrase-builder.mdx +++ b/src/content/practice-tools/phrase-builder.mdx @@ -3,14 +3,6 @@ title: Phrase Builder fullWidth: true --- -import { - VPExplorer, - defaultTextOptions, -} from "@lingdocs/pashto-inflector"; -import { nouns, verbs } from "../../words/words"; +import VPBuilder from "../../components/VPBuilder"; - \ No newline at end of file + \ No newline at end of file diff --git a/src/content/verbs/subjunctive-verbs.mdx b/src/content/verbs/subjunctive-verbs.mdx index 6e9ad71..4f50695 100644 --- a/src/content/verbs/subjunctive-verbs.mdx +++ b/src/content/verbs/subjunctive-verbs.mdx @@ -92,7 +92,7 @@ The subjunctive is made the same way as its cousin the @@ -109,7 +109,7 @@ When you use the negative {psmd([ { p: "هغه وتړه چې **و**نه **تښتي**.", f: "hagha óotaRa che **oo**-nú-**tuxtee**.", e: "Tie him up so that he doesn't escape." }, - { p: "کړګۍ بنده کړه چې هوا دننه **را**نه **شي**", f: "kiRkúy banda kRa che hawaa dununa **raa**-nú-**shee**", e: "Close the windon so the air doesn't come inside." }, + { p: "کړګۍ بنده کړه چې هوا دننه **را**نه **شي**", f: "kiRkúy banda kRa che hawaa dununa **raa**-nú-**shee**", e: "Close the window so the air doesn't come inside." }, ])} ## With Subordinate Clauses diff --git a/yarn.lock b/yarn.lock index 2f4730f..dff3c66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1684,10 +1684,10 @@ pbf "^3.2.1" rambda "^6.7.0" -"@lingdocs/pashto-inflector@^1.8.8": - version "1.8.8" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.8.8.tgz#dd5b40a93a6200a2da8cd8cbf6c2faf1ef47a50a" - integrity sha512-2aDoCddJnkQBr4evGSRz7+sinFFHkqpyfnB9ELIPNc1t4pmDuQYI2zbTULTpIKJWL0MnmPDewtY6iW/8j6Gu9A== +"@lingdocs/pashto-inflector@^1.9.0": + version "1.9.0" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.9.0.tgz#ac79db362c638b3b9f8d5bc73212d60a57ae0443" + integrity sha512-2MCPHiyaHxr9MCLh+vVF1gaaIrbWGhzp9GAVEbU1qrNn3FoOEBzhxiijQ1Lny0pQkYWRo5IXDeqJHVEP2jAnFg== dependencies: classnames "^2.2.6" pbf "^3.2.1"