This commit is contained in:
adueck 2022-11-01 19:51:38 +05:00
parent 2fc25a18df
commit cb560824fa
4 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@
"name": "functions",
"dependencies": {
"@google-cloud/storage": "^5.8.1",
"@lingdocs/inflect": "5.1.3",
"@lingdocs/inflect": "5.1.4",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"@types/react": "^18.0.21",
@ -391,9 +391,9 @@
}
},
"node_modules/@lingdocs/inflect": {
"version": "5.1.3",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.3.tgz",
"integrity": "sha512-dDz6w/FZaO5c0ylfj6PBoe/W6VnTCUtc7Ear+GlrkHqkzFdyuWQVq+oqRn2T4gohD2rkpEAfPWay2c/uxD2m4A==",
"version": "5.1.4",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.4.tgz",
"integrity": "sha512-xeDSKPsUNPtA/ShLLCbe+/1ftm48n08wMJAYPQy0qAp0Ik3Szb/iV8QB21cbmExuGz5TgQaFrfgup2zf1UuOxA==",
"license": "MIT",
"dependencies": {
"pbf": "^3.2.1",
@ -3499,9 +3499,9 @@
}
},
"@lingdocs/inflect": {
"version": "5.1.3",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.3.tgz",
"integrity": "sha512-dDz6w/FZaO5c0ylfj6PBoe/W6VnTCUtc7Ear+GlrkHqkzFdyuWQVq+oqRn2T4gohD2rkpEAfPWay2c/uxD2m4A==",
"version": "5.1.4",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.4.tgz",
"integrity": "sha512-xeDSKPsUNPtA/ShLLCbe+/1ftm48n08wMJAYPQy0qAp0Ik3Szb/iV8QB21cbmExuGz5TgQaFrfgup2zf1UuOxA==",
"requires": {
"pbf": "^3.2.1",
"rambda": "^7.3.0"

View File

@ -14,7 +14,7 @@
"main": "lib/functions/src/index.js",
"dependencies": {
"@google-cloud/storage": "^5.8.1",
"@lingdocs/inflect": "5.1.3",
"@lingdocs/inflect": "5.1.4",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"@types/react": "^18.0.21",

View File

@ -7,7 +7,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/ps-react": "5.1.3",
"@lingdocs/ps-react": "5.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

View File

@ -2349,10 +2349,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@lingdocs/ps-react@5.1.3":
version "5.1.3"
resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.3.tgz#84a6e4eef606cdd73f818d2c5f5ebabd5c989ffe"
integrity sha512-qLlTLr56zSWd5xWgVk/2EynSWwsTwOu1/9tfkIbzWGDzo8xPXONqhDdpNpK7xhyj4RrUZqwtflym4FOjrdNa1g==
"@lingdocs/ps-react@5.1.4":
version "5.1.4"
resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.4.tgz#86a1bd9f968d72787c7bc1e1bdc0f58395a85f67"
integrity sha512-HPckcrYBf/6MCnhAP6LGwEs4efrHE4qyfyqbabxvaUsqsBKlZaP7eFkoKLJ2HArwzt/U+OH4r36KpGsyclpUuQ==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.3"
classnames "^2.2.6"