Skip to content

Commit

Permalink
chore: Update Vanilla version
Browse files Browse the repository at this point in the history
  • Loading branch information
petesfrench committed Sep 16, 2024
1 parent 239d94d commit 5c9a77e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"typescript": "5.5.4",
"url-polyfill": "1.1.12",
"url-search-params-polyfill": "8.2.5",
"vanilla-framework": "4.15.0",
"vanilla-framework": "4.16.0",
"yup": "1.4.0"
},
"resolutions": {
Expand Down
12 changes: 6 additions & 6 deletions templates/core/features/ota-updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Reliability</h2>
<div class="p-equal-height-row">
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/6c90dd33-OTA-GIF_5_Transparent.gif"
alt="Safely move forwards and backwards GIF"
Expand All @@ -71,7 +71,7 @@ <h3 class="p-heading--5">Safely move forwards and backwards</h3>
</div>
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/bb60ec1a-OTA-GIF_1_Transparent.gif"
alt="Update streams GIF" />
Expand All @@ -92,7 +92,7 @@ <h3 class="p-heading--5">Update streams from channels</h3>
</div>
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/a015f4cb-OTA-GIF_2_Transparent.gif"
alt="Error handling GIF" />
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2>Efficiency</h2>
<div class="p-equal-height-row">
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/034e8cc9-ota%20gif%204.gif"
alt="Delta updates GIF" />
Expand All @@ -137,7 +137,7 @@ <h3 class="p-heading--5">Delta updates</h3>
</div>
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/9209d68b-ota%20gif%203.gif"
alt="Compressed and read only GIF" />
Expand All @@ -153,7 +153,7 @@ <h3 class="p-heading--5">Compressed and read-only</h3>
</div>
<div class="p-equal-height-row__col">
<div class="p-equal-height-row__item">
<div class="p-image-container--2-3 is-highlighted">
<div class="p-image-container--2-3 p-image-container--square-on-medium p-image-container--square-on-small is-highlighted">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/b2b8d9b4-ota-stack-case-with-padding.png"
alt="Safe operating system updates" />
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7394,10 +7394,10 @@ v8-to-istanbul@^9.0.1:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^2.0.0"

vanilla-framework@4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.15.0.tgz#09102aa40a9b5c4f51fee75af5c5390b0cc91a40"
integrity sha512-tp3r2UU4cl7QC3I0/Cd5IFRFwp4Zk0Wq/8+/cgs1PUzKVO9wKcRRrYtLjEmIgJ2+eTkHmNKbmFaFsJ1kJxD2MA==
vanilla-framework@4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.16.0.tgz#54e7a51e073de043d45a7bac37ffaa4f4351ac4a"
integrity sha512-LrxZLiNOm0cTpG++1X4MMy2efg8Xhc08JUAwNAybeSQ5FaaBGiAodbV1Fx3QvJxlaPFQqsjOdT6uZDwuOD7YJg==

vanilla-framework@4.9.0:
version "4.9.0"
Expand Down

0 comments on commit 5c9a77e

Please sign in to comment.