|
22 | 22 | "dependencies": { |
23 | 23 | "@cosmjs/cosmwasm-stargate": "^0.33.1", |
24 | 24 | "@delphi-labs/shuttle-react": "^4.3.0", |
25 | | - "@keplr-wallet/cosmos": "^0.12.239", |
26 | | - "@next/eslint-plugin-next": "^15.3.3", |
27 | | - "@skip-go/client": "^1.2.3", |
| 25 | + "@keplr-wallet/cosmos": "^0.12.243", |
| 26 | + "@next/eslint-plugin-next": "^15.3.4", |
| 27 | + "@skip-go/client": "^1.3.2", |
28 | 28 | "@solana/web3.js": "^1.98.2", |
29 | | - "@tanstack/react-query": "^5.80.7", |
| 29 | + "@tanstack/react-query": "^5.81.2", |
30 | 30 | "@tanstack/react-table": "^8.21.3", |
31 | 31 | "@tippyjs/react": "^4.2.6", |
32 | 32 | "@vercel/analytics": "^1.5.0", |
|
40 | 40 | "graphql-request": "^7.2.0", |
41 | 41 | "ibc-domains-sdk": "^1.1.0", |
42 | 42 | "isbot": "^5.1.28", |
| 43 | + "lodash": "^4.17.21", |
43 | 44 | "lodash.debounce": "^4.0.8", |
44 | 45 | "lodash.throttle": "^4.1.1", |
45 | 46 | "mobx": "^6.13.7", |
46 | 47 | "moment": "^2.30.1", |
47 | | - "next": "^15.3.3", |
| 48 | + "next": "^15.3.4", |
48 | 49 | "react": "19.1.0", |
49 | 50 | "react-device-detect": "^2.2.3", |
50 | 51 | "react-dom": "^19.1.0", |
|
55 | 56 | "react-spring": "^10.0.1", |
56 | 57 | "react-toastify": "^11.0.5", |
57 | 58 | "react-use-clipboard": "^1.0.9", |
58 | | - "recharts": "^2.15.3", |
| 59 | + "recharts": "^3.0.0", |
59 | 60 | "sharp": "^0.34.2", |
60 | | - "starknet": "^6.24.1", |
| 61 | + "starknet": "^7.5.1", |
61 | 62 | "swr": "^2.3.3", |
62 | | - "viem": "^2.31.2", |
| 63 | + "viem": "^2.31.4", |
63 | 64 | "wagmi": "^2.15.6", |
64 | 65 | "zustand": "5.0.5" |
65 | 66 | }, |
|
72 | 73 | "@types/debounce-promise": "^3.1.9", |
73 | 74 | "@types/lodash.debounce": "^4.0.9", |
74 | 75 | "@types/lodash.throttle": "^4.1.9", |
75 | | - "@types/node": "^24.0.2", |
| 76 | + "@types/node": "^24.0.3", |
76 | 77 | "@types/react": "19.1.8", |
77 | 78 | "@types/react-dom": "19.1.6", |
78 | 79 | "@types/react-helmet": "^6.1.11", |
79 | | - "@typescript-eslint/eslint-plugin": "^8.34.0", |
80 | | - "@typescript-eslint/parser": "^8.34.0", |
| 80 | + "@typescript-eslint/eslint-plugin": "^8.34.1", |
| 81 | + "@typescript-eslint/parser": "^8.34.1", |
81 | 82 | "autoprefixer": "^10.4.21", |
82 | 83 | "dotenv": "^16.5.0", |
83 | 84 | "dotenv-cli": "^8.0.0", |
84 | 85 | "eslint": "^9.29.0", |
85 | 86 | "eslint-config-prettier": "^10.1.5", |
86 | 87 | "eslint-plugin-functional": "^9.0.2", |
87 | | - "eslint-plugin-import": "^2.31.0", |
88 | | - "eslint-plugin-prettier": "^5.4.1", |
| 88 | + "eslint-plugin-import": "^2.32.0", |
| 89 | + "eslint-plugin-prettier": "^5.5.0", |
89 | 90 | "eslint-plugin-react": "^7.37.5", |
90 | 91 | "eslint-plugin-react-hooks": "^5.2.0", |
91 | 92 | "husky": "^9.1.7", |
92 | 93 | "identity-obj-proxy": "^3.0.0", |
93 | 94 | "lint-staged": "^16.1.2", |
94 | | - "prettier": "^3.5.3", |
95 | | - "prettier-plugin-tailwindcss": "^0.6.12", |
| 95 | + "prettier": "^3.6.0", |
| 96 | + "prettier-plugin-tailwindcss": "^0.6.13", |
96 | 97 | "shelljs": "^0.10.0", |
97 | 98 | "tailwind-scrollbar-hide": "^4.0.0", |
98 | 99 | "tailwindcss": "^3.4.1", |
99 | 100 | "typescript": "^5.8.3", |
100 | | - "typescript-eslint": "^8.34.0" |
| 101 | + "typescript-eslint": "^8.34.1" |
101 | 102 | }, |
102 | 103 | "engines": { |
103 | 104 | "npm": "please-use-yarn", |
|
0 commit comments