mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump flowbite from 2.5.1 to 2.5.2 in /rust/gui-client (#6884)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 2.5.1 to 2.5.2. <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>v2.5.2</h2> <ul> <li>release new <a href="https://flowbite.com/docs/plugins/wysiwyg/">WYSIWYG text editor</a> component</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5c8df35e2b"><code>5c8df35</code></a> docs(readme): add wysiwyg to readme</li> <li><a href="26cb313102"><code>26cb313</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/971">#971</a> from themesberg/wysiwyg</li> <li><a href="933b112fef"><code>933b112</code></a> chore(wysiwyg) update to <code>v2.5.2</code></li> <li><a href="7aa2a6b366"><code>7aa2a6b</code></a> feat(wysiwyg): finish the component</li> <li><a href="e799dc286e"><code>e799dc2</code></a> feat(wysiwyg): add toggle buttons</li> <li><a href="30f5133ec3"><code>30f5133</code></a> feat(wysiwyg): add next and prev cell navigation butoons</li> <li><a href="6e4cb24cf8"><code>6e4cb24</code></a> feat(wysiwyg): set styles for currently selected cells</li> <li><a href="3d3261d3af"><code>3d3261d</code></a> feat(wysiwyg): delete table feature and organise buttons</li> <li><a href="8270c05898"><code>8270c05</code></a> feat(wysiwyg): add column and row behaviour actions</li> <li><a href="145f5617fb"><code>145f561</code></a> docs(wysiwyg): write js behaviour docs</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.5.1...v2.5.2">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:
@@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.6",
|
||||
"@tauri-apps/cli": "^1.6",
|
||||
"flowbite": "^2.5.1"
|
||||
"flowbite": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "22",
|
||||
|
||||
12
rust/gui-client/pnpm-lock.yaml
generated
12
rust/gui-client/pnpm-lock.yaml
generated
@@ -15,8 +15,8 @@ importers:
|
||||
specifier: ^1.6
|
||||
version: 1.6.1
|
||||
flowbite:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1
|
||||
specifier: ^2.5.2
|
||||
version: 2.5.2
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: '22'
|
||||
@@ -318,8 +318,8 @@ packages:
|
||||
flowbite-datepicker@1.3.0:
|
||||
resolution: {integrity: sha512-CLVqzuoE2vkUvWYK/lJ6GzT0be5dlTbH3uuhVwyB67+PjqJWABm2wv68xhBf5BqjpBxvTSQ3mrmLHpPJ2tvrSQ==}
|
||||
|
||||
flowbite@2.5.1:
|
||||
resolution: {integrity: sha512-7jP1jy9c3QP7y+KU9lc8ueMkTyUdMDvRP+lteSWgY5TigSZjf9K1kqZxmqjhbx2gBnFQxMl1GAjVThCa8cEpKA==}
|
||||
flowbite@2.5.2:
|
||||
resolution: {integrity: sha512-kwFD3n8/YW4EG8GlY3Od9IoKND97kitO+/ejISHSqpn3vw2i5K/+ZI8Jm2V+KC4fGdnfi0XZ+TzYqQb4Q1LshA==}
|
||||
|
||||
follow-redirects@1.15.6:
|
||||
resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
|
||||
@@ -988,11 +988,11 @@ snapshots:
|
||||
flowbite-datepicker@1.3.0:
|
||||
dependencies:
|
||||
'@rollup/plugin-node-resolve': 15.2.3
|
||||
flowbite: 2.5.1
|
||||
flowbite: 2.5.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
flowbite@2.5.1:
|
||||
flowbite@2.5.2:
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.8
|
||||
flowbite-datepicker: 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user