This commit is contained in:
lingdocs 2022-07-19 20:23:43 -05:00
parent 6e6f3d4dea
commit 905057700d
6 changed files with 16 additions and 16 deletions

View File

@ -396,9 +396,9 @@
}
},
"@lingdocs/pashto-inflector": {
"version": "3.4.3",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.3.tgz",
"integrity": "sha512-pdAVjJ35v4aquitEUtffzwPNKPFnhT9MNR1bnD46/gb9UbrykmPudVPmCoMeNFyzfncBXKSpdWajmD4ge9Ytvg==",
"version": "3.4.5",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.5.tgz",
"integrity": "sha512-PkV2xqOgMicrimuULNKWKt85iFurL9bpEsc41lfnssYxWDX245xIAo20xTRAWjw2SXaX8RRvx7SZBcUP/0Zq5w==",
"requires": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"classnames": "^2.2.6",

View File

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

6
package-lock.json generated
View File

@ -224,9 +224,9 @@
"dev": true
},
"@lingdocs/pashto-inflector": {
"version": "3.4.3",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.3.tgz",
"integrity": "sha512-pdAVjJ35v4aquitEUtffzwPNKPFnhT9MNR1bnD46/gb9UbrykmPudVPmCoMeNFyzfncBXKSpdWajmD4ge9Ytvg==",
"version": "3.4.5",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.5.tgz",
"integrity": "sha512-PkV2xqOgMicrimuULNKWKt85iFurL9bpEsc41lfnssYxWDX245xIAo20xTRAWjw2SXaX8RRvx7SZBcUP/0Zq5w==",
"requires": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"classnames": "^2.2.6",

View File

@ -17,12 +17,12 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "3.4.3"
"@lingdocs/pashto-inflector": "3.4.5"
},
"author": "lingdocs.com",
"license": "MIT",
"dependencies": {
"@lingdocs/pashto-inflector": "3.4.3",
"@lingdocs/pashto-inflector": "3.4.5",
"lokijs": "^1.5.12",
"nano": "^9.0.5",
"passport-github2": "^0.1.12",

View File

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

View File

@ -1590,10 +1590,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@3.4.3":
version "3.4.3"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.3.tgz#cf5dce06debe2041d02a59120666110c41cce78c"
integrity sha512-pdAVjJ35v4aquitEUtffzwPNKPFnhT9MNR1bnD46/gb9UbrykmPudVPmCoMeNFyzfncBXKSpdWajmD4ge9Ytvg==
"@lingdocs/pashto-inflector@3.4.5":
version "3.4.5"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.5.tgz#8c42c3b80cc966a048f3d984fb03b552345453cc"
integrity sha512-PkV2xqOgMicrimuULNKWKt85iFurL9bpEsc41lfnssYxWDX245xIAo20xTRAWjw2SXaX8RRvx7SZBcUP/0Zq5w==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.1"
classnames "^2.2.6"