Skip to content

Commit 34aaa9d

Browse files
chore(deps): bump the prod-minor-patch group across 1 directory with 6 updates
Bumps the prod-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `5.0.6` | `5.0.7` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.4.2` | `6.4.6` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.14` | `5.101.0` | | [viem](https://github.com/wevm/viem) | `2.52.0` | `2.52.2` | | [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `3.6.5` | `3.6.16` | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.100.1` | `0.104.1` | Updates `@astrojs/react` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.7/packages/integrations/react) Updates `astro` from 6.4.2 to 6.4.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.6/packages/astro) Updates `@tanstack/react-query` from 5.100.14 to 5.101.0 - [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.101.0/packages/react-query) Updates `viem` from 2.52.0 to 2.52.2 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.52.0...viem@2.52.2) Updates `wagmi` from 3.6.5 to 3.6.16 - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.6.16/packages/react) Updates `@anthropic-ai/sdk` from 0.100.1 to 0.104.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.100.1...sdk-v0.104.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: "@astrojs/react" dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: "@tanstack/react-query" dependency-version: 5.101.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: viem dependency-version: 2.52.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: wagmi dependency-version: 3.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5cfe3a commit 34aaa9d

8 files changed

Lines changed: 692 additions & 477 deletions

File tree

app/landing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
1515
"@astrojs/mdx": "^5.0.4",
16-
"@astrojs/react": "^5.0.6",
16+
"@astrojs/react": "^5.0.7",
1717
"@astrojs/rss": "^4.0.18",
1818
"@txkit/themes": "workspace:*",
1919
"@vercel/analytics": "^2.0.1",
2020
"@vercel/speed-insights": "^2.0.0",
2121
"@web3icons/react": "^4.1.17",
22-
"astro": "^6.4.2",
22+
"astro": "^6.4.6",
2323
"motion": "^12.40.0",
2424
"react": "^19.2.7",
2525
"react-dom": "^19.2.7"

app/story/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@rainbow-me/rainbowkit": "^2.2.11",
13-
"@tanstack/react-query": "^5.100.14",
13+
"@tanstack/react-query": "^5.101.0",
1414
"@vercel/analytics": "^2.0.1",
1515
"@vercel/speed-insights": "^2.0.0",
1616
"react": "^19.2.7",
1717
"react-dom": "^19.2.7",
1818
"react-syntax-highlighter": "^16.1.1",
19-
"viem": "^2.52.0",
20-
"wagmi": "^3.6.5"
19+
"viem": "^2.52.2",
20+
"wagmi": "^3.6.16"
2121
},
2222
"devDependencies": {
2323
"@paulmillr/qr": "^0.3.0",

examples/arbitrum-london/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test:contracts": "cd contracts && forge test"
1414
},
1515
"dependencies": {
16-
"@anthropic-ai/sdk": "^0.100.1",
17-
"@tanstack/react-query": "^5.100.14",
16+
"@anthropic-ai/sdk": "^0.104.1",
17+
"@tanstack/react-query": "^5.101.0",
1818
"@txkit/arbitrum-adapter": "workspace:^",
1919
"@txkit/core": "workspace:^",
2020
"@txkit/react": "workspace:^",
@@ -25,8 +25,8 @@
2525
"next": "15.5.18",
2626
"react": "19.2.7",
2727
"react-dom": "19.2.7",
28-
"viem": "^2.52.0",
29-
"wagmi": "^3.6.5",
28+
"viem": "^2.52.2",
29+
"wagmi": "^3.6.16",
3030
"zod": "^4.4.3"
3131
},
3232
"devDependencies": {

packages/arbitrum-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"tsup": "^8.4.0",
7676
"typescript": "^6.0.3",
77-
"viem": "^2.52.0",
77+
"viem": "^2.52.2",
7878
"vitest": "^4.1.8"
7979
},
8080
"sideEffects": false

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"tsup": "^8.4.0",
7676
"typescript": "^6.0.3",
77-
"viem": "^2.52.0"
77+
"viem": "^2.52.2"
7878
},
7979
"sideEffects": false
8080
}

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"wagmi": ">=3"
9191
},
9292
"devDependencies": {
93-
"@tanstack/react-query": "^5.100.14",
93+
"@tanstack/react-query": "^5.101.0",
9494
"@types/react": "^19.2.16",
9595
"@types/react-dom": "^19.0.0",
9696
"postcss": "^8.5.15",
@@ -99,8 +99,8 @@
9999
"react-dom": "^19.2.7",
100100
"tsup": "^8.5.1",
101101
"typescript": "^6.0.3",
102-
"viem": "^2.52.0",
103-
"wagmi": "^3.6.5"
102+
"viem": "^2.52.2",
103+
"wagmi": "^3.6.16"
104104
},
105105
"sideEffects": [
106106
"*.css"

packages/tx-decoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@txkit/tx-protocol": "workspace:^",
70-
"viem": "^2.52.0"
70+
"viem": "^2.52.2"
7171
},
7272
"devDependencies": {
7373
"tsup": "^8.4.0",

pnpm-lock.yaml

Lines changed: 677 additions & 462 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)