|
1 | 1 | { |
2 | 2 | "name": "openscan", |
3 | | - "version": "1.2.1-alpha", |
| 3 | + "version": "1.2.2-alpha", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "packageManager": "bun@1.1.0", |
|
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "@erc7730/sdk": "^0.1.3", |
16 | | - "@openscan/network-connectors": "^1.3.0", |
| 16 | + "@openscan/network-connectors": "1.3.2", |
17 | 17 | "@rainbow-me/rainbowkit": "^2.2.8", |
18 | 18 | "@react-native-async-storage/async-storage": "^1.24.0", |
19 | | - "@testing-library/dom": "^10.4.0", |
20 | | - "@testing-library/jest-dom": "^6.6.3", |
21 | | - "@testing-library/react": "^16.2.0", |
22 | | - "@testing-library/user-event": "^13.5.0", |
| 19 | + "@tanstack/react-query": "^5.90.21", |
23 | 20 | "ethers": "^6.14.4", |
24 | 21 | "i18next": "^25.8.0", |
25 | 22 | "i18next-browser-languagedetector": "^8.2.0", |
|
29 | 26 | "react-i18next": "^16.5.4", |
30 | 27 | "react-markdown": "^10.1.0", |
31 | 28 | "react-router-dom": "^7.4.1", |
32 | | - "vitest": "^4.0.14", |
33 | 29 | "wagmi": "^2.15.6", |
34 | 30 | "web-vitals": "^2.1.4" |
35 | 31 | }, |
|
77 | 73 | "@vitejs/plugin-react": "^5.1.2", |
78 | 74 | "dotenv": "^17.2.3", |
79 | 75 | "happy-dom": "^20.1.0", |
80 | | - "vite": "^7.3.1" |
| 76 | + "vite": "^7.3.1", |
| 77 | + "@testing-library/dom": "^10.4.0", |
| 78 | + "@testing-library/jest-dom": "^6.6.3", |
| 79 | + "@testing-library/react": "^16.2.0", |
| 80 | + "@testing-library/user-event": "^13.5.0", |
| 81 | + "vitest": "^4.0.14" |
81 | 82 | } |
82 | 83 | } |
0 commit comments