This commit is contained in:
adueck 2022-10-04 16:48:27 +05:00
parent 058af4dcde
commit 318b200d0a
2 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@
"name": "functions", "name": "functions",
"dependencies": { "dependencies": {
"@google-cloud/storage": "^5.8.1", "@google-cloud/storage": "^5.8.1",
"@lingdocs/pashto-inflector": "4.0.4", "@lingdocs/pashto-inflector": "4.0.6",
"@types/cors": "^2.8.10", "@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2", "@types/google-spreadsheet": "^3.0.2",
"@types/react": "^18.0.21", "@types/react": "^18.0.21",
@ -31,7 +31,7 @@
"node": "16" "node": "16"
}, },
"peerDependencies": { "peerDependencies": {
"@lingdocs/pashto-inflector": "4.0.4" "@lingdocs/pashto-inflector": "4.0.6"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -506,9 +506,9 @@
} }
}, },
"node_modules/@lingdocs/pashto-inflector": { "node_modules/@lingdocs/pashto-inflector": {
"version": "4.0.4", "version": "4.0.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-4.0.4.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-4.0.6.tgz",
"integrity": "sha512-voVYFjYXs/cTve2DLi4u0LnPEeHJQ6ratLodke0+WdPPjghoas6XC9rx1crghNuwzgdb1SFnxEArVK1PXh6G3A==", "integrity": "sha512-BOONl07zHcHzzmryi4Ju691kah155OJ37McTvaQ+EKq7M7SeOLFIdvlYpVoaO6URBmMsA0RO08avjcHmzyiTjw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1", "@formkit/auto-animate": "^1.0.0-beta.1",
@ -3683,9 +3683,9 @@
} }
}, },
"@lingdocs/pashto-inflector": { "@lingdocs/pashto-inflector": {
"version": "4.0.4", "version": "4.0.6",
"resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-4.0.4.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-4.0.6.tgz",
"integrity": "sha512-voVYFjYXs/cTve2DLi4u0LnPEeHJQ6ratLodke0+WdPPjghoas6XC9rx1crghNuwzgdb1SFnxEArVK1PXh6G3A==", "integrity": "sha512-BOONl07zHcHzzmryi4Ju691kah155OJ37McTvaQ+EKq7M7SeOLFIdvlYpVoaO6URBmMsA0RO08avjcHmzyiTjw==",
"requires": { "requires": {
"@formkit/auto-animate": "^1.0.0-beta.1", "@formkit/auto-animate": "^1.0.0-beta.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View File

@ -14,7 +14,7 @@
"main": "lib/functions/src/index.js", "main": "lib/functions/src/index.js",
"dependencies": { "dependencies": {
"@google-cloud/storage": "^5.8.1", "@google-cloud/storage": "^5.8.1",
"@lingdocs/pashto-inflector": "4.0.4", "@lingdocs/pashto-inflector": "4.0.6",
"@types/cors": "^2.8.10", "@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2", "@types/google-spreadsheet": "^3.0.2",
"@types/react": "^18.0.21", "@types/react": "^18.0.21",
@ -36,6 +36,6 @@
}, },
"private": true, "private": true,
"peerDependencies": { "peerDependencies": {
"@lingdocs/pashto-inflector": "4.0.4" "@lingdocs/pashto-inflector": "4.0.6"
} }
} }