Migrate for Appwrite version 0.14

This commit is contained in:
Elias Schneider
2022-05-18 12:35:20 +02:00
parent 5d45377a7f
commit d5e1851af1
5 changed files with 12 additions and 13 deletions

16
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@mantine/modals": "^4.2.0",
"@mantine/next": "^4.2.0",
"@mantine/notifications": "^4.2.0",
"appwrite": "^7.0.0",
"appwrite": "^8.0.0",
"axios": "^0.26.1",
"cookies-next": "^2.0.4",
"file-saver": "^2.0.5",
@@ -25,7 +25,7 @@
"moment": "^2.29.3",
"next": "12.1.5",
"next-pwa": "^5.5.2",
"node-appwrite": "^5.1.0",
"node-appwrite": "^6.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"tabler-icons-react": "^1.44.0",
@@ -2886,9 +2886,9 @@
}
},
"node_modules/appwrite": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-7.0.0.tgz",
"integrity": "sha512-lazJYrUqLfh/5kRBV/ycfnUHVTMxHmqDi1tRnfgoQGoUWcpUeJooQE1njx3neGjcyfM5Ow9eAY+Fv6uv12o9cA==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-8.0.0.tgz",
"integrity": "sha512-/0GMOUtg5+P9t4XTz3z1/FTXoAyEJ23CQ3zkXZybQJzdqy2TRG1iaktHsOmu4zkxEKBTjIsgSkTrKEgdYC/HHw==",
"dependencies": {
"cross-fetch": "3.1.5",
"isomorphic-form-data": "2.0.0"
@@ -9885,9 +9885,9 @@
}
},
"appwrite": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-7.0.0.tgz",
"integrity": "sha512-lazJYrUqLfh/5kRBV/ycfnUHVTMxHmqDi1tRnfgoQGoUWcpUeJooQE1njx3neGjcyfM5Ow9eAY+Fv6uv12o9cA==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/appwrite/-/appwrite-8.0.0.tgz",
"integrity": "sha512-/0GMOUtg5+P9t4XTz3z1/FTXoAyEJ23CQ3zkXZybQJzdqy2TRG1iaktHsOmu4zkxEKBTjIsgSkTrKEgdYC/HHw==",
"requires": {
"cross-fetch": "3.1.5",
"isomorphic-form-data": "2.0.0"