Skip to content

Commit

Permalink
Merge pull request #955 from trilitech/dependabot/npm_and_yarn/tansta…
Browse files Browse the repository at this point in the history
…ck/react-query-5.26.3
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
2 parents 884fa20 + 9d5b242 commit e91175e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@reduxjs/toolkit": "^1.9.7",
"@stylistic/eslint-plugin": "^1.6.3",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query": "^5.26.3",
"@taquito/ledger-signer": "^19.1.0",
"@taquito/michel-codec": "^19.1.0",
"@taquito/rpc": "^19.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5640,21 +5640,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.25.0":
version: 5.25.0
resolution: "@tanstack/query-core@npm:5.25.0"
checksum: 10/763f61907e279440c3cdb2af07036e0338b5f7deb302de451a535f61382e64e5c86f4c499909496d4855bb0754a84f5697bdbb8c13f15de6f8a355fa942c8b0e
"@tanstack/query-core@npm:5.26.3":
version: 5.26.3
resolution: "@tanstack/query-core@npm:5.26.3"
checksum: 10/86fc3948d33aed37a1f6d86bd8354ff34c40c433bbea1b5215710f9fec7ae3752058cf34ebafe4e0e07c46b6326d5d3758b9ab06bc35bcbadc018c7d2fe5f98c
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.25.0":
version: 5.25.0
resolution: "@tanstack/react-query@npm:5.25.0"
"@tanstack/react-query@npm:^5.26.3":
version: 5.26.3
resolution: "@tanstack/react-query@npm:5.26.3"
dependencies:
"@tanstack/query-core": "npm:5.25.0"
"@tanstack/query-core": "npm:5.26.3"
peerDependencies:
react: ^18.0.0
checksum: 10/760c1825ffcf57a9219c64856270c682372c566d7a32c5146eed47e7c51e0cda0a7239360e5bd46c8cc69cc802f8a4e161957c3c035afb895eb2bdf36f5b992a
checksum: 10/803ccff2d1842be299fed97943713f86f9d80167e430ba86531055a6d4a4f847ffa5de5c76cf6085b2ebb0ef039e1c7f16b87705b2072bd70760d1b7fc78c432
languageName: node
linkType: hard

Expand Down Expand Up @@ -20237,7 +20237,7 @@ __metadata:
"@reduxjs/toolkit": "npm:^1.9.7"
"@stylistic/eslint-plugin": "npm:^1.6.3"
"@tanstack/eslint-plugin-query": "npm:^5.20.1"
"@tanstack/react-query": "npm:^5.25.0"
"@tanstack/react-query": "npm:^5.26.3"
"@taquito/ledger-signer": "npm:^19.1.0"
"@taquito/michel-codec": "npm:^19.1.0"
"@taquito/rpc": "npm:^19.1.0"
Expand Down

1 comment on commit e91175e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 84.53% 2940/3478
🟡 Branches 78.07% 993/1272
🟢 Functions 82.39% 898/1090
🟢 Lines 84.29% 2779/3297

Test suite run success

1182 tests passing in 162 suites.

Report generated by 🧪jest coverage report action from e91175e

Please sign in to comment.