-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update internal dependencies (#773)
* chore(deps): update internal dependencies * Fix dependencies Removed Maas vanilla tick, as this is already included in Vanilla Added 429 template with search module update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Wu <[email protected]>
- Loading branch information
1 parent
a577f38
commit 97f4749
Showing
8 changed files
with
39 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "base_index.html" %} | ||
|
||
{% block page_class %}429{% endblock %} | ||
{% block page_title %}Too many requests | 429{% endblock %} | ||
|
||
{% block content %} | ||
<section class="p-strip--light is-deep"> | ||
<div class="row"> | ||
<div class="col-6"> | ||
<h1 >429:</h1> | ||
<h2>Too many requests</h2> | ||
<p>{{ description }}</p> | ||
</div> | ||
<div class="col-6"> | ||
<img src="https://assets.ubuntu.com/v1/93f03c89-404-servers.svg" alt="404 servers"> | ||
</div> | ||
</div> | ||
</section> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1359,10 +1359,10 @@ [email protected]: | |
immutable "^4.0.0" | ||
source-map-js ">=0.6.2 <2.0.0" | ||
|
||
[email protected].0: | ||
version "1.58.0" | ||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.0.tgz#ee8aea3ad5ea5c485c26b3096e2df6087d0bb1cc" | ||
integrity sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg== | ||
[email protected].3: | ||
version "1.58.3" | ||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.3.tgz#2348cc052061ba4f00243a208b09c40e031f270d" | ||
integrity sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A== | ||
dependencies: | ||
chokidar ">=3.0.0 <4.0.0" | ||
immutable "^4.0.0" | ||
|
@@ -1680,18 +1680,18 @@ [email protected]: | |
postcss-cli "9.1.0" | ||
sass "1.45.2" | ||
|
||
vanilla-framework@3.11.1: | ||
version "3.11.1" | ||
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-3.11.1.tgz#5fbb205ad37d14f6e82e0690d23eb391d621ba70" | ||
integrity sha512-1MfCU30SXt56hEL+M4il/nAs3ZvK/ophS1VjL6DgBpo+7geXtS45jUREAvt3mESUvv5GWfhnYN5Mdgo10Nn/Aw== | ||
vanilla-framework@3.12.1: | ||
version "3.12.1" | ||
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-3.12.1.tgz#b438f76816d1bb558eeea87e56987d755bf264ec" | ||
integrity sha512-IbCb7gblPY1A1f89+mcyPvEC+2Zd1z2A0fB+L7tabXuBn/eu6eL8EAq1WY0Jc5hK3hws/YPyrhBzgUVAw2fglg== | ||
dependencies: | ||
"@canonical/cookie-policy" "3.4.0" | ||
"@canonical/latest-news" "1.4.1" | ||
autoprefixer "10.4.13" | ||
postcss "8.4.21" | ||
postcss-cli "9.1.0" | ||
postcss-scss "4.0.6" | ||
sass "1.58.0" | ||
sass "1.58.3" | ||
yaml "1.10.2" | ||
|
||
[email protected]: | ||
|