|
22 | 22 | "dependencies": { |
23 | 23 | "@cosmjs/cosmwasm-stargate": "^0.34.0", |
24 | 24 | "@delphi-labs/shuttle-react": "^4.3.0", |
25 | | - "@keplr-wallet/cosmos": "^0.12.254", |
26 | | - "@next/eslint-plugin-next": "^15.4.4", |
27 | | - "@skip-go/client": "^1.4.0", |
28 | | - "@solana/web3.js": "^1.98.2", |
29 | | - "@tanstack/react-query": "^5.83.0", |
| 25 | + "@keplr-wallet/cosmos": "^0.12.262", |
| 26 | + "@next/eslint-plugin-next": "^15.4.6", |
| 27 | + "@skip-go/client": "^1.5.1", |
| 28 | + "@solana/web3.js": "^1.98.4", |
| 29 | + "@tanstack/react-query": "^5.84.1", |
30 | 30 | "@tanstack/react-table": "^8.21.3", |
31 | 31 | "@tippyjs/react": "^4.2.6", |
32 | 32 | "@vercel/analytics": "^1.5.0", |
|
39 | 39 | "debounce-promise": "^3.1.2", |
40 | 40 | "graphql-request": "^7.2.0", |
41 | 41 | "ibc-domains-sdk": "^1.1.0", |
42 | | - "isbot": "^5.1.28", |
| 42 | + "isbot": "^5.1.29", |
43 | 43 | "lodash": "^4.17.21", |
44 | 44 | "lodash.debounce": "^4.0.8", |
45 | 45 | "lodash.throttle": "^4.1.1", |
46 | 46 | "mobx": "^6.13.7", |
47 | 47 | "moment": "^2.30.1", |
48 | | - "next": "^15.4.4", |
| 48 | + "next": "^15.4.6", |
49 | 49 | "react": "19.1.1", |
50 | 50 | "react-device-detect": "^2.2.3", |
51 | 51 | "react-dom": "^19.1.1", |
|
56 | 56 | "react-spring": "^10.0.1", |
57 | 57 | "react-toastify": "^11.0.5", |
58 | 58 | "react-use-clipboard": "^1.0.9", |
59 | | - "recharts": "^3.1.0", |
| 59 | + "recharts": "^3.1.2", |
60 | 60 | "sharp": "^0.34.3", |
61 | 61 | "starknet": "^7.6.4", |
62 | 62 | "swr": "^2.3.4", |
63 | | - "viem": "^2.33.1", |
64 | | - "wagmi": "^2.16.0", |
65 | | - "zustand": "5.0.6" |
| 63 | + "viem": "^2.33.3", |
| 64 | + "wagmi": "^2.16.1", |
| 65 | + "zustand": "5.0.7" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@babel/eslint-parser": "^7.28.0", |
|
73 | 73 | "@types/debounce-promise": "^3.1.9", |
74 | 74 | "@types/lodash.debounce": "^4.0.9", |
75 | 75 | "@types/lodash.throttle": "^4.1.9", |
76 | | - "@types/node": "^24.1.0", |
77 | | - "@types/react": "19.1.8", |
78 | | - "@types/react-dom": "19.1.6", |
| 76 | + "@types/node": "^24.2.0", |
| 77 | + "@types/react": "19.1.9", |
| 78 | + "@types/react-dom": "19.1.7", |
79 | 79 | "@types/react-helmet": "^6.1.11", |
80 | | - "@typescript-eslint/eslint-plugin": "^8.38.0", |
81 | | - "@typescript-eslint/parser": "^8.38.0", |
| 80 | + "@typescript-eslint/eslint-plugin": "^8.39.0", |
| 81 | + "@typescript-eslint/parser": "^8.39.0", |
82 | 82 | "autoprefixer": "^10.4.21", |
83 | 83 | "dotenv": "^17.2.1", |
84 | | - "dotenv-cli": "^9.0.0", |
| 84 | + "dotenv-cli": "^10.0.0", |
85 | 85 | "eslint": "^9.32.0", |
86 | 86 | "eslint-config-prettier": "^10.1.8", |
87 | 87 | "eslint-plugin-functional": "^9.0.2", |
88 | 88 | "eslint-plugin-import": "^2.32.0", |
89 | | - "eslint-plugin-prettier": "^5.5.3", |
| 89 | + "eslint-plugin-prettier": "^5.5.4", |
90 | 90 | "eslint-plugin-react": "^7.37.5", |
91 | 91 | "eslint-plugin-react-hooks": "^5.2.0", |
92 | 92 | "husky": "^9.1.7", |
93 | 93 | "identity-obj-proxy": "^3.0.0", |
94 | | - "lint-staged": "^16.1.2", |
| 94 | + "lint-staged": "^16.1.4", |
95 | 95 | "prettier": "^3.6.2", |
96 | 96 | "prettier-plugin-tailwindcss": "^0.6.14", |
97 | 97 | "shelljs": "^0.10.0", |
98 | 98 | "tailwind-scrollbar-hide": "^4.0.0", |
99 | 99 | "tailwindcss": "^3.4.1", |
100 | | - "typescript": "^5.8.3", |
101 | | - "typescript-eslint": "^8.38.0" |
| 100 | + "typescript": "^5.9.2", |
| 101 | + "typescript-eslint": "^8.39.0" |
102 | 102 | }, |
103 | 103 | "engines": { |
104 | 104 | "npm": "please-use-yarn", |
|
0 commit comments