mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump flowbite from 3.0.0 to 3.1.1 in /rust/gui-client (#7975)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 3.0.0 to 3.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v3.1.1</h2> <ul> <li>fixed CSS variables markup in plugin</li> </ul> <h2>v3.1.0</h2> <ul> <li>use CSS variables instead of hex codes in plugin</li> <li>remove setting dark mode via class strategy in plugin</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4ba07d7173"><code>4ba07d7</code></a> push fixed 3.1.1</li> <li><a href="284eb580e3"><code>284eb58</code></a> fix(plugin): css variables</li> <li><a href="e8d4ec7ba7"><code>e8d4ec7</code></a> docs(README): update</li> <li><a href="19c48c69d6"><code>19c48c6</code></a> chore(3.1.0): upgrade to 3.1.0 release</li> <li><a href="89bba922ca"><code>89bba92</code></a> docs(v4): fix typo</li> <li><a href="bf10fed156"><code>bf10fed</code></a> docs(optimization): update optimization file</li> <li><a href="05b270938a"><code>05b2709</code></a> docs(config): finish config page docs</li> <li><a href="6698d47ee2"><code>6698d47</code></a> docs(configuration): add custom utilities docs</li> <li><a href="1a437a3b9c"><code>1a437a3</code></a> docs(configuration): update config settings for Tailwind v4</li> <li><a href="672a8153fd"><code>672a815</code></a> refactor(dark mode): set dark mode via CSS</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v3.0.0...v3.1.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.2.0",
|
||||
"flowbite": "^3.0.0"
|
||||
"flowbite": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.2.7",
|
||||
|
||||
11
rust/gui-client/pnpm-lock.yaml
generated
11
rust/gui-client/pnpm-lock.yaml
generated
@@ -12,8 +12,8 @@ importers:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0
|
||||
flowbite:
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0(rollup@4.32.1)
|
||||
specifier: ^3.1.1
|
||||
version: 3.1.1(rollup@4.32.1)
|
||||
devDependencies:
|
||||
'@tauri-apps/cli':
|
||||
specifier: ^2.2.7
|
||||
@@ -578,8 +578,8 @@ packages:
|
||||
flowbite@2.5.2:
|
||||
resolution: {integrity: sha512-kwFD3n8/YW4EG8GlY3Od9IoKND97kitO+/ejISHSqpn3vw2i5K/+ZI8Jm2V+KC4fGdnfi0XZ+TzYqQb4Q1LshA==}
|
||||
|
||||
flowbite@3.0.0:
|
||||
resolution: {integrity: sha512-5FyZOzsD6iER+iEm+NnqtzTdBVXOjG2HhuuAjOWmqTlz4GK/tVkXHJoY41lnHBMSHlFPM4aPcppnXrzPYL3vYA==}
|
||||
flowbite@3.1.1:
|
||||
resolution: {integrity: sha512-ZYj519lS7Ls+ek6jOi12JRJytDtwekJdnwSjDXhiS8G+k2j3X8HfFOGtbdrYey6h2+z/seEDSqsSjDca/wClxw==}
|
||||
|
||||
follow-redirects@1.15.9:
|
||||
resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
|
||||
@@ -1488,11 +1488,12 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
flowbite@3.0.0(rollup@4.32.1):
|
||||
flowbite@3.1.1(rollup@4.32.1):
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.8
|
||||
flowbite-datepicker: 1.3.2(rollup@4.32.1)
|
||||
mini-svg-data-uri: 1.4.4
|
||||
postcss: 8.5.1
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user