mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
cloudinary update
This commit is contained in:
parent
b8b50be3c4
commit
f5dac4bf70
@ -11,7 +11,7 @@
|
||||
"highlight.js": "^10.3.2",
|
||||
"polka": "next",
|
||||
"sirv": "^1.0.0",
|
||||
"svelte-cloudinary": "^0.1.3"
|
||||
"svelte-cloudinary": "^0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
|
@ -30,4 +30,4 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<img use:image={{ src: cleaned, bind: { width: true } }} {alt} />
|
||||
<img use:image={{ src: cleaned, bind: { width: true }, lazy: true }} {alt} />
|
||||
|
@ -975,10 +975,10 @@ supports-color@^7.0.0:
|
||||
dependencies:
|
||||
has-flag "^4.0.0"
|
||||
|
||||
svelte-cloudinary@^0.1.3:
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/svelte-cloudinary/-/svelte-cloudinary-0.1.4.tgz#5ccd1ed8fed835db035f4b6c75055f0fa98af4b1"
|
||||
integrity sha512-ezkRic7OkkcAnKFdJ55KbqGGBwbDniEUQv54XC9hmLRjmkuq6n06m8WzluCIATOGSKgJ3iiNlUfBBXG8x4xHew==
|
||||
svelte-cloudinary@^0.2:
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/svelte-cloudinary/-/svelte-cloudinary-0.2.2.tgz#14d8593d80557930b8d6fcd27c6a5e5e3082afc9"
|
||||
integrity sha512-w47GxbzTY/xV9KgeUAQVsTHUIr1xx98B/MsxpVW88ADsZX2gCQZNAzLjF2GLtEnIsDXKVCro8icMl83UYdOlmg==
|
||||
dependencies:
|
||||
cloudinary-core "^2.11.3"
|
||||
lodash "^4.17.20"
|
||||
|
Loading…
Reference in New Issue
Block a user