Skip to content

Commit

Permalink
build(deps): bump the deps group with 2 updates (#2846)
Browse files Browse the repository at this point in the history
* build(deps): bump the deps group with 2 updates

Bumps the deps group with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [debug](https://github.com/debug-js/debug).


Updates `@tanstack/react-query` from 5.51.11 to 5.51.15
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.51.15/packages/react-query)

Updates `debug` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.5...4.3.6)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* build: update dependency changeset

* Update clever-mangos-visit.md

* Added logger changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nedim Salkić <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
4 people committed Jul 30, 2024
1 parent 4bc0387 commit 950abf9
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 129 deletions.
6 changes: 6 additions & 0 deletions .changeset/clever-mangos-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-fuels": patch
"@fuel-ts/logger": patch
---

build(deps): bump the deps group with 2 updates
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fuels/connectors": "^0.8.1",
"@fuels/react": "^0.20.0",
"fuels": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"dotenv": "^16.4.5",
"next": "14.2.5",
"react": "^18.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@fuels/connectors": "^0.8.1",
"@fuels/react": "^0.20.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"fuels": "workspace:*",
"next": "14.2.5",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dist"
],
"dependencies": {
"debug": "^4.3.5",
"debug": "^4.3.6",
"@fuel-ts/address": "workspace:*",
"@fuel-ts/interfaces": "workspace:*",
"@fuel-ts/math": "workspace:*"
Expand Down
Loading

0 comments on commit 950abf9

Please sign in to comment.