This commit is contained in:
lingdocs 2022-05-02 19:43:54 -05:00
parent 66d07a2c29
commit 3918814c1b
6 changed files with 16 additions and 16 deletions

View File

@ -391,9 +391,9 @@
}
},
"@lingdocs/pashto-inflector": {
"version": "2.3.5",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.5.tgz",
"integrity": "sha512-e8JB4WRBGoI0qvrd2wfdhDusk0fFNUyfkl05WoRSZp7JCijvouFbutev3SNP8guQFx3KmvrLdDUx7xhnQfYvng==",
"version": "2.3.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.6.tgz",
"integrity": "sha512-HS5IA+uyZD6bQIC4R+neM+hxJsD/oOGmyeNYDCgVX0S+3gDEK9QqyrzzwtPstDKX0JASRhJc7S874ZYJXc2z/w==",
"requires": {
"classnames": "^2.2.6",
"pbf": "^3.2.1",

View File

@ -14,7 +14,7 @@
"main": "lib/functions/src/index.js",
"dependencies": {
"@google-cloud/storage": "^5.8.1",
"@lingdocs/pashto-inflector": "2.3.5",
"@lingdocs/pashto-inflector": "2.3.6",
"@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.3.5"
"@lingdocs/pashto-inflector": "2.3.6"
}
}

6
package-lock.json generated
View File

@ -214,9 +214,9 @@
"dev": true
},
"@lingdocs/pashto-inflector": {
"version": "2.3.5",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.5.tgz",
"integrity": "sha512-e8JB4WRBGoI0qvrd2wfdhDusk0fFNUyfkl05WoRSZp7JCijvouFbutev3SNP8guQFx3KmvrLdDUx7xhnQfYvng==",
"version": "2.3.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.6.tgz",
"integrity": "sha512-HS5IA+uyZD6bQIC4R+neM+hxJsD/oOGmyeNYDCgVX0S+3gDEK9QqyrzzwtPstDKX0JASRhJc7S874ZYJXc2z/w==",
"requires": {
"classnames": "^2.2.6",
"pbf": "^3.2.1",

View File

@ -17,7 +17,7 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "2.3.5"
"@lingdocs/pashto-inflector": "2.3.6"
},
"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.3.5"
"@lingdocs/pashto-inflector": "2.3.6"
},
"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.3.5",
"@lingdocs/pashto-inflector": "2.3.6",
"@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.3.5"
"@lingdocs/pashto-inflector": "2.3.6"
}
}

View File

@ -1585,10 +1585,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@2.3.5":
version "2.3.5"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.5.tgz#2fc387f470f403eb12a82848b4d380c66aa4677c"
integrity sha512-e8JB4WRBGoI0qvrd2wfdhDusk0fFNUyfkl05WoRSZp7JCijvouFbutev3SNP8guQFx3KmvrLdDUx7xhnQfYvng==
"@lingdocs/pashto-inflector@2.3.6":
version "2.3.6"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-2.3.6.tgz#8ba6ae86057b01239e6de77ac9f85395b2e696c5"
integrity sha512-HS5IA+uyZD6bQIC4R+neM+hxJsD/oOGmyeNYDCgVX0S+3gDEK9QqyrzzwtPstDKX0JASRhJc7S874ZYJXc2z/w==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"