cloudinary update

This commit is contained in:
cupcakearmy 2020-11-11 21:58:31 +01:00
parent b8b50be3c4
commit f5dac4bf70
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"highlight.js": "^10.3.2", "highlight.js": "^10.3.2",
"polka": "next", "polka": "next",
"sirv": "^1.0.0", "sirv": "^1.0.0",
"svelte-cloudinary": "^0.1.3" "svelte-cloudinary": "^0.2"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-commonjs": "^14.0.0",

View File

@ -30,4 +30,4 @@
} }
</style> </style>
<img use:image={{ src: cleaned, bind: { width: true } }} {alt} /> <img use:image={{ src: cleaned, bind: { width: true }, lazy: true }} {alt} />

View File

@ -975,10 +975,10 @@ supports-color@^7.0.0:
dependencies: dependencies:
has-flag "^4.0.0" has-flag "^4.0.0"
svelte-cloudinary@^0.1.3: svelte-cloudinary@^0.2:
version "0.1.4" version "0.2.2"
resolved "https://registry.yarnpkg.com/svelte-cloudinary/-/svelte-cloudinary-0.1.4.tgz#5ccd1ed8fed835db035f4b6c75055f0fa98af4b1" resolved "https://registry.yarnpkg.com/svelte-cloudinary/-/svelte-cloudinary-0.2.2.tgz#14d8593d80557930b8d6fcd27c6a5e5e3082afc9"
integrity sha512-ezkRic7OkkcAnKFdJ55KbqGGBwbDniEUQv54XC9hmLRjmkuq6n06m8WzluCIATOGSKgJ3iiNlUfBBXG8x4xHew== integrity sha512-w47GxbzTY/xV9KgeUAQVsTHUIr1xx98B/MsxpVW88ADsZX2gCQZNAzLjF2GLtEnIsDXKVCro8icMl83UYdOlmg==
dependencies: dependencies:
cloudinary-core "^2.11.3" cloudinary-core "^2.11.3"
lodash "^4.17.20" lodash "^4.17.20"