|
25 | 25 | },
|
26 | 26 | "prettier": "@kleros/kleros-v2-prettier-config",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@graphql-codegen/cli": "^5.0.2", |
29 |
| - "@graphql-codegen/client-preset": "^4.3.2", |
| 28 | + "@graphql-codegen/cli": "^5.0.3", |
| 29 | + "@graphql-codegen/client-preset": "^4.5.0", |
30 | 30 | "@svgr/webpack": "^8.1.0",
|
31 |
| - "@types/node": "^20.17.1", |
32 |
| - "@types/react": "18.2.0", |
33 |
| - "@types/react-dom": "^18.2.18", |
34 |
| - "@typescript-eslint/eslint-plugin": "^8.8.1", |
35 |
| - "@typescript-eslint/parser": "^8.8.1", |
36 |
| - "@typescript-eslint/utils": "^8.8.1", |
37 |
| - "@wagmi/cli": "^2.1.16", |
38 |
| - "eslint": "^8.57.1", |
39 |
| - "eslint-config-next": "^14.2.15", |
| 31 | + "@types/node": "^20.17.6", |
| 32 | + "@types/react": "^18.3.12", |
| 33 | + "@types/react-dom": "^18.3.1", |
| 34 | + "@types/react-is": "^18.3.0", |
| 35 | + "@types/styled-components": "^5.1.34", |
| 36 | + "@typescript-eslint/eslint-plugin": "^8.15.0", |
| 37 | + "@typescript-eslint/parser": "^8.15.0", |
| 38 | + "@typescript-eslint/utils": "^8.15.0", |
| 39 | + "@wagmi/cli": "^2.1.18", |
| 40 | + "eslint": "^9.15.0", |
| 41 | + "eslint-config-next": "^15.0.3", |
40 | 42 | "eslint-config-prettier": "^9.1.0",
|
41 | 43 | "eslint-import-resolver-typescript": "^3.6.3",
|
42 |
| - "eslint-plugin-react": "^7.37.1", |
43 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 44 | + "eslint-plugin-react": "^7.37.2", |
| 45 | + "eslint-plugin-react-hooks": "^5.0.0", |
44 | 46 | "rimraf": "^6.0.1",
|
45 | 47 | "ts-node": "^10.9.2",
|
46 |
| - "typescript": "^5.5.3" |
| 48 | + "typescript": "^5.6.3" |
47 | 49 | },
|
48 | 50 | "dependencies": {
|
49 | 51 | "@kleros/kleros-sdk": "workspace:^",
|
50 | 52 | "@kleros/ui-components-library": "^2.15.0",
|
| 53 | + "@tanstack/react-query": "^5.61.0", |
| 54 | + "@wagmi/connectors": "^5.5.0", |
| 55 | + "@wagmi/core": "^2.15.0", |
51 | 56 | "@web3modal/wagmi": "^5.1.11",
|
52 | 57 | "graphql": "^16.9.0",
|
53 |
| - "graphql-request": "^7.1.0", |
54 |
| - "next": "14.2.14", |
55 |
| - "react": "^18.2.0", |
56 |
| - "react-dom": "^18.2.0", |
57 |
| - "react-markdown": "^8.0.7", |
58 |
| - "react-toastify": "^10.0.5", |
| 58 | + "graphql-request": "^7.1.2", |
| 59 | + "next": "15.0.3", |
| 60 | + "react": "^18.3.1", |
| 61 | + "react-dom": "^18.3.1", |
| 62 | + "react-is": "^18.3.1", |
| 63 | + "react-markdown": "^9.0.1", |
| 64 | + "react-toastify": "^10.0.6", |
| 65 | + "styled-components": "^6.1.13", |
59 | 66 | "typewriter-effect": "^2.21.0",
|
60 |
| - "vanilla-jsoneditor": "^0.21.4", |
61 |
| - "viem": "^2.21.35", |
62 |
| - "wagmi": "^2.12.25" |
| 67 | + "vanilla-jsoneditor": "^0.21.6", |
| 68 | + "viem": "^2.21.48", |
| 69 | + "wagmi": "^2.13.0" |
63 | 70 | }
|
64 | 71 | }
|
0 commit comments