feat: add image

This commit is contained in:
Arman
2024-04-19 14:27:51 +02:00
parent da473b4cf3
commit caad487aef
3 changed files with 114 additions and 11 deletions
+9 -9
View File
@@ -7,8 +7,8 @@
"name": "@appwrite/console",
"dependencies": {
"@appwrite.io/console": "^0.5.0",
"@appwrite.io/pink": "0.11.0",
"@appwrite.io/pink-icons": "0.11.0",
"@appwrite.io/pink": "0.14.0",
"@appwrite.io/pink-icons": "0.14.0",
"@popperjs/core": "^2.11.8",
"@sentry/svelte": "^7.66.0",
"@sentry/tracing": "^7.66.0",
@@ -167,19 +167,19 @@
}
},
"node_modules/@appwrite.io/pink": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@appwrite.io/pink/-/pink-0.11.0.tgz",
"integrity": "sha512-0/ztJxeV6Cy1FnXy2ClLELzDnR4eRtGAhQ24napCg0VwOFevSIc0S7jcRrWVyA6WRuwex4eGiEn2JeYMTq70Xg==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@appwrite.io/pink/-/pink-0.14.0.tgz",
"integrity": "sha512-E1uFJ23otp5hF7ZgSJ0EXj4qIaxGFmvZYFOcKnqsXZsYCyfpl+pKK8V6HqUBjNy5xfElqHlkjAWuc/qdkXIwPQ==",
"dependencies": {
"@appwrite.io/pink-icons": "0.11.0",
"@appwrite.io/pink-icons": "0.14.0",
"normalize.css": "^8.0.1",
"the-new-css-reset": "^1.11.2"
}
},
"node_modules/@appwrite.io/pink-icons": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@appwrite.io/pink-icons/-/pink-icons-0.11.0.tgz",
"integrity": "sha512-FOvP87m4S17QRQPrLzsSlwrbIeJNJi5RliGUQYONIhmI0PiwE4Xm5LXFE+NqFYsR56w2X3jYdJIHdIdZlH3XjA=="
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@appwrite.io/pink-icons/-/pink-icons-0.14.0.tgz",
"integrity": "sha512-RnY5xWC9/+utXFicaHRyiSe1LKF49l0fvmBjPcR6BZXH8yG7s4Ob0LVaVMWdnyFYWXQLo5Fq/ob0SqVSEOLgbA=="
},
"node_modules/@babel/code-frame": {
"version": "7.23.5",
+2 -2
View File
@@ -19,8 +19,8 @@
},
"dependencies": {
"@appwrite.io/console": "^0.5.0",
"@appwrite.io/pink": "0.11.0",
"@appwrite.io/pink-icons": "0.11.0",
"@appwrite.io/pink": "0.14.0",
"@appwrite.io/pink-icons": "0.14.0",
"@popperjs/core": "^2.11.8",
"@sentry/svelte": "^7.66.0",
"@sentry/tracing": "^7.66.0",
File diff suppressed because one or more lines are too long