Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps the dev-dependencies group with 57 updates in the / directory:

Package From To
@faktoryfun/core-sdk 0.3.5 0.3.8
@faktoryfun/styx-sdk 1.3.4 1.3.5
@headlessui/react 2.2.4 2.2.9
@radix-ui/react-accordion 1.2.11 1.2.12
@radix-ui/react-alert-dialog 1.1.14 1.1.15
@radix-ui/react-avatar 1.1.10 1.1.11
@radix-ui/react-checkbox 1.3.2 1.3.3
@radix-ui/react-dropdown-menu 2.1.15 2.1.16
@radix-ui/react-label 2.1.7 2.1.8
@radix-ui/react-navigation-menu 1.2.13 1.2.14
@radix-ui/react-popover 1.1.14 1.1.15
@radix-ui/react-progress 1.1.7 1.1.8
@radix-ui/react-scroll-area 1.2.9 1.2.10
@radix-ui/react-select 2.2.5 2.2.6
@radix-ui/react-separator 1.1.7 1.1.8
@radix-ui/react-slot 1.2.3 1.2.4
@radix-ui/react-switch 1.2.5 1.2.6
@radix-ui/react-tabs 1.1.12 1.1.13
@radix-ui/react-toast 1.2.14 1.2.15
@radix-ui/react-tooltip 1.2.7 1.2.8
@scure/btc-signer 1.8.1 2.0.1
@stacks/blockchain-api-client 8.11.1 8.13.5
@stacks/connect 8.1.9 8.2.4
@stacks/connect-react 23.0.12 23.1.4
@stacks/network 7.0.2 7.3.1
@stacks/transactions 7.1.0 7.3.1
@supabase/ssr 0.6.1 0.8.0
@tanstack/react-query 5.80.7 5.90.12
@tanstack/react-query-devtools 5.80.7 5.91.1
@tsparticles/engine 3.8.1 3.9.1
@tsparticles/slim 3.8.1 3.9.1
cronstrue 2.61.0 3.9.0
framer-motion 12.23.24 12.23.26
lucide-react 0.508.0 0.561.0
next 15.3.3 16.0.10
nextstepjs 1.3.0 2.1.2
react 18.3.1 19.2.3
@types/react 18.3.23 19.2.7
react-dom 18.3.1 19.2.3
@types/react-dom 18.3.7 19.2.3
react-markdown 9.1.0 10.1.0
recharts 2.15.3 3.6.0
sats-connect 3.6.1 4.2.1
tailwind-merge 2.6.0 3.4.0
zustand 5.0.5 5.0.9
@cloudflare/next-on-pages 1.13.12 1.13.16
@next/bundle-analyzer 15.3.3 16.0.10
@tailwindcss/typography 0.5.16 0.5.19
@types/node 20.19.0 25.0.3
eslint 8.57.1 9.39.2
eslint-config-next 14.2.28 16.0.10
lint-staged 16.1.0 16.2.7
postcss 8.5.5 8.5.6
prettier 3.5.3 3.7.4
supabase 1.226.4 2.67.2
tailwindcss 3.4.17 4.1.18
typescript 5.8.3 5.9.3

Updates @faktoryfun/core-sdk from 0.3.5 to 0.3.8

Commits

Updates @faktoryfun/styx-sdk from 1.3.4 to 1.3.5

Commits

Updates @headlessui/react from 2.2.4 to 2.2.9

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.9

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

@​headlessui/react@​v2.2.8

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

@​headlessui/react@​v2.2.7

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

@​headlessui/react@​v2.2.6

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

@​headlessui/react@​v2.2.5

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.9] - 2025-09-25

Fixed

  • Improve focus management in shadow DOM roots (#3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#3795)
  • Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Infer Combobox type based on onChange handler (#3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#3801)
  • Freeze Listbox values as soon as a value is selected (#3802)
  • Ensure refs are forwarded when freezing data (#3390)
  • Do not serialize React components into form fields (49e9e8e)

[2.2.8] - 2025-09-12

Fixed

  • Ensure we are not freezing data when the static prop is used (#3779)
  • Ensure onChange types are contravariant instead of bivariant (#3781)
  • Support <summary> as a focusable element inside <details> (#3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#3785)
  • Ensure --button-width and --input-width have the latest value (#3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#3789)
  • Ensure form state is up to date when using uncontrolled components (#3790)
  • Ensure data-open on ComboboxInput is up to date (#3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#3792)

[2.2.7] - 2025-07-30

Fixed

  • Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
  • Fix memory leak in SSR environment (#3767)
  • Ensure programmatic .click() on MenuButton ref works (#3768)
  • Don't activate hovered items while using the keyboard (#3769)

[2.2.6] - 2025-07-24

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

[2.2.5] - 2025-07-23

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)
Commits
  • 589ea90 2.2.9 - @​headlessui/react
  • bba75c7 update changelog
  • ca536ed update changelog
  • 49e9e8e do not serialize React components into form fields
  • 2a647a7 Ensure refs are forwarded when freezing data (#3390)
  • da2fa94 Freeze values as soon as possible (#3802)
  • 6b5709a Fix touch actions on iOS after entering disallowed area (#3801)
  • 433b174 Allow home/end key default behavior inside ComboboxInput when Combobox is...
  • 31b3e47 Infer Combobox type based on onChange handler (#3798)
  • b0615ad Ensure sibling Dialog components are scrollable on mobile (#3796)
  • Additional commits viewable in compare view

Updates @radix-ui/react-accordion from 1.2.11 to 1.2.12

Commits

Updates @radix-ui/react-alert-dialog from 1.1.14 to 1.1.15

Commits

Updates @radix-ui/react-avatar from 1.1.10 to 1.1.11

Commits

Updates @radix-ui/react-checkbox from 1.3.2 to 1.3.3

Commits

Updates @radix-ui/react-collapsible from 1.1.11 to 1.1.12

Commits

Updates @radix-ui/react-dialog from 1.1.14 to 1.1.15

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.15 to 2.1.16

Commits

Updates @radix-ui/react-label from 2.1.7 to 2.1.8

Commits

Updates @radix-ui/react-navigation-menu from 1.2.13 to 1.2.14

Commits

Updates @radix-ui/react-popover from 1.1.14 to 1.1.15

Commits

Updates @radix-ui/react-progress from 1.1.7 to 1.1.8

Commits

Updates @radix-ui/react-scroll-area from 1.2.9 to 1.2.10

Commits

Updates @radix-ui/react-select from 2.2.5 to 2.2.6

Commits

Updates @radix-ui/react-separator from 1.1.7 to 1.1.8

Commits

Updates @radix-ui/react-slot from 1.2.3 to 1.2.4

Commits

Updates @radix-ui/react-switch from 1.2.5 to 1.2.6

Commits

Updates @radix-ui/react-tabs from 1.1.12 to 1.1.13

Commits

Updates @radix-ui/react-toast from 1.2.14 to 1.2.15

Commits

Updates @radix-ui/react-tooltip from 1.2.7 to 1.2.8

Commits

Updates @scure/btc-signer from 1.8.1 to 2.0.1

Release notes

Sourced from @​scure/btc-signer's releases.

2.0.1

  • Disable extension-less imports. If you've used /musig2, switch to /musig2.js now. See 2.0.0 for more details.
  • pkg.json: add exports, for code editor autocompletion. Closes paulmillr/scure-btc-signer#127

Full Changelog: paulmillr/scure-btc-signer@2.0.0...2.0.1

2.0.0

  • The package is now ESM-only. ESM can finally be loaded from common.js on node v20.19+
    • Node v20.19 is now the minimum required version
    • Package imports now work correctly in bundler-less environments, such as browsers
    • Reduces npm package size (traffic consumed)
    • Reduces unpacked npm size (on-disk space)
  • Upgrade to noble v2
  • Upgrade typescript compilation env to ts5.9 and es2022
  • Do not throw Transaction.id if not finalized by @​louisinger in paulmillr/scure-btc-signer#126

Full Changelog: paulmillr/scure-btc-signer@1.8.1...2.0.0

Commits

Updates @stacks/blockchain-api-client from 8.11.1 to 8.13.5

Release notes

Sourced from @​stacks/blockchain-api-client's releases.

v8.13.5

8.13.5 (2025-12-02)

Release Type: ⚠️ REQUIRED DB Migration Required: ✅ No
Compatibility: ✅ Backwards compatible with v8.x.x


Release Summary

Version 8.13.5 is a bug fix release that adds support for new SIP-034 tenure extend causes that will be available in the next Stacks core release. This is a required upgrade to avoid the API from stalling once these new extensions are live on mainnet and testnet.


What's Changed

Bug Fixes

  • Fixed: support new sip-034 tenure change causes (#2384) (399908f)
    • Impact: Supports SIP-034 tenure extend types
    • Resolution: 399908f

Breaking Changes

None - This is a backwards-compatible release.


Upgrade Priority

User Type Priority Recommended Timeline
Production API Operators High As soon as possible
Development Teams High As soon as possible
High-Traffic Applications High As soon as possible

v8.13.4

8.13.4 (2025-11-06)

Release Type: ⚠️ REQUIRED Migration Required: ❌ No
Compatibility: ✅ Backward compatible with v8.x.x


Release Summary

Version 8.13.4 is a bug fix release that adds support for Clarity 4 transactions, which will be a part of the upcoming Stacks 3.3 hard fork activation. This upgrade is mandatory for all Stacks API installations in order to avoid outage when Stacks 3.3 activates.

... (truncated)

Changelog

Sourced from @​stacks/blockchain-api-client's changelog.

8.13.5 (2025-12-02)

Bug Fixes

  • support new sip-034 tenure change causes (#2384) (399908f)

8.13.4 (2025-11-06)

Bug Fixes

  • upgrade to latest stacks-encoding-native-js with arm64 support (#2376) (5ab7328)

8.13.3 (2025-11-06)

Bug Fixes

8.13.2 (2025-10-21)

Bug Fixes

8.13.1 (2025-09-23)

Bug Fixes

  • notifier: include block times in redis updates (#2352) (d4324b8)

8.13.0 (2025-09-09)

Features

8.12.1 (2025-08-26)

Bug Fixes

... (truncated)

Commits

Updates @stacks/connect from 8.1.9 to 8.2.4

Release notes

Sourced from @​stacks/connect's releases.

8.2.2

Patch Changes

  • #470 47c259b Thanks @​jfstn! - Export WalletConnect namespace for easy WalletConnect network configuration

  • #469 73d9d49 Thanks @​jfstn! - Prevent wallet selection modal from showing unnecessarily when using WalletConnect

  • #470 47c259b Thanks @​jfstn! - Add duplicate WalletConnect Provider initialization prevention and null-safe checks for namespace access

8.2.1

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/connect since your current version.


Updates @stacks/connect-react from 23.0.12 to 23.1.4

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/connect-react since your current version.


Updates @stacks/connect-ui from 8.0.0 to 8.1.2

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/connect-ui since your current version.


Updates @stacks/network from 7.0.2 to 7.3.1

Release notes

Sourced from @​stacks/network's releases.

7.2.0

7.2.0 (2025-08-07)

Features

  • Add createNetwork function for easy API key usage (#1800) (305d854)

Bug Fixes

  • Respect network changing flags for contract_call command (04bb69c)
  • Respect network changing flags for deploy_contract CLI command (aefdf26)
  • Respect network changing flags for faucet command (8142c1c)
  • Respect network changing flags for migrate_subdomains command (8624397)

v7.1.2

7.1.2 (2025-06-18)

Bug Fixes

  • Make Gaia hub profile fetching and uploading in makeAuthResponse optional (5ca31e7)

v7.1.0

7.1.0 (2025-06-02)

Features

  • Allow CLI call_contract_func command to take Clarity arguments as command line arguments (5d1ae3f)

Bug Fixes

  • Fix Cl.parse and Cl.stringify to match JSON.parse and JSON.stringify in escaping characters and string handling (c3267a5)
  • Fix a regression from the v7.x.x update where the localnet/mocknet flag stopped being respected in the CLI (53c6aaa)

v7.0.6

7.0.6 (2025-04-18)

Bug Fixes

  • Increase maximum code body length for contract deploys (#1793) (02e05ca)

v7.0.5

7.0.5 (2025-03-10)

Bug Fixes

... (truncated)

Changelog

Sourced from @​stacks/network's changelog.

7.3.1 (2025-12-16)

Bug Fixes

7.3.0 (2025-11-12)

Features

7.2.0 (2025-08-07)

Features

  • Add createNetwork function for easy API key usage (#1800) (305d854)

Bug Fixes

  • Respect network changing flags for contract_call command (04bb69c)
  • Respect network changing flags for deploy_contract CLI command (aefdf26)
  • Respect network changing flags for faucet command (8142c1c)
  • Respect network changing flags for migrate_subdomains command (8624397)

7.1.2 (2025-06-18)

Bug Fixes

  • Make Gaia hub profile fetching and uploading in makeAuthResponse optional (5ca31e7)

7.1.1 (2025-06-02)

Bug Fixes

  • Update CLI help menu entry (2aaf20b)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/network since your current version.


Updates @stacks/transactions from 7.1.0 to 7.3.1

Release notes

Sourced from @​stacks/transactions's releases.

7.2.0

7.2.0 (2025-08-07)

Features

  • Add createNetwork function for easy API key usage (#1800) (305d854)

Bug Fixes

  • Respect network changing flags for contract_call command (04bb69c)
  • Respect network changing flags for deploy_contract CLI command (aefdf26)
  • Respect network changing flags for faucet command (8142c1c)
  • Respect network changing flags for migrate_subdomains command (8624397)

v7.1.2

7.1.2 (2025-06-18)

Bug Fixes

  • Make Gaia hub profile fetching and uploading in makeAuthResponse optional (5ca31e7)
Changelog

Sourced from @​stacks/transactions's changelog.

7.3.1 (2025-12-16)

Bug Fixes

7.3.0 (2025-11-12)

Features

7.2.0 (2025-08-07)

Features

  • Add createNetwork function for easy API key usage (#1800) (305d854)

Bug Fixes

  • Respect network changing flags for contract_call command (04bb69c)
  • Respect network changing flags for deploy_contract CLI command (aefdf26)
  • Respect network changing flags for faucet command (8142c1c)
  • Respect network changing flags for migrate_subdomains command (8624397)

7.1.2 (2025-06-18)

Bug Fixes

  • Make Gaia hub profile fetching and uploading in makeAuthResponse optional (5ca31e7)

7.1.1 (2025-06-02)

Bug Fixes

  • Update CLI help menu entry (2aaf20b)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/transactions since your current version.


Updates @supabase/ssr from 0.6.1 to 0.8.0

Release notes

Sourced from @​supabase/ssr's releases.

v0.8.0

0.8.0 (2025-11-26)

Features

  • adds cookies.encode option allowing minimal cookie sizes (#126) (cf38b22)
  • publish SSR under deprecated auth-helpers package names (#127) (e8b6102)
  • update supabase-js to latest (#133) (d65044d)
  • update supabase-js to latest (#145) (08bf7d6)

Bug Fixes

v0.8.0-rc.9

This is a release candidate. See release-please PR #128 for context.

v0.8.0-rc.8

This is a release candidate. See release-please PR #128 for context.

v0.8.0-rc.5

This is a release candidate. See release-please PR #128 for context.

v0.7.0

0.7.0 (2025-08-22)

Features

Bug Fixes

  • remove usage of internal type params (#123) (8f3e89e)

v0.7.0-rc.3

This is a release candidate. See release-please PR #114 for context.

v0.7.0-rc.2

This is a release candidate. See release-please PR #114 for context.

v0.7.0-rc.1

This is a release candidate. See release-please PR #114 for context.

Changelog

Sourced from @​supabase/ssr's changelog.

0.8.0 (2025-11-26)

Features

  • adds cookies.encode option allowing minimal cookie sizes (#126) (cf38b22)
  • publish SSR under deprecated auth-helpers package names (#127) (e8b6102)
  • update supabase-js to latest (#133) (d65044d)
  • update supabase-js to latest (#145) (08bf7d6)

Bug Fixes

0.7.0 (2025-08-22)

Features

Bug Fixes

  • remove usage of internal type params (#123) (8f3e89e)
Commits
  • bcf502f chore(main): release 0.8.0 (#128)
  • 08bf7d6 feat: update supabase-js to latest (#145)
  • 64ff6b3 fix: cookies console warnings (#136)
  • 5eff4f6 ci: remove pull_request_target (#109)
  • 9b41a10 build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#143)
  • 4104889 build(deps): bump vite from 5.4.19 to 5.4.21 (#132)
  • 995e701 chore: trusted publisher for release (#135)
  • d65044d feat: update supabase-js to latest (#133)
  • cf38b22 feat: adds cookies.encode option allowing minimal cookie sizes (#126)
  • e8b6102 feat: publish SSR under deprecated auth-helpers package names (#127)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​supabase/ssr since your current version.


Updates @tanstack/react-query from 5.80.7 to 5.90.12

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.9
    • @​tanstack/react-query@​5.90.10

@​tanstack/react-query@​5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

@​tanstack/react-query-persist-client@​5.90.11

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.8
    • @​tanstack/react-query@​5.90.9

@​tanstack/react-query@​5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

@​tanstack/react-query-persist-client@​5.90.10

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.7
    • @​tanstack/react-query@​5.90.8

@​tanstack/react-query@​5.90.10

Patch Changes

@​tanstack/react-query-persist-client@​5.90.9

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.6
    • @​tanstack/react-query@​5.90.7

@​tanstack/react-query@​5.90.9

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

5.90.10

Patch Changes

5.90.9

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9

5.90.8

Patch Changes

  • Updated dependencies [c0ec9fe]:
    • @​tanstack/query-core@​5.90.8

5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

5.90.6

Patch Changes

  • Updated dependencies [1638c02]:
    • @​tanstack/query-core@​5.90.6

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 18, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 18, 2025

Deploying aibtcdev-frontend-staging with  Cloudflare Pages  Cloudflare Pages

Latest commit: 91e1185
Status:🚫  Build failed.

View logs

…60 updates

Bumps the dev-dependencies group with 57 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@faktoryfun/core-sdk](https://github.com/FaktoryFun/core-sdk) | `0.3.5` | `0.3.8` |
| [@faktoryfun/styx-sdk](https://github.com/faktoryfun/styx-sdk) | `1.3.4` | `1.3.5` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.4` | `2.2.9` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.11` | `1.2.12` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.14` | `1.1.15` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.10` | `1.1.11` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.3.2` | `1.3.3` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.15` | `2.1.16` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.7` | `2.1.8` |
| [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives) | `1.2.13` | `1.2.14` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.14` | `1.1.15` |
| [@radix-ui/react-progress](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.8` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.9` | `1.2.10` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.5` | `2.2.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.8` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.2.5` | `1.2.6` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.12` | `1.1.13` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.14` | `1.2.15` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.7` | `1.2.8` |
| [@scure/btc-signer](https://github.com/paulmillr/scure-btc-signer) | `1.8.1` | `2.0.1` |
| [@stacks/blockchain-api-client](https://github.com/hirosystems/stacks-blockchain-api/tree/HEAD/client) | `8.11.1` | `8.13.5` |
| [@stacks/connect](https://github.com/stx-labs/connect) | `8.1.9` | `8.2.4` |
| [@stacks/connect-react](https://github.com/stx-labs/connect) | `23.0.12` | `23.1.4` |
| [@stacks/network](https://github.com/stx-labs/stacks.js) | `7.0.2` | `7.3.1` |
| [@stacks/transactions](https://github.com/stx-labs/stacks.js) | `7.1.0` | `7.3.1` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.6.1` | `0.8.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.80.7` | `5.90.12` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.80.7` | `5.91.1` |
| [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/HEAD/engine) | `3.8.1` | `3.9.1` |
| [@tsparticles/slim](https://github.com/tsparticles/tsparticles/tree/HEAD/bundles/slim) | `3.8.1` | `3.9.1` |
| [cronstrue](https://github.com/bradymholt/cronstrue) | `2.61.0` | `3.9.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.24` | `12.23.26` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.508.0` | `0.561.0` |
| [next](https://github.com/vercel/next.js) | `15.3.3` | `16.0.10` |
| [nextstepjs](https://github.com/enszrlu/NextStep) | `1.3.0` | `2.1.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.23` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.7` | `19.2.3` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.1.0` | `10.1.0` |
| [recharts](https://github.com/recharts/recharts) | `2.15.3` | `3.6.0` |
| [sats-connect](https://github.com/secretkeylabs/sats-connect) | `3.6.1` | `4.2.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.4.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.5` | `5.0.9` |
| [@cloudflare/next-on-pages](https://github.com/cloudflare/next-on-pages) | `1.13.12` | `1.13.16` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.3` | `16.0.10` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.16` | `0.5.19` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.0` | `25.0.3` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.39.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.28` | `16.0.10` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.0` | `16.2.7` |
| [postcss](https://github.com/postcss/postcss) | `8.5.5` | `8.5.6` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.7.4` |
| [supabase](https://github.com/supabase/cli) | `1.226.4` | `2.67.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.1.18` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |



Updates `@faktoryfun/core-sdk` from 0.3.5 to 0.3.8
- [Commits](https://github.com/FaktoryFun/core-sdk/commits)

Updates `@faktoryfun/styx-sdk` from 1.3.4 to 1.3.5
- [Commits](https://github.com/faktoryfun/styx-sdk/commits)

Updates `@headlessui/react` from 2.2.4 to 2.2.9
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.9/packages/@headlessui-react)

Updates `@radix-ui/react-accordion` from 1.2.11 to 1.2.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-alert-dialog` from 1.1.14 to 1.1.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-avatar` from 1.1.10 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-checkbox` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-collapsible` from 1.1.11 to 1.1.12
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.1.14 to 1.1.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.15 to 2.1.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-label` from 2.1.7 to 2.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-navigation-menu` from 1.2.13 to 1.2.14
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.1.14 to 1.1.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-progress` from 1.1.7 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-scroll-area` from 1.2.9 to 1.2.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.2.5 to 2.2.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-separator` from 1.1.7 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-switch` from 1.2.5 to 1.2.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.1.12 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toast` from 1.2.14 to 1.2.15
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.2.7 to 1.2.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@scure/btc-signer` from 1.8.1 to 2.0.1
- [Release notes](https://github.com/paulmillr/scure-btc-signer/releases)
- [Commits](paulmillr/scure-btc-signer@1.8.1...2.0.1)

Updates `@stacks/blockchain-api-client` from 8.11.1 to 8.13.5
- [Release notes](https://github.com/hirosystems/stacks-blockchain-api/releases)
- [Changelog](https://github.com/hirosystems/stacks-blockchain-api/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/hirosystems/stacks-blockchain-api/commits/v8.13.5/client)

Updates `@stacks/connect` from 8.1.9 to 8.2.4
- [Release notes](https://github.com/stx-labs/connect/releases)
- [Changelog](https://github.com/stx-labs/connect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/connect/commits)

Updates `@stacks/connect-react` from 23.0.12 to 23.1.4
- [Release notes](https://github.com/stx-labs/connect/releases)
- [Changelog](https://github.com/stx-labs/connect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/connect/commits)

Updates `@stacks/connect-ui` from 8.0.0 to 8.1.2
- [Release notes](https://github.com/stx-labs/connect/releases)
- [Changelog](https://github.com/stx-labs/connect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/connect/commits)

Updates `@stacks/network` from 7.0.2 to 7.3.1
- [Release notes](https://github.com/stx-labs/stacks.js/releases)
- [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/stacks.js/commits)

Updates `@stacks/transactions` from 7.1.0 to 7.3.1
- [Release notes](https://github.com/stx-labs/stacks.js/releases)
- [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/stacks.js/commits)

Updates `@supabase/ssr` from 0.6.1 to 0.8.0
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.6.1...v0.8.0)

Updates `@tanstack/react-query` from 5.80.7 to 5.90.12
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.12/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.80.7 to 5.91.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.91.1/packages/react-query-devtools)

Updates `@tsparticles/engine` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/tsparticles/tsparticles/releases)
- [Changelog](https://github.com/tsparticles/tsparticles/blob/main/engine/CHANGELOG.md)
- [Commits](https://github.com/tsparticles/tsparticles/commits/v3.9.1/engine)

Updates `@tsparticles/slim` from 3.8.1 to 3.9.1
- [Release notes](https://github.com/tsparticles/tsparticles/releases)
- [Changelog](https://github.com/tsparticles/tsparticles/blob/main/bundles/slim/CHANGELOG.md)
- [Commits](https://github.com/tsparticles/tsparticles/commits/v3.9.1/bundles/slim)

Updates `cronstrue` from 2.61.0 to 3.9.0
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md)
- [Commits](bradymholt/cRonstrue@v2.61.0...v3.9.0)

Updates `framer-motion` from 12.23.24 to 12.23.26
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.24...v12.23.26)

Updates `lucide-react` from 0.508.0 to 0.561.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.561.0/packages/lucide-react)

Updates `next` from 15.3.3 to 16.0.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.3...v16.0.10)

Updates `nextstepjs` from 1.3.0 to 2.1.2
- [Release notes](https://github.com/enszrlu/NextStep/releases)
- [Commits](https://github.com/enszrlu/NextStep/commits)

Updates `react` from 18.3.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `@types/react` from 18.3.23 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-markdown` from 9.1.0 to 10.1.0
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@9.1.0...10.1.0)

Updates `recharts` from 2.15.3 to 3.6.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.3...v3.6.0)

Updates `sats-connect` from 3.6.1 to 4.2.1
- [Release notes](https://github.com/secretkeylabs/sats-connect/releases)
- [Commits](secretkeylabs/sats-connect@v3.6.1...v4.2.1)

Updates `tailwind-merge` from 2.6.0 to 3.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.4.0)

Updates `zustand` from 5.0.5 to 5.0.9
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.5...v5.0.9)

Updates `@cloudflare/next-on-pages` from 1.13.12 to 1.13.16
- [Release notes](https://github.com/cloudflare/next-on-pages/releases)
- [Commits](https://github.com/cloudflare/next-on-pages/compare/@cloudflare/next-on-pages@1.13.12...@cloudflare/next-on-pages@1.13.16)

Updates `@next/bundle-analyzer` from 15.3.3 to 16.0.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.10/packages/next-bundle-analyzer)

Updates `@tailwindcss/typography` from 0.5.16 to 0.5.19
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.16...v0.5.19)

Updates `@types/node` from 20.19.0 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.23 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint` from 8.57.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v9.39.2)

Updates `eslint-config-next` from 14.2.28 to 16.0.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.10/packages/eslint-config-next)

Updates `lint-staged` from 16.1.0 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.0...v16.2.7)

Updates `postcss` from 8.5.5 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.5...8.5.6)

Updates `prettier` from 3.5.3 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.7.4)

Updates `supabase` from 1.226.4 to 2.67.2
- [Release notes](https://github.com/supabase/cli/releases)
- [Commits](supabase/cli@v1.226.4...v2.67.2)

Updates `tailwindcss` from 3.4.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@faktoryfun/core-sdk"
  dependency-version: 0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@faktoryfun/styx-sdk"
  dependency-version: 1.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-navigation-menu"
  dependency-version: 1.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-progress"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-toast"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@scure/btc-signer"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@stacks/blockchain-api-client"
  dependency-version: 8.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/connect"
  dependency-version: 8.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/connect-react"
  dependency-version: 23.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/connect-ui"
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/network"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/transactions"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@supabase/ssr"
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.91.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@tsparticles/engine"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@tsparticles/slim"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: cronstrue
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: framer-motion
  dependency-version: 12.23.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lucide-react
  dependency-version: 0.561.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: next
  dependency-version: 16.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: nextstepjs
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react-markdown
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: recharts
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: sats-connect
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: zustand
  dependency-version: 5.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@cloudflare/next-on-pages"
  dependency-version: 1.13.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 16.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: supabase
  dependency-version: 2.67.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/staging/dev-dependencies-2a0babfab1 branch from 01a9cd8 to 91e1185 Compare December 23, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants