This commit is contained in:
adueck 2022-10-12 12:10:03 +05:00
parent a761d2b8c5
commit a97430c981
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.1",
"@lingdocs/inflect": "5.1.2",
"@types/cors": "^2.8.10",
"@types/google-spreadsheet": "^3.0.2",
"@types/react": "^18.0.21",
@ -269,9 +269,9 @@
}
},
"node_modules/@lingdocs/inflect": {
"version": "5.1.1",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz",
"integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==",
"version": "5.1.2",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.2.tgz",
"integrity": "sha512-1lIfxCA/nj1ZbicKgWGnGIIeB94pk3OVroXZ6mVgqRX8KFR+f/vvdyifRmOapqPA8KVLT1Z2Fv+11SKcmTmQOw==",
"license": "MIT",
"dependencies": {
"pbf": "^3.2.1",
@ -3038,9 +3038,9 @@
}
},
"@lingdocs/inflect": {
"version": "5.1.1",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz",
"integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==",
"version": "5.1.2",
"resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.2.tgz",
"integrity": "sha512-1lIfxCA/nj1ZbicKgWGnGIIeB94pk3OVroXZ6mVgqRX8KFR+f/vvdyifRmOapqPA8KVLT1Z2Fv+11SKcmTmQOw==",
"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.1",
"@lingdocs/inflect": "5.1.2",
"@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.1",
"@lingdocs/ps-react": "5.1.2",
"@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.1":
version "5.1.1"
resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.1.tgz#b3dbaf630e85458029962bd20241b53d32f9efb8"
integrity sha512-Ng3TCyv/kN389GiWx69d3iv7D4l6zjYNz6DDwKRDJddq8C+J6qlfqnIe+iEMu8qJ1hlcVNKxJ/sNTeCIK8CFog==
"@lingdocs/ps-react@5.1.2":
version "5.1.2"
resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.2.tgz#16f318208e46010b069ba06ffec88b3c85c398be"
integrity sha512-Nyq/ACZej0BcV/3ePIH0CJRoCq/Ekw7gFHp8JFPBMUzYQcgLOB+Ad64CqsTNnljGzOQNEGsDQPz1+upO3Lux+g==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.3"
classnames "^2.2.6"