From 7349c01bed184a3e43397e368c82b7a3c0070207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:10:36 +0000 Subject: [PATCH] chore(deps): update dependency @lizardbyte/shared-web to v2026.812.190302 --- _config_theme.yml | 4 ++-- _data/licenses.yml | 2 +- assets/js/projects.js | 2 +- index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config_theme.yml b/_config_theme.yml index 694813a3..f4e7ecb6 100644 --- a/_config_theme.yml +++ b/_config_theme.yml @@ -65,10 +65,10 @@ sass: sass_dir: _sass style: compressed site-css: - - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin-bootstrap-css.css" + - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin-bootstrap-css.css" - "/assets/css/styles.css" site-js: - - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin.js" + - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin.js" - "/assets/js/crowdin-init.js" theme-switcher: true theme-switcher-style: 'button' diff --git a/_data/licenses.yml b/_data/licenses.yml index 4c386cc0..6e5713c4 100644 --- a/_data/licenses.yml +++ b/_data/licenses.yml @@ -12,7 +12,7 @@ gamepad-helper: shared-web: name: LizardByte/shared-web # renovate: datasource=npm depName=@lizardbyte/shared-web - version: '2026.811.210538' + version: '2026.812.190302' url: https://github.com/LizardByte/shared-web/ license: AGPL-3.0 bootstrap: diff --git a/assets/js/projects.js b/assets/js/projects.js index ebb1a3b0..0f3d9ca5 100644 --- a/assets/js/projects.js +++ b/assets/js/projects.js @@ -5,7 +5,7 @@ let container let org_name = "LizardByte" let base_url = `https://app.${org_name.toLowerCase()}.dev` let cache_repo = "dashboard" -let shared_web_url = "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@v2026.726.204939" +let shared_web_url = "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302" function onDocumentReady(callback) { diff --git a/index.html b/index.html index 866b57c4..4c992a45 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@ - /assets/img/banners/AdobeStock_306976163_1920x1280.jpg - /assets/img/banners/AdobeStock_372471479_1920x1280.jpg ext-js: - - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/format-number.js" - - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/ranking-sorter.js" + - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/format-number.js" + - href: "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/ranking-sorter.js" js: - /assets/js/projects.js ---