This commit is contained in:
lingdocs 2022-04-19 23:09:10 +05:00
parent baf04a9e00
commit 0471748a32
7 changed files with 7209 additions and 33 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"main": "lib/functions/src/index.js",
"dependencies": {
"@google-cloud/storage": "^5.8.1",
"@lingdocs/pashto-inflector": "2.1.1",
"@lingdocs/pashto-inflector": "2.1.2",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"cors": "^2.8.5",
@ -35,6 +35,6 @@
},
"private": true,
"peerDependencies": {
"@lingdocs/pashto-inflector": "2.1.1"
"@lingdocs/pashto-inflector": "2.1.2"
}
}

3943
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "2.1.1"
"@lingdocs/pashto-inflector": "2.1.2"
},
"author": "lingdocs.com",
"license": "MIT",
@ -26,7 +26,7 @@
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-twitter": "^1.0.4",
"@lingdocs/pashto-inflector": "2.1.1"
"@lingdocs/pashto-inflector": "2.1.2"
},
"devDependencies": {
"@types/passport-github2": "^1.2.5",

View File

@ -6,7 +6,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "2.1.1",
"@lingdocs/pashto-inflector": "2.1.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
@ -100,6 +100,6 @@
"user-event": "^4.0.0"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "2.1.1"
"@lingdocs/pashto-inflector": "2.1.2"
}
}

View File

@ -1585,10 +1585,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@2.1.1":
version "2.1.1"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.1.1.tgz#2de6778546cae058d6f55af152c6a7d4d91260b0"
integrity sha512-+cgdMJYA4jIOI0OoL2MP/b8zc9W+WTpPIs+6CMeMouQAE3OsxNm99seOBnDNaVKUabssC5WFyBfEIw+bzCBKrQ==
"@lingdocs/pashto-inflector@2.1.2":
version "2.1.2"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.1.2.tgz#d2998cab83fa71547328334f9e956a9259f792b8"
integrity sha512-LS6CeHyRJpBmREbaV8RUaqxt5rX/rbFDjfCgiM/hzWSQeNtXdU4eJbevK97bT0Qm4ehw9EcUWBfalkUMmgJaFA==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"

View File

@ -168,10 +168,10 @@
"resolved" "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz"
"version" "9.2.1"
"@lingdocs/pashto-inflector@2.1.1":
"integrity" "sha512-+cgdMJYA4jIOI0OoL2MP/b8zc9W+WTpPIs+6CMeMouQAE3OsxNm99seOBnDNaVKUabssC5WFyBfEIw+bzCBKrQ=="
"resolved" "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.1.1.tgz"
"version" "2.1.1"
"@lingdocs/pashto-inflector@2.1.2":
"integrity" "sha512-LS6CeHyRJpBmREbaV8RUaqxt5rX/rbFDjfCgiM/hzWSQeNtXdU4eJbevK97bT0Qm4ehw9EcUWBfalkUMmgJaFA=="
"resolved" "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.1.2.tgz"
"version" "2.1.2"
dependencies:
"classnames" "^2.2.6"
"pbf" "^3.2.1"