This commit is contained in:
lingdocs 2021-10-19 21:27:52 -04:00
parent 5b013e26ff
commit c9451709be
6 changed files with 10 additions and 10 deletions

BIN
functions/.package.json.swp Normal file

Binary file not shown.

View File

@ -200,9 +200,9 @@
}
},
"@lingdocs/pashto-inflector": {
"version": "1.3.0",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.3.0.tgz",
"integrity": "sha512-LSGyPWmYWCw9NzfhWb2W/BPgVOlMH/D9D/uY+ZCQqZJ8jMy0X1AxmTjBa4Lm70rbIV81qLGSJDNUTSoI+mg5kA==",
"version": "1.3.1",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.3.1.tgz",
"integrity": "sha512-y8KKqvBau64zWrDP3Z7F4Zl9dxHXcB9WUyp1YRhL6jW1uqx4e92jF962p72oRkhlXGVLOXFuPFWmQqWHBVhvqw==",
"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": "^1.3.0",
"@lingdocs/pashto-inflector": "^1.3.1",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"cors": "^2.8.5",

View File

@ -17,7 +17,7 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "^1.3.0"
"@lingdocs/pashto-inflector": "^1.3.1"
},
"author": "lingdocs.com",
"license": "MIT",

View File

@ -6,7 +6,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "^1.3.0",
"@lingdocs/pashto-inflector": "^1.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

View File

@ -1483,10 +1483,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@^1.3.0":
version "1.3.0"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.3.0.tgz#2410b3fad74cbfd15190b84f8de053a26e254f0c"
integrity sha512-LSGyPWmYWCw9NzfhWb2W/BPgVOlMH/D9D/uY+ZCQqZJ8jMy0X1AxmTjBa4Lm70rbIV81qLGSJDNUTSoI+mg5kA==
"@lingdocs/pashto-inflector@^1.3.1":
version "1.3.1"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.3.1.tgz#09aca1e52507361d6efd5a87b7b7135704dc03a3"
integrity sha512-y8KKqvBau64zWrDP3Z7F4Zl9dxHXcB9WUyp1YRhL6jW1uqx4e92jF962p72oRkhlXGVLOXFuPFWmQqWHBVhvqw==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"