Skip to content

Commit

Permalink
Merge pull request #1842 from trilitech/dependabot/npm_and_yarn/tanst…
Browse files Browse the repository at this point in the history
…ack-34dbbe24ea
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
2 parents db8ee64 + 58c2084 commit 149ce37
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@emotion/styled": "^11.13.0",
"@ledgerhq/hw-transport-webusb": "^6.29.2",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "^5.54.0",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@taquito/ledger-signer": "^20.0.1",
"@taquito/michel-codec": "^20.0.1",
"@taquito/rpc": "^20.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query": "^5.54.1",
"@taquito/beacon-wallet": "^20.0.1",
"@taquito/ledger-signer": "^20.0.1",
"@taquito/michel-codec": "^20.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-polling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query": "^5.54.1",
"@taquito/rpc": "^20.0.1",
"@umami/core": "workspace:^",
"@umami/multisig": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query": "^5.54.1",
"@taquito/signer": "^20.0.1",
"@taquito/utils": "^20.0.1",
"@umami/core": "workspace:^",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 149ce37

@github-actions
Copy link

Choose a reason for hiding this comment

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

Title Lines Statements Branches Functions
apps/desktop Coverage: 84%
83.95% (1789/2131) 79.09% (840/1062) 78.57% (451/574)
apps/web Coverage: 84%
83.95% (1789/2131) 79.09% (840/1062) 78.57% (451/574)
packages/components Coverage: 96%
96.89% (125/129) 98.07% (51/52) 84.21% (32/38)
packages/core Coverage: 82%
83.05% (196/236) 73.55% (89/121) 82.14% (46/56)
packages/crypto Coverage: 100%
100% (28/28) 100% (3/3) 100% (5/5)
packages/data-polling Coverage: 98%
96.55% (140/145) 95.45% (21/22) 92.85% (39/42)
packages/multisig Coverage: 98%
98.4% (123/125) 89.47% (17/19) 100% (33/33)
packages/social-auth Coverage: 100%
100% (21/21) 100% (11/11) 100% (3/3)
packages/state Coverage: 84%
83.98% (771/918) 80.78% (164/203) 78.86% (291/369)
packages/tezos Coverage: 86%
85.57% (89/104) 89.47% (17/19) 82.75% (24/29)
packages/tzkt Coverage: 86%
84.05% (58/69) 81.25% (13/16) 76.92% (30/39)

Please sign in to comment.