mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump flowbite from 2.4.1 to 2.5.1 in /elixir/apps/web/assets (#6526)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 2.4.1 to 2.5.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>v2.5.1</h2> <ul> <li>fix plugin import error from the config file</li> </ul> <h2>v2.5.0</h2> <ul> <li>added new DataTable plugin and examples</li> <li>minor bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="362ad079dc"><code>362ad07</code></a> chore(version): update to <code>v2.5.1</code></li> <li><a href="b30fd48555"><code>b30fd48</code></a> fix(plugin): remove import</li> <li><a href="878ced1b62"><code>878ced1</code></a> docs(datatables): add to readme</li> <li><a href="09105b8429"><code>09105b8</code></a> chore(version): bump to <code>2.5.0</code></li> <li><a href="70411d572a"><code>70411d5</code></a> docs(datatables): add docs for js init, options, and methods</li> <li><a href="fc26a5e4c9"><code>fc26a5e</code></a> feat(datatables): finish coding the dropdowns for exporting</li> <li><a href="bab0a3317f"><code>bab0a33</code></a> feat(datatables): inject export dropdown button inside table header</li> <li><a href="f842793de9"><code>f842793</code></a> feat(datatables): add basic export files feature</li> <li><a href="e56f601069"><code>e56f601</code></a> docs(datatables): finish row selection example and docs</li> <li><a href="ba771d4738"><code>ba771d4</code></a> feat(datatables): add row selection example</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.4.1...v2.5.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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@fontsource/source-sans-3": "^5.0.20",
|
||||
"flowbite": "^2.4.1"
|
||||
"flowbite": "^2.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
12
elixir/apps/web/assets/pnpm-lock.yaml
generated
12
elixir/apps/web/assets/pnpm-lock.yaml
generated
@@ -12,8 +12,8 @@ importers:
|
||||
specifier: ^5.0.20
|
||||
version: 5.0.20
|
||||
flowbite:
|
||||
specifier: ^2.4.1
|
||||
version: 2.4.1
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -61,8 +61,8 @@ packages:
|
||||
flowbite-datepicker@1.3.0:
|
||||
resolution: {integrity: sha512-CLVqzuoE2vkUvWYK/lJ6GzT0be5dlTbH3uuhVwyB67+PjqJWABm2wv68xhBf5BqjpBxvTSQ3mrmLHpPJ2tvrSQ==}
|
||||
|
||||
flowbite@2.4.1:
|
||||
resolution: {integrity: sha512-I++vDsSOOlzHNuxY2OcFMNVC4CNzpPU2K14YHJ81cYrANXdzgizqniMB/1KQ219x8fqw+S0msY9Q45ZSXDqAPw==}
|
||||
flowbite@2.5.1:
|
||||
resolution: {integrity: sha512-7jP1jy9c3QP7y+KU9lc8ueMkTyUdMDvRP+lteSWgY5TigSZjf9K1kqZxmqjhbx2gBnFQxMl1GAjVThCa8cEpKA==}
|
||||
|
||||
function-bind@1.1.2:
|
||||
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
||||
@@ -135,11 +135,11 @@ snapshots:
|
||||
flowbite-datepicker@1.3.0:
|
||||
dependencies:
|
||||
'@rollup/plugin-node-resolve': 15.2.3
|
||||
flowbite: 2.4.1
|
||||
flowbite: 2.5.1
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
flowbite@2.4.1:
|
||||
flowbite@2.5.1:
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.8
|
||||
flowbite-datepicker: 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user