Deploy AppWrite to migrate from Google Firebase due to false flagging for "phishing"

This commit is contained in:
Ray 2024-07-23 03:46:02 +00:00 committed by GitHub
parent f8003ef930
commit 8206733ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -11,6 +11,7 @@
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"appwrite": "^15.0.0",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"create-react-app": "^5.0.1", "create-react-app": "^5.0.1",
"firebase": "^10.5.2", "firebase": "^10.5.2",
@ -5773,6 +5774,11 @@
"node": ">= 8" "node": ">= 8"
} }
}, },
"node_modules/appwrite": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-15.0.0.tgz",
"integrity": "sha512-rzmo+87tizYLs3YnRLets+vMUF85S/OHkgiGgp0UKcKJj0U1RktAsuIecFqRROKfkqs0fKzggRAIs3RCoYQQwA=="
},
"node_modules/arg": { "node_modules/arg": {
"version": "5.0.2", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",

View File

@ -7,6 +7,7 @@
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"appwrite": "^15.0.0",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"create-react-app": "^5.0.1", "create-react-app": "^5.0.1",
"firebase": "^10.5.2", "firebase": "^10.5.2",