|
14 | 14 | "postbuild": "run-s fuels:build original:build"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@fuels/connectors": "^0.36.1", |
18 |
| - "@fuels/react": "^0.36.1", |
19 |
| - "@tanstack/react-query": "^5.55.4", |
| 17 | + "@fuels/connectors": "0.36.1", |
| 18 | + "@fuels/react": "0.36.1", |
| 19 | + "@tanstack/react-query": "5.55.4", |
20 | 20 | "clsx": "2.1.1",
|
21 |
| - "@wagmi/connectors": "^5.1.14", |
22 |
| - "@wagmi/core": "^2.13.9", |
23 |
| - "dotenv": "^16.4.5", |
| 21 | + "@wagmi/connectors": "5.1.14", |
| 22 | + "@wagmi/core": "2.13.9", |
| 23 | + "dotenv": "16.4.5", |
24 | 24 | "fuels": "workspace:*",
|
25 |
| - "react": "^18.3.1", |
26 |
| - "react-dom": "^18.3.1", |
27 |
| - "react-toastify": "^10.0.6" |
| 25 | + "react": "18.3.1", |
| 26 | + "react-dom": "18.3.1", |
| 27 | + "react-toastify": "10.0.6" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@vitejs/plugin-react": "^4.3.3", |
31 |
| - "@eslint/js": "^9.10.0", |
32 |
| - "@types/node": "^22.5.5", |
33 |
| - "@playwright/test": "^1.49.1", |
34 |
| - "@types/react": "^18.3.11", |
35 |
| - "@types/react-dom": "^18.3", |
36 |
| - "autoprefixer": "^10.4.20", |
37 |
| - "eslint": "^8.57.0", |
38 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
39 |
| - "eslint-plugin-react-refresh": "^0.4.13", |
40 |
| - "globals": "^15.9.0", |
41 |
| - "postcss": "^8.4.49", |
42 |
| - "tailwindcss": "^3.4.14", |
43 |
| - "typescript": "~5.6.3", |
44 |
| - "typescript-eslint": "^8.8.0", |
45 |
| - "vite": "^5.4.9", |
46 |
| - "vitest": "~2.0.5" |
| 30 | + "@vitejs/plugin-react": "4.3.3", |
| 31 | + "@eslint/js": "9.10.0", |
| 32 | + "@types/node": "22.5.5", |
| 33 | + "@playwright/test": "1.49.1", |
| 34 | + "@types/react": "18.3.11", |
| 35 | + "@types/react-dom": "18.3", |
| 36 | + "autoprefixer": "10.4.20", |
| 37 | + "eslint": "8.57.0", |
| 38 | + "eslint-plugin-react-hooks": "4.6.2", |
| 39 | + "eslint-plugin-react-refresh": "0.4.13", |
| 40 | + "globals": "15.9.0", |
| 41 | + "postcss": "8.4.49", |
| 42 | + "tailwindcss": "3.4.14", |
| 43 | + "typescript": "5.6.3", |
| 44 | + "typescript-eslint": "8.8.0", |
| 45 | + "vite": "5.4.9", |
| 46 | + "vitest": "2.0.5" |
47 | 47 | }
|
48 | 48 | }
|
0 commit comments