|
16 | 16 | "typecheck": "tsc" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@rainbow-me/rainbowkit": "^2.0.2", |
20 | | - "@remix-run/node": "^2.8.1", |
21 | | - "@remix-run/react": "^2.8.1", |
22 | | - "@remix-run/serve": "^2.8.1", |
23 | | - "@tanstack/react-query": "^5.28.0", |
24 | | - "@wagmi/core": "^2.6.6", |
| 19 | + "@rainbow-me/rainbowkit": "^2.1.3", |
| 20 | + "@remix-run/node": "^2.10.1", |
| 21 | + "@remix-run/react": "^2.10.1", |
| 22 | + "@remix-run/serve": "^2.10.1", |
| 23 | + "@tanstack/react-query": "^5.49.2", |
| 24 | + "@wagmi/core": "^2.11.6", |
25 | 25 | "@xmtp/react-app": "workspace:*", |
26 | 26 | "buffer": "^6.0.3", |
27 | | - "isbot": "^4.1.0", |
28 | | - "react": "^18.2.0", |
29 | | - "react-dom": "^18.2.0", |
30 | | - "remix-utils": "^7.5.0", |
31 | | - "viem": "^2.7.15", |
32 | | - "wagmi": "^2.5.8" |
| 27 | + "isbot": "^5.1.11", |
| 28 | + "react": "^18.3.1", |
| 29 | + "react-dom": "^18.3.1", |
| 30 | + "remix-utils": "^7.6.0", |
| 31 | + "viem": "^2.17.0", |
| 32 | + "wagmi": "^2.10.9" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@remix-run/dev": "^2.8.1", |
36 | | - "@types/react": "^18.2.20", |
37 | | - "@types/react-dom": "^18.2.7", |
38 | | - "@typescript-eslint/eslint-plugin": "^6.7.4", |
39 | | - "@typescript-eslint/parser": "^6.7.4", |
40 | | - "eslint": "^8.38.0", |
| 35 | + "@remix-run/dev": "^2.10.1", |
| 36 | + "@types/react": "^18.3.3", |
| 37 | + "@types/react-dom": "^18.3.0", |
| 38 | + "@typescript-eslint/eslint-plugin": "^7.15.0", |
| 39 | + "@typescript-eslint/parser": "^7.15.0", |
| 40 | + "eslint": "^8.57.0", |
41 | 41 | "eslint-import-resolver-typescript": "^3.6.1", |
42 | | - "eslint-plugin-import": "^2.28.1", |
43 | | - "eslint-plugin-jsx-a11y": "^6.7.1", |
44 | | - "eslint-plugin-react": "^7.33.2", |
45 | | - "eslint-plugin-react-hooks": "^4.6.0", |
46 | | - "prettier": "^3.2.5", |
47 | | - "typescript": "^5.1.6", |
48 | | - "vite": "^5.1.0", |
49 | | - "vite-tsconfig-paths": "^4.2.1" |
| 42 | + "eslint-plugin-import": "^2.29.1", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.9.0", |
| 44 | + "eslint-plugin-react": "^7.34.3", |
| 45 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 46 | + "prettier": "^3.3.2", |
| 47 | + "prettier-plugin-packagejson": "^2.5.0", |
| 48 | + "typescript": "^5.5.3", |
| 49 | + "vite": "^5.3.3", |
| 50 | + "vite-tsconfig-paths": "^4.3.2" |
50 | 51 | }, |
51 | 52 | "engines": { |
52 | 53 | "node": ">=18.0.0" |
|
0 commit comments