fix: common aspect ratios

This commit is contained in:
Cory Dransfeldt 2024-06-28 13:58:14 -07:00
parent f7b234e7e2
commit c883db21d8
No known key found for this signature in database
6 changed files with 16 additions and 16 deletions

18
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.6.14",
"version": "19.6.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.6.14",
"version": "19.6.15",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -467,9 +467,9 @@
}
},
"node_modules/@supabase/realtime-js": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.10.1.tgz",
"integrity": "sha512-SrrXxE8xgwWvjREQMkC9LIHIoCQde+OqkFPKP2s/O0ROjhmJ/iXeLvoWhAzXh9gwire4oaK14/ncL/iRiaVWQw==",
"version": "2.10.2",
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.10.2.tgz",
"integrity": "sha512-qyCQaNg90HmJstsvr2aJNxK2zgoKh9ZZA8oqb7UT2LCh3mj9zpa3Iwu167AuyNxsxrUE8eEJ2yH6wLCij4EApA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -490,9 +490,9 @@
}
},
"node_modules/@supabase/supabase-js": {
"version": "2.44.1",
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.1.tgz",
"integrity": "sha512-4vCOkefRoeacmMELIWlYPwsfd9y/stH4fCZ4GZZjiOCHeViIrZ8artdj61MwkjQKFuF1uZ87gCKjtMDKLJsDlA==",
"version": "2.44.2",
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.2.tgz",
"integrity": "sha512-fouCwL1OxqftOwLNgdDUPlNnFuCnt30nS4kLcnTpe6NYKn1PmjxRRBFmKscgHs6FjWyU+32ZG4uBJ29+/BWiDw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -500,7 +500,7 @@
"@supabase/functions-js": "2.4.1",
"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.15.7",
"@supabase/realtime-js": "2.10.1",
"@supabase/realtime-js": "2.10.2",
"@supabase/storage-js": "2.6.0"
}
},