|
29 | 29 | "@graphql-codegen/client-preset": "^4.5.0",
|
30 | 30 | "@svgr/webpack": "^8.1.0",
|
31 | 31 | "@types/node": "^20.17.6",
|
32 |
| - "@types/react": "18.3.12", |
33 |
| - "@types/react-dom": "^18.3.1", |
| 32 | + "@types/react": "npm:[email protected]", |
| 33 | + "@types/react-dom": "npm:[email protected]", |
| 34 | + "@types/react-is": "^18.3.0", |
| 35 | + "@types/styled-components": "^5.1.34", |
34 | 36 | "@typescript-eslint/eslint-plugin": "^8.15.0",
|
35 | 37 | "@typescript-eslint/parser": "^8.15.0",
|
36 | 38 | "@typescript-eslint/utils": "^8.15.0",
|
37 | 39 | "@wagmi/cli": "^2.1.18",
|
38 | 40 | "eslint": "^9.15.0",
|
39 |
| - "eslint-config-next": "^14.2.18", |
| 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 | 44 | "eslint-plugin-react": "^7.37.2",
|
43 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 45 | + "eslint-plugin-react-hooks": "^5.0.0", |
44 | 46 | "rimraf": "^6.0.1",
|
45 | 47 | "ts-node": "^10.9.2",
|
46 | 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 | 58 | "graphql-request": "^7.1.2",
|
54 |
| - "next": "14.2.18", |
55 |
| - "react": "^18.3.1", |
56 |
| - "react-dom": "^18.3.1", |
| 59 | + "next": "15.0.3", |
| 60 | + "react": "19.0.0-rc-66855b96-20241106", |
| 61 | + "react-dom": "19.0.0-rc-66855b96-20241106", |
| 62 | + "react-is": "^18.3.1", |
57 | 63 | "react-markdown": "^8.0.7",
|
58 | 64 | "react-toastify": "^10.0.6",
|
| 65 | + "styled-components": "^5.3.11", |
59 | 66 | "typewriter-effect": "^2.21.0",
|
60 | 67 | "vanilla-jsoneditor": "^0.21.6",
|
61 | 68 | "viem": "^2.21.48",
|
|
0 commit comments