Skip to content

Commit 3db7dc2

Browse files
committed
⬆️ (chore): upgrade dependencies
1 parent 5d983c8 commit 3db7dc2

File tree

2 files changed

+309
-343
lines changed

2 files changed

+309
-343
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"@tanstack/query-core": "^4.36.1",
3636
"@testing-library/react": "^14.1.2",
3737
"@testing-library/react-hooks": "^8.0.1",
38-
"@types/node": "^20.10.4",
38+
"@types/node": "^20.10.5",
3939
"@types/react": "^18.2.45",
40-
"@types/react-dom": "^18.2.17",
40+
"@types/react-dom": "^18.2.18",
4141
"@vercel/style-guide": "^5.1.0",
42-
"@vitest/coverage-v8": "^1.0.4",
42+
"@vitest/coverage-v8": "^1.1.0",
4343
"@wagmi/cli": "^1.5.2",
4444
"@wagmi/core": "^1.4.12",
4545
"abitype": "0.8.7",
4646
"connectkit": "^1.5.3",
47-
"eslint": "^8.55.0",
47+
"eslint": "^8.56.0",
4848
"eslint-config-canonical": "^42.8.0",
4949
"happy-dom": "^12.10.3",
5050
"jest-environment-jsdom": "^29.7.0",
@@ -56,7 +56,7 @@
5656
"siwe": "^2.1.4",
5757
"typedoc": "^0.25.4",
5858
"typedoc-plugin-missing-exports": "^2.1.0",
59-
"vitest": "^1.0.4"
59+
"vitest": "^1.1.0"
6060
},
6161
"peerDependencies": {
6262
"@bufbuild/buf": "^1.28.1",
@@ -65,15 +65,15 @@
6565
"@connectrpc/connect-query": "0.5.3",
6666
"@connectrpc/connect-web": "^1.2.0",
6767
"@tanstack/react-query": "^4.36.1",
68-
"@valorem-labs-inc/sdk": "^0.0.10-alpha.8",
68+
"@valorem-labs-inc/sdk": "^0.0.10-alpha.9",
6969
"@wagmi/core": "^1.4.12",
7070
"abitype": "0.8.7",
7171
"connectkit": "^1.5.3",
7272
"react": "17.x || 18.x",
7373
"react-dom": "17.x || 18.x",
7474
"siwe": "^2.1.4",
7575
"typescript": "^5.3.0",
76-
"viem": "^1.19.15",
76+
"viem": "^1.20.3",
7777
"wagmi": "^1.4.12",
7878
"zod": "^3.22.4"
7979
},
@@ -88,7 +88,8 @@
8888
},
8989
"pnpm": {
9090
"overrides": {
91-
"@wagmi/core": "^1.4.12"
91+
"@wagmi/core": "^1.4.12",
92+
"viem": "^1.20.3"
9293
}
9394
}
9495
}

0 commit comments

Comments
 (0)