This commit is contained in:
adueck 2022-10-10 15:06:12 +05:00
parent dfbe539fe1
commit 911e98ea82
4 changed files with 13 additions and 13 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/inflect": "5.0.12", "@lingdocs/inflect": "5.1.1",
"@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",
@ -269,9 +269,9 @@
} }
}, },
"node_modules/@lingdocs/inflect": { "node_modules/@lingdocs/inflect": {
"version": "5.0.12", "version": "5.1.1",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.0.12.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz",
"integrity": "sha512-MqUnm9OqqN8uqmp6xl7X7RnpGHycU047egLcB77a+l+3LM/CuzzwN5GQV5AsLSgI+c4JJlIub2TgDDk36gAapQ==", "integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"pbf": "^3.2.1", "pbf": "^3.2.1",
@ -3038,9 +3038,9 @@
} }
}, },
"@lingdocs/inflect": { "@lingdocs/inflect": {
"version": "5.0.12", "version": "5.1.1",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.0.12.tgz", "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz",
"integrity": "sha512-MqUnm9OqqN8uqmp6xl7X7RnpGHycU047egLcB77a+l+3LM/CuzzwN5GQV5AsLSgI+c4JJlIub2TgDDk36gAapQ==", "integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==",
"requires": { "requires": {
"pbf": "^3.2.1", "pbf": "^3.2.1",
"rambda": "^7.3.0" "rambda": "^7.3.0"

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/inflect": "5.0.12", "@lingdocs/inflect": "5.1.1",
"@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",

View File

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

View File

@ -2349,10 +2349,10 @@
"@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/sourcemap-codec" "^1.4.10"
"@lingdocs/ps-react@5.0.12": "@lingdocs/ps-react@5.1.1":
version "5.0.12" version "5.1.1"
resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.0.12.tgz#f401001254e9f2b2311bae491dda6d6ace6df588" resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.1.tgz#b3dbaf630e85458029962bd20241b53d32f9efb8"
integrity sha512-OVcIo3ukcz0h01nqNxa4NsN7tAzT22p9xfCHsXNmrm0f75NtHycqMya7ic67XQkszrw8zHVTURqFX9cMmugKnQ== integrity sha512-Ng3TCyv/kN389GiWx69d3iv7D4l6zjYNz6DDwKRDJddq8C+J6qlfqnIe+iEMu8qJ1hlcVNKxJ/sNTeCIK8CFog==
dependencies: dependencies:
"@formkit/auto-animate" "^1.0.0-beta.3" "@formkit/auto-animate" "^1.0.0-beta.3"
classnames "^2.2.6" classnames "^2.2.6"