update inflector

This commit is contained in:
lingdocs 2021-10-10 02:04:38 -04:00
parent 7309651882
commit 9298d14d6c
6 changed files with 16 additions and 16 deletions

View File

@ -200,9 +200,9 @@
}
},
"@lingdocs/pashto-inflector": {
"version": "1.1.7",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.7.tgz",
"integrity": "sha512-ZIb3HG5w313daZ+oaQM3j+KKroF436Cui0LiC12g2+a4Krj6hvygQQJtOqZ01goaN1QNhZrJ6/8OdF8scTo5pw==",
"version": "1.1.8",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.8.tgz",
"integrity": "sha512-4Jy/6BpFWYUGxS2HlmgcCJ4Gx4BJ3wIk7r4k2YWrY0pd1NVQrnSc9a7ndPIgIHEyHSGILqZzWO5aWbxU8Bvp4g==",
"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.1.7",
"@lingdocs/pashto-inflector": "^1.1.8",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"cors": "^2.8.5",

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@lingdocs/lingdocs-main",
"version": "0.1.7",
"version": "0.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@lingdocs/pashto-inflector": {
"version": "1.1.7",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.7.tgz",
"integrity": "sha512-ZIb3HG5w313daZ+oaQM3j+KKroF436Cui0LiC12g2+a4Krj6hvygQQJtOqZ01goaN1QNhZrJ6/8OdF8scTo5pw==",
"version": "1.1.8",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.8.tgz",
"integrity": "sha512-4Jy/6BpFWYUGxS2HlmgcCJ4Gx4BJ3wIk7r4k2YWrY0pd1NVQrnSc9a7ndPIgIHEyHSGILqZzWO5aWbxU8Bvp4g==",
"dev": true,
"requires": {
"classnames": "^2.2.6",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/lingdocs-main",
"version": "0.1.7",
"version": "0.1.8",
"description": "types and functions for lingdocs stuff",
"main": "dist/library.js",
"module": "dist/library.js",
@ -17,7 +17,7 @@
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "^1.1.7"
"@lingdocs/pashto-inflector": "^1.1.8"
},
"author": "lingdocs.com",
"license": "MIT",
@ -28,7 +28,7 @@
"passport-twitter": "^1.0.4"
},
"devDependencies": {
"@lingdocs/pashto-inflector": "^1.1.7",
"@lingdocs/pashto-inflector": "^1.1.8",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-twitter": "^1.0.37",

View File

@ -6,7 +6,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "^1.1.7",
"@lingdocs/pashto-inflector": "^1.1.8",
"@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.1.7":
version "1.1.7"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.7.tgz#6c9dd2d5d701757a07f66a89dce52f4d3c2b0ee2"
integrity sha512-ZIb3HG5w313daZ+oaQM3j+KKroF436Cui0LiC12g2+a4Krj6hvygQQJtOqZ01goaN1QNhZrJ6/8OdF8scTo5pw==
"@lingdocs/pashto-inflector@^1.1.8":
version "1.1.8"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.1.8.tgz#41c31326f9ff4e4bdba806166bc2cd23c95f5059"
integrity sha512-4Jy/6BpFWYUGxS2HlmgcCJ4Gx4BJ3wIk7r4k2YWrY0pd1NVQrnSc9a7ndPIgIHEyHSGILqZzWO5aWbxU8Bvp4g==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"