This commit is contained in:
lingdocs 2022-04-14 22:27:10 +05:00
parent b9aaf5c2ab
commit ef10295486
7 changed files with 7212 additions and 36 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.0.5",
"@lingdocs/pashto-inflector": "2.0.7",
"@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.0.5"
"@lingdocs/pashto-inflector": "2.0.7"
}
}

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.0.5"
"@lingdocs/pashto-inflector": "2.0.7"
},
"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.0.5"
"@lingdocs/pashto-inflector": "2.0.7"
},
"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.0.5",
"@lingdocs/pashto-inflector": "2.0.7",
"@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.0.5"
"@lingdocs/pashto-inflector": "2.0.7"
}
}

View File

@ -1585,10 +1585,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@2.0.5":
version "2.0.5"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.0.5.tgz#b917428e81395206d78f8f72122dddc4432364b3"
integrity sha512-WdkunOYqj3045Too4PioDIh9ljYXrbGiV+CVZtbF8s8Bnw/L+6Y7ShgYFb2DQalkwtis+5BJzzcKMMUE4ZtTYQ==
"@lingdocs/pashto-inflector@2.0.7":
version "2.0.7"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.0.7.tgz#51e3ed35a07f746141376836399b8abc0826d6cc"
integrity sha512-gZzNdlEzt1UtXDk/p07fF3WFHJVrRRx57GHKCl+hm+4e6Db22/84Lx8pJOPje8k/Xxls+pDAs0gSKCOUOW9d8g==
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.0.2":
"integrity" "sha512-qdipDSe86FLjZyXeZadFxeQptPRUWGMGskVdRSTwm54QzW24pmBBYCwv8VSzEQPLQzhq53aSQl6opqXQDh8dGQ=="
"resolved" "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.0.2.tgz"
"version" "2.0.2"
"@lingdocs/pashto-inflector@2.0.7":
"integrity" "sha512-gZzNdlEzt1UtXDk/p07fF3WFHJVrRRx57GHKCl+hm+4e6Db22/84Lx8pJOPje8k/Xxls+pDAs0gSKCOUOW9d8g=="
"resolved" "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.0.7.tgz"
"version" "2.0.7"
dependencies:
"classnames" "^2.2.6"
"pbf" "^3.2.1"
@ -340,9 +340,9 @@
"@types/react" "*"
"@types/react@*":
"integrity" "sha512-2poV9ReTwwV5ZNxkKyk7t6Vp/odeTfYI3vRjtDYWfUdEstx9mp26jzELfMBwV6gXg1irhHUnmZJH/dJW7xafcA=="
"resolved" "https://registry.npmjs.org/@types/react/-/react-18.0.2.tgz"
"version" "18.0.2"
"integrity" "sha512-Zm4ryWh9xQbMX6ge7Ej/nS6VBoT+9wzvwd/hZ+9EONGjBkejyyvEKndZt/DZHHj1lSU/YeTPyJAn22S3GnYchQ=="
"resolved" "https://registry.npmjs.org/@types/react/-/react-18.0.4.tgz"
"version" "18.0.4"
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"