|
1 | 1 | { |
2 | 2 | "name": "@valorem-labs-inc/react-hooks", |
3 | | - "version": "0.0.6", |
| 3 | + "version": "0.0.7", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/valorem-labs-inc/react-hooks.git" |
|
35 | 35 | "@tanstack/query-core": "^4.36.1", |
36 | 36 | "@testing-library/react": "^14.1.2", |
37 | 37 | "@testing-library/react-hooks": "^8.0.1", |
38 | | - "@types/node": "^20.10.4", |
| 38 | + "@types/node": "^20.10.5", |
39 | 39 | "@types/react": "^18.2.45", |
40 | | - "@types/react-dom": "^18.2.17", |
| 40 | + "@types/react-dom": "^18.2.18", |
41 | 41 | "@vercel/style-guide": "^5.1.0", |
42 | | - "@vitest/coverage-v8": "^1.0.4", |
| 42 | + "@vitest/coverage-v8": "^1.1.0", |
43 | 43 | "@wagmi/cli": "^1.5.2", |
44 | 44 | "@wagmi/core": "^1.4.12", |
45 | 45 | "abitype": "0.8.7", |
46 | 46 | "connectkit": "^1.5.3", |
47 | | - "eslint": "^8.55.0", |
| 47 | + "eslint": "^8.56.0", |
| 48 | + "eslint-config-canonical": "^42.8.0", |
48 | 49 | "happy-dom": "^12.10.3", |
49 | 50 | "jest-environment-jsdom": "^29.7.0", |
50 | 51 | "jsdom": "^23.0.1", |
|
55 | 56 | "siwe": "^2.1.4", |
56 | 57 | "typedoc": "^0.25.4", |
57 | 58 | "typedoc-plugin-missing-exports": "^2.1.0", |
58 | | - "vitest": "^1.0.4" |
| 59 | + "vitest": "^1.1.0" |
59 | 60 | }, |
60 | 61 | "peerDependencies": { |
61 | 62 | "@bufbuild/buf": "^1.28.1", |
|
64 | 65 | "@connectrpc/connect-query": "0.5.3", |
65 | 66 | "@connectrpc/connect-web": "^1.2.0", |
66 | 67 | "@tanstack/react-query": "^4.36.1", |
67 | | - "@valorem-labs-inc/sdk": "^0.0.9", |
| 68 | + "@valorem-labs-inc/sdk": "^0.0.10", |
68 | 69 | "@wagmi/core": "^1.4.12", |
69 | 70 | "abitype": "0.8.7", |
70 | 71 | "connectkit": "^1.5.3", |
71 | 72 | "react": "17.x || 18.x", |
72 | 73 | "react-dom": "17.x || 18.x", |
73 | 74 | "siwe": "^2.1.4", |
74 | 75 | "typescript": "^5.3.0", |
75 | | - "viem": "^1.19.15", |
| 76 | + "viem": "^1.20.3", |
76 | 77 | "wagmi": "^1.4.12", |
77 | 78 | "zod": "^3.22.4" |
78 | 79 | }, |
|
87 | 88 | }, |
88 | 89 | "pnpm": { |
89 | 90 | "overrides": { |
90 | | - "@wagmi/core": "^1.4.12" |
| 91 | + "@wagmi/core": "^1.4.12", |
| 92 | + "viem": "^1.20.3" |
91 | 93 | } |
92 | 94 | } |
93 | 95 | } |
0 commit comments